Minor CSS improvements + add missing text label
This commit is contained in:
parent
e688bd44f7
commit
21a9637fda
2 changed files with 5 additions and 5 deletions
|
@ -51,6 +51,7 @@ $labels['listactions'] = 'List options...';
|
||||||
$labels['listname'] = 'Name';
|
$labels['listname'] = 'Name';
|
||||||
$labels['showalarms'] = 'Show alarms';
|
$labels['showalarms'] = 'Show alarms';
|
||||||
$labels['import'] = 'Import';
|
$labels['import'] = 'Import';
|
||||||
|
$labels['viewoptions'] = 'View options';
|
||||||
$labels['focusview'] = 'View only this list';
|
$labels['focusview'] = 'View only this list';
|
||||||
|
|
||||||
// date words
|
// date words
|
||||||
|
|
|
@ -258,12 +258,11 @@ body.attachmentwin #topnav .topright {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tasklists li span.handle:hover {
|
#tasklists li:hover span.handle {
|
||||||
background-position: -20px -101px;
|
background-position: -20px -101px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tasklists li.focusview span.handle,
|
#tasklists li.focusview span.handle {
|
||||||
#tasklists li.focusview span.handle:hover {
|
|
||||||
background-position: -2px -101px;
|
background-position: -2px -101px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue