Added synaptic css; updated toolbar entries.

This commit is contained in:
Sam Hewitt
2014-12-18 01:07:08 -05:00
parent ac575ac0b6
commit 7dd2788a95
3 changed files with 35 additions and 1 deletions

View File

@@ -134,7 +134,7 @@
.toolbar .entry {
border: none;
border-radius: 0px;
background-color:transparent;
background-color:@base;
color: @toolbar_text
}
@@ -151,6 +151,7 @@
.toolbar .entry:insensitive {
border: none;
background-color:@insensitive_base;
color: @insensitive_toolbar_text;
border: solid @insensitive_toolbar_text;
border-bottom-width: 1px;
@@ -158,6 +159,7 @@
.toolbar .entry:backdrop {
border: none;
background-color:@backdrop_base;
color: @backdrop_toolbar_text;
border: solid @backdrop_toolbar_text;
border-bottom-width: 1px;