Refinements

This commit is contained in:
Sam Hewitt 2015-04-23 10:56:06 -04:00
parent 8583256a56
commit 4c8b0a5339
4 changed files with 7 additions and 8 deletions

View File

@ -34,7 +34,7 @@
.maximized .header-bar { .maximized .header-bar {
border-radius: 0px; border-radius: 0px;
/*box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);*/ box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
box-shadow: none; box-shadow: none;
} }

View File

@ -105,7 +105,6 @@
} }
.notebook tab:hover { .notebook tab:hover {
background-color: alpha(@base, 0.05);
color: alpha(#fff, 0.3); color: alpha(#fff, 0.3);
transition: all 300ms cubic-bezier(0.3, 0.5, 0.5, 0.9); transition: all 300ms cubic-bezier(0.3, 0.5, 0.5, 0.9);
} }
@ -208,7 +207,7 @@
box-shadow:inset 1px 0 0 0 @insensitive_border; box-shadow:inset 1px 0 0 0 @insensitive_border;
} }
/*----- In-tab padding -----*/ /*----- In-tab Padding -----*/
.notebook tab.top { .notebook tab.top {
padding: 6px 8px 8px 8px; padding: 6px 8px 8px 8px;

View File

@ -74,15 +74,15 @@ GtkDialog .sidebar GtkScrolledWindow {
.source-list.view:hover:selected, .source-list.view:hover:selected,
.source-list.view:selected:focus, .source-list.view:selected:focus,
.source-list.category-expander:hover { .source-list.category-expander:hover {
color: @selection; color: @selection_foreground;
background-color: @background; background-color: @selection;
box-shadow: none; box-shadow: none;
} }
GtkDialog .sidebar .view:selected, GtkDialog .sidebar .view:selected,
GtkDialog .sidebar .view:hover:selected { GtkDialog .sidebar .view:hover:selected {
background-color: @base; color: @selection_foreground;
color: @selection; background-color: @selection;
} }
.sidebar .view:selected:backdrop, .sidebar .view:selected:backdrop,

View File

@ -32,7 +32,7 @@
.maximized .titlebar { .maximized .titlebar {
border-radius: 0px; border-radius: 0px;
/*box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);*/ box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1);
box-shadow: none; box-shadow: none;
} }