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 {
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;
}

View File

@ -105,7 +105,6 @@
}
.notebook tab:hover {
background-color: alpha(@base, 0.05);
color: alpha(#fff, 0.3);
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;
}
/*----- In-tab padding -----*/
/*----- In-tab Padding -----*/
.notebook tab.top {
padding: 6px 8px 8px 8px;

View File

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

View File

@ -32,7 +32,7 @@
.maximized .titlebar {
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;
}