Skip to content

Commit

Permalink
Incorporated chameleon last changes (up to 23.11.2015)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anisotropic committed Nov 23, 2015
1 parent 2ccb740 commit 8039d31
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion skins/chameleon-blue/styles.css

Large diffs are not rendered by default.

23 changes: 15 additions & 8 deletions skins/chameleon-blue/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -2034,6 +2034,10 @@ a.button.changeformat.text.selected span.icon {
margin-bottom: 10px;
}

.ui-tabs .ui-tabs-nav li {
display: table-cell;
}

.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li.tablink a {
background: #ededed;
Expand Down Expand Up @@ -2187,6 +2191,7 @@ a.button.changeformat.text.selected span.icon {
#calendars .treelist li span.calname,
#directorylist li.addressbook.readonly,
#directorylist li.addressbook.shared,
#files-folder-list li.readonly,
.notesview #notebooks div.folder span.handle,
.notesview #notebooks li .listname {
background-image: url(images/listicons.png);
Expand All @@ -2206,6 +2211,7 @@ a.button.changeformat.text.selected span.icon {
#directorylist li.addressbook.readonly {
background-position: 98% -2121px;
}

#tasklistsbox .treelist .readonly > span.listname,
#calendars .treelist div.readonly span.calname,
.notesview #notebooks div.readonly span.handle,
Expand Down Expand Up @@ -2306,10 +2312,6 @@ a.button.changeformat.text.selected span.icon {
margin-bottom: 0;
}

#files-folder-list li a.subscription {
margin-top: 3px;
}

#directorylistbox ul.treelist div span.subscribed,
#directorylistbox ul.treelist div span.remove {
top: 7px;
Expand Down Expand Up @@ -2368,11 +2370,12 @@ a.button.changeformat.text.selected span.icon {
}

#files-folder-list li a.subscription {
background-position: -4px -2605px;
background-position: -4px -2605px;
margin-top: 2px;
}

#files-folder-list li a.subscription.subscribed {
background-position: -26px -2605px;
background-position: -26px -2605px;
}

#calendars .treelist div:hover a.remove,
Expand Down Expand Up @@ -3217,11 +3220,11 @@ div.messagetasklinks::before {
color: @text-color;
}

#files-folder-list ul li.virtual .name {
#files-folder-list ul li.virtual > .name {
color: #aaa;
}

#files-folder-list ul li.mailbox.collection.selected .name {
#files-folder-list ul li.mailbox.selected > .name {
color: #fff;
}

Expand All @@ -3245,6 +3248,10 @@ div.messagetasklinks::before {
background-position: 7px -2435px;
}

#files-folder-list li.readonly {
background-position: 88% -2121px;
}

ul.toolbarmenu li span.saveas {
background-image: url(images/listicons.png);
background-position: -1px -96px;
Expand Down

0 comments on commit 8039d31

Please sign in to comment.