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['showalarms'] = 'Show alarms';
|
||||
$labels['import'] = 'Import';
|
||||
$labels['viewoptions'] = 'View options';
|
||||
$labels['focusview'] = 'View only this list';
|
||||
|
||||
// date words
|
||||
|
|
|
@ -258,12 +258,11 @@ body.attachmentwin #topnav .topright {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#tasklists li span.handle:hover {
|
||||
#tasklists li:hover span.handle {
|
||||
background-position: -20px -101px;
|
||||
}
|
||||
|
||||
#tasklists li.focusview span.handle,
|
||||
#tasklists li.focusview span.handle:hover {
|
||||
#tasklists li.focusview span.handle {
|
||||
background-position: -2px -101px;
|
||||
}
|
||||
|
||||
|
@ -539,8 +538,8 @@ body.attachmentwin #topnav .topright {
|
|||
}
|
||||
|
||||
.tag-draghelper li.tag {
|
||||
list-style: none;
|
||||
font-size: 100%;
|
||||
list-style: none;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.taskhead .date {
|
||||
|
|
Loading…
Add table
Reference in a new issue