Bug fixes and updates

This commit is contained in:
Sam Hewitt 2015-04-26 18:08:22 -04:00
parent 03030e27ca
commit 8ced143c2f
16 changed files with 239 additions and 232 deletions

View File

@ -32,25 +32,27 @@
@import url("apps/fallback.css"); @import url("apps/fallback.css");
@import url("apps/geary.css"); @import url("apps/geary.css");
@import url("apps/gedit.css"); @import url("apps/gedit.css");
@import url("apps/logs.css"); @import url("apps/gnome.css");
@import url("apps/gnome-clocks.css"); @import url("apps/gnome-clocks.css");
@import url("apps/gnome-contacts.css"); @import url("apps/gnome-contacts.css");
@import url("apps/gnome-documents.css");
@import url("apps/gnome-disks.css"); @import url("apps/gnome-disks.css");
@import url("apps/gnome-documents.css");
/*@import url("apps/gnome-music.css");*/ /*@import url("apps/gnome-music.css");*/
@import url("apps/gnome-photos.css"); @import url("apps/gnome-photos.css");
/*@import url("apps/gnome-software.css");*/ /*@import url("apps/gnome-software.css");*/
@import url("apps/gnome-system-monitor.css"); @import url("apps/gnome-system-monitor.css");
@import url("apps/gnome-terminal.css");
@import url("apps/gnome-tweak-tool.css"); @import url("apps/gnome-tweak-tool.css");
@import url("apps/gnome.css"); @import url("apps/gnome-weather.css");
@import url("apps/logs.css");
@import url("apps/nautilus.css"); @import url("apps/nautilus.css");
@import url("apps/snap.css");
@import url("apps/scratch-text-editor.css");
@import url("apps/pantheon.css"); @import url("apps/pantheon.css");
@import url("apps/rhythmbox.css");
@import url("apps/scratch-text-editor.css");
@import url("apps/settings.css"); @import url("apps/settings.css");
@import url("apps/shotwell.css"); @import url("apps/shotwell.css");
@import url("apps/snap.css");
@import url("apps/synaptic.css"); @import url("apps/synaptic.css");
@import url("apps/terminal.css");
@import url("apps/unity.css"); @import url("apps/unity.css");
@import url("apps/xfce.css"); @import url("apps/xfce.css");
@import url("apps/yelp.css"); @import url("apps/yelp.css");

View File

@ -80,23 +80,7 @@ GeditWindow .dynamic-notebook tab.right:active {
/************ /************
* Etc etc. * * Etc etc. *
************/ ************/
GeditWindow .gedit-headerbar-paned,
GeditWindow .titlebar .pane-separator,
GeditWindow .header-bar .pane-separator {
background-color: @gedit;
}
GeditPanel.title GtkLabel {
padding: 4px 0;
}
GeditPanel.vertical .title {
padding: 4px 0 4px 3px;
border-style: none;
}
GeditPanel .toolbar { GeditPanel .toolbar {
border-style: none; border-style: none;
background: none; background: none;

View File

@ -16,7 +16,7 @@
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/. * with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/ */
@define-color disks #7C5183; @define-color disks #8561C5;
/********** /**********
* Header * * Header *

View File

@ -70,11 +70,19 @@ NautilusWindow .header-bar .entry {
* Sidebar * * Sidebar *
***********/ ***********/
NautilusWindow .sidebar { NautilusWindow .sidebar,
NautilusWindow .sidebar:backdrop {
box-shadow: none; box-shadow: none;
border-width: 0px; border-width: 0px;
} }
NautilusWindow .sidebar .separator {
color: @separator
}
NautilusWindow .sidebar .separator:backdrop {
color: @backdrop_separator
}
NautilusWindow .pane-separator { NautilusWindow .pane-separator {
border-color: @border; border-color: @border;
border-right-width: 1px; border-right-width: 1px;
@ -84,8 +92,8 @@ NautilusWindow .pane-separator {
* Notebook * * Notebook *
************/ ************/
/* Active */ NautilusWindow .notebook .frame,
NautilusWindow .notebook .frame { NautilusWindow .notebook .frame:backdrop {
border: none; border: none;
} }
@ -109,6 +117,52 @@ NautilusWindow .dynamic-notebook tab.right:active {
box-shadow:inset 3px 0 0 0 @nautilus; box-shadow:inset 3px 0 0 0 @nautilus;
} }
.nautilus-circular-button {
border-radius: 20px;
outline-radius: 20px;
}
.search-bar {
box-shadow: none;
}
.disk-space-display {
border: 2px solid;
}
.disk-space-display.unknown {
background-color: @disk_space_unknown;
border-color: shade(@disk_space_unknown, 0.8);
}
.disk-space-display.used {
background-color: @disk_space_used;
border-color: shade(@disk_space_used, 0.8);
}
.disk-space-display.free {
background-color: @disk_space_free;
border-color: shade(@disk_space_free, 0.8);
}
/******************
* Desktop/Canvas *
******************/
NautilusCanvasView,
NautilusCanvasView:active,
NautilusCanvasView:focus,
NautilusCanvasView:backdrop {
border: none;
}
.nautilus-desktop {
color: @foreground;
}
.nautilus-canvas-item { .nautilus-canvas-item {
border-radius: 5px; border-radius: 5px;
} }
@ -144,74 +198,25 @@ NautilusWindow .dynamic-notebook tab.right:active {
text-shadow: none; text-shadow: none;
} }
.nautilus-desktop.nautilus-canvas-item:selected:backdrop {
color: @theme_unfocused_selected_fg_color;
}
.nautilus-circular-button {
border-radius: 20px;
outline-radius: 20px;
}
.search-bar {
box-shadow: none;
}
.disk-space-display {
border: 2px solid;
}
.disk-space-display.unknown {
background-color: @disk_space_unknown;
border-color: shade(@disk_space_unknown, 0.8);
}
.disk-space-display.used {
background-color: @disk_space_used;
border-color: shade(@disk_space_used, 0.8);
}
.disk-space-display.free {
background-color: @disk_space_free;
border-color: shade(@disk_space_free, 0.8);
}
/***********
* Desktop *
***********/
.nautilus-canvas-item {
border-radius: 5px;
}
.nautilus-desktop {
color: @foreground;
}
.nautilus-desktop.nautilus-canvas-item { .nautilus-desktop.nautilus-canvas-item {
color: #fff; color: #fff;
text-shadow: 1px 1px alpha(#000, 0.2); text-shadow: 1px 1px alpha(#000, 0.2);
} }
.nautilus-desktop.nautilus-canvas-item:active { .nautilus-desktop.nautilus-canvas-item:active,
color: #fff; .nautilus-desktop.nautilus-canvas-item:backdrop
}
.nautilus-desktop.nautilus-canvas-item:backdrop {
color: #fff;
}
.nautilus-desktop.nautilus-canvas-item:selected { .nautilus-desktop.nautilus-canvas-item:selected {
background-color: @selected_background;
color: @selected_foreground; color: @selected_foreground;
} }
.nautilus-desktop.nautilus-canvas-item:selected:backdrop {
background-color: @backdrop_selected_background;
color: @backdrop_selected_foreground;
}
.nautilus-desktop.nautilus-canvas-item:active, .nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:prelight, .nautilus-desktop.nautilus-canvas-item:prelight,
.nautilus-desktop.nautilus-canvas-item:selected { .nautilus-desktop.nautilus-canvas-item:selected {
}
.nautilus-desktop.nautilus-canvas-item:selected:backdrop {
color: @backdrop_selected_foreground;
} }

View File

@ -16,17 +16,10 @@
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/. * with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/ */
/*@define-color geary #ebdd4d;*/
/*********************
* Custon View *
*********************/
RBHeader { RBHeader {
padding: none; padding: 0px;
height: 2em;
} }
RBLibrarySource { RBLibrarySource {
padding: none; padding: 0px;
} }

View File

@ -33,6 +33,10 @@ SnapSnapWindow .header-bar:backdrop {
background-color: shade(@snap,0.9); background-color: shade(@snap,0.9);
} }
SnapSnapWindow .take-button {
border-radius: 0;
}
SnapWidgetsCamera { SnapWidgetsCamera {
background-color:@snap_background; background-color:@snap_background;
} }

View File

@ -16,99 +16,96 @@
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/. * with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/ */
@define-color terminal #dbdee0; @define-color terminal_text #dbdee0;
@define-color terminal_background #002B36; @define-color terminal_background #002B36;
@define-color terminal_text #839495; @define-color terminal #51666B;
@define-color terminal_window #636E73; @define-color backdrop_terminal shade(@terminal, 0.95);
@define-color terminal_window_text #dbdee0;
@define-color backdrop_terminal_window_text shade(@terminal_window_text, 0.8); @define-color terminal_header #41555B;
@define-color insensitive_terminal_window_text shade(@terminal_window_text, 0.95); @define-color terminal_header_text #dbdee0;
@define-color backdrop_terminal_header_text shade(@terminal_header_text, 0.8);
@define-color insensitive_terminal_header_text shade(@terminal_header_text, 0.95);
/********** /**********
* Header * * Header *
**********/ **********/
TerminalWindow .titlebar, TerminalWindow .titlebar,
TerminalWindow .header-bar { TerminalWindow .header-bar,
background-color: @terminal; PantheonTerminalPantheonTerminalWindow .titlebar,
PantheonTerminalPantheonTerminalWindow .header-bar {
background-color: @terminal_header;
} }
TerminalWindow .titlebar:backdrop, TerminalWindow .titlebar:backdrop,
TerminalWindow .header-bar:backdrop{ TerminalWindow .header-bar:backdrop,
background-color: shade(@terminal,0.9); PantheonTerminalPantheonTerminalWindow .titlebar:backdrop,
} PantheonTerminalPantheonTerminalWindow .header-bar:backdrop {
background-color: shade(@terminal_header,0.9);
/* Switch */
TerminalWindow .header-bar GtkSwitch.trough:active {
background-color: @terminal;
}
TerminalWindow GtkSwitch.trough:active {
border: 1px solid shade(@terminal, 0.8);
background-color: @terminal;
}
TerminalWindow GtkSwitch.slider:active {
border: 1px solid shade(@terminal, 0.8);
}
TerminalWindow .header-bar GtkSwitch.slider:active:backdrop,
TerminalWindow .header-bar GtkSwitch.slider:backdrop {
background-color: shade(@terminal, 0.9);
} }
/************ /************
* Notebook * * Notebook *
************/ ************/
TerminalNotebook { PantheonTerminalPantheonTerminalWindow .notebook.header,
box-shadow: inset 0 1px 0 0 @border; PantheonTerminalPantheonTerminalWindow .dynamic-notebook .notebook.header {
background-color: @terminal;
box-shadow: none;
}
PantheonTerminalPantheonTerminalWindow .notebook.header:backdrop,
PantheonTerminalPantheonTerminalWindow .dynamic-notebook .notebook.header:backdrop {
background: @backdrop_terminal;
box-shadow: none;
}
TerminalNotebook {
box-shadow: none;
} }
/* Active */
TerminalNotebook tab.top:active, TerminalNotebook tab.top:active,
TerminalWindow .notebook tab.top:active, TerminalWindow .notebook tab.top:active,
TerminalWindow .dynamic-notebook tab.top:active { TerminalWindow .dynamic-notebook tab.top:active,
box-shadow:inset 0 -3px 0 0 @terminal; PantheonTerminalPantheonTerminalWindow .dynamic-notebook tab.top:active {
} box-shadow:inset 0 -2px 0 0 @terminal_text;
/* Normal */
TerminalWindow .notebook tab.top {
box-shadow:inset 0 -1px 0 0 @terminal_window;
} }
/*----- Tabs -----*/ /*----- Tabs -----*/
TerminalWindow .notebook tab { TerminalWindow .notebook tab,
PantheonTerminalPantheonTerminalWindow .dynamic-notebook tab {
/*border: none;*/ /*border: none;*/
border-radius: 0; border-radius: 0;
background: @terminal_window; background-color: @terminal;
color: @terminal_window_text; color: @terminal_text;
} }
TerminalWindow .notebook tab:active { TerminalWindow .notebook tab:active ,
PantheonTerminalPantheonTerminalWindow .dynamic-notebook tab:active {
border: none; border: none;
background: @terminal_window; background-color: @terminal;
color: @terminal_window_text; color: @terminal_text;
} }
TerminalWindow .notebook tab:hover { TerminalWindow .notebook tab:hover,
background-color: shade(@terminal_window, 1.05); PantheonTerminalPantheonTerminalWindow .dynamic-notebook tab:hover {
color: alpha(#fff, 0.3); color: alpha(#fff, 0.3);
transition: all 300ms cubic-bezier(0.3, 0.5, 0.5, 0.9);
} }
PantheonTerminalPantheonTerminalWindow .dynamic-notebook:backdrop tab,
PantheonTerminalPantheonTerminalWindow .dynamic-notebook tab:backdrop,
TerminalWindow .notebook tab:backdrop { TerminalWindow .notebook tab:backdrop {
border: none; border: none;
background: @backdrop_header; background-color: @backdrop_terminal;
color: @backdrop_terminal_window_text; color: @backdrop_terminal_text;
} }
TerminalWindow .notebook tab:insensitive { TerminalWindow .notebook tab:insensitive,
PantheonTerminalPantheonTerminalWindow .dynamic-notebook tab:insensitive {
border: none; border: none;
background: @insensitive_header; background: @insensitive_header;
color: @insensitive_terminal_window_text; color: @insensitive_terminal_text;
} }
/* Labels */ /* Labels */
@ -116,33 +113,33 @@ TerminalWindow .notebook GtkLabel,
TerminalWindow .notebook:active GtkLabel, TerminalWindow .notebook:active GtkLabel,
TerminalWindow .notebook:focus GtkLabel, TerminalWindow .notebook:focus GtkLabel,
TerminalWindow .notebook:hover GtkLabel { TerminalWindow .notebook:hover GtkLabel {
color: @terminal_window_text; color: @terminal_text;
} }
TerminalWindow .notebook:backdrop GtkLabel, TerminalWindow .notebook:backdrop GtkLabel,
TerminalWindow .notebook:backdrop:hover GtkLabel, TerminalWindow .notebook:backdrop:hover GtkLabel,
TerminalWindow .notebook:active:backdrop GtkLabel { TerminalWindow .notebook:active:backdrop GtkLabel {
color: @backdrop_terminal_window_text; color: @backdrop_terminal_text;
} }
TerminalWindow .notebook:insensitive GtkLabel { TerminalWindow .notebook:insensitive GtkLabel {
color: @insensitive_terminal_window_text; color: @insensitive_terminal_text;
} }
TerminalWindow .notebook:insensitive:backdrop GtkLabel { TerminalWindow .notebook:insensitive:backdrop GtkLabel {
color: mix(@backdrop_terminal_window_text, @insensitive_terminal_window_text, 0.5); color: mix(@backdrop_terminal_text, @insensitive_terminal_text, 0.5);
} }
TerminalWindow .notebook tab GtkLabel { TerminalWindow .notebook tab GtkLabel {
background: none; background: none;
color: @backdrop_terminal_window_text; color: @backdrop_terminal_text;
} }
TerminalWindow .notebook tab:active GtkLabel, TerminalWindow .notebook tab:active GtkLabel,
TerminalWindow .notebook .active-page, TerminalWindow .notebook .active-page,
TerminalWindow .notebook tab .active-page GtkLabel { TerminalWindow .notebook tab .active-page GtkLabel {
background: none; background: none;
color: @terminal_window_text; color: @terminal_header_text;
font-weight: bold; font-weight: bold;
text-shadow: none; text-shadow: none;
} }
@ -150,13 +147,11 @@ TerminalWindow .notebook tab .active-page GtkLabel {
TerminalWindow .notebook tab:backdrop GtkLabel, TerminalWindow .notebook tab:backdrop GtkLabel,
TerminalWindow .notebook tab GtkLabel:backdrop { TerminalWindow .notebook tab GtkLabel:backdrop {
background: none; background: none;
color: @backdrop_terminal_window_text; color: @backdrop_terminal_header_text;
} }
#TerminalWindow .notebook tab .button GtkImage {
color: @terminal_header_text;
TerminalWindow .notebook tab .button GtkImage {
color: @terminal_window_text;
} }
TerminalWindow .notebook tab .button:hover GtkImage, TerminalWindow .notebook tab .button:hover GtkImage,
@ -165,7 +160,7 @@ TerminalWindow .notebook tab .button:active GtkImage {
} }
TerminalWindow .notebook tab .button:backdrop GtkImage { TerminalWindow .notebook tab .button:backdrop GtkImage {
color: @backdrop_terminal_window_text; color: @backdrop_terminal_header_text;
} }
/********** /**********
@ -234,7 +229,7 @@ TerminalWindow .scrollbars-junction, /* the small square between scrollbars!!! *
TerminalWindow .scrollbar.trough { TerminalWindow .scrollbar.trough {
/*border-radius: 10px;*/ /*border-radius: 10px;*/
background-image: none; background-image: none;
background: @terminal_background; background-color: @terminal_background;
border-width: 0; border-width: 0;
border-image: none; border-image: none;
} }
@ -247,7 +242,7 @@ TerminalWindow .scrollbar.trough:insensitive {
TerminalWindow .scrollbars-junction:backdrop, TerminalWindow .scrollbars-junction:backdrop,
TerminalWindow .scrollbar.trough:backdrop { TerminalWindow .scrollbar.trough:backdrop {
background-image: none; background-image: none;
background: @terminal_background; background-color: @terminal_background;
border-width: 0; border-width: 0;
border-radius: 0; border-radius: 0;
border-image: none; border-image: none;

View File

@ -36,7 +36,7 @@
@define-color backdrop_foreground shade(@foreground, 1.2); @define-color backdrop_foreground shade(@foreground, 1.2);
@define-color backdrop_border shade(@border, 1.02); @define-color backdrop_border shade(@border, 1.02);
@define-color backdrop_separator alpha(@separator, 0.9); @define-color backdrop_separator alpha(@separator, 0.9);
@define-color backdrop_text shade(@text, 1.2); @define-color backdrop_text shade(@text, 1.1);
@define-color backdrop_selection shade(@selection, 1.3); @define-color backdrop_selection shade(@selection, 1.3);
/* Backdrop-insensitive colors */ /* Backdrop-insensitive colors */
@ -46,9 +46,9 @@
@define-color backdrop_insensitive_text mix(@backdrop_text, @insensitive_text, 0.5); @define-color backdrop_insensitive_text mix(@backdrop_text, @insensitive_text, 0.5);
/* Backdrop-selected colors */ /* Backdrop-selected colors */
@define-color backdrop_selected_background shade(@selection, 1.3); @define-color backdrop_selected_background shade(@backdrop_background, 0.9);
@define-color backdrop_selection @backdrop_selected_background; @define-color backdrop_selection @backdrop_selected_background;
@define-color backdrop_selected_foreground @backdrop_text; @define-color backdrop_selected_foreground shade(@selection_foreground, 0.9);
/* Hover colors */ /* Hover colors */
@define-color hover_base shade(@base, 1.02); @define-color hover_base shade(@base, 1.02);

View File

@ -25,7 +25,7 @@
@define-color background #6f7b81;/* Background color */ @define-color background #6f7b81;/* Background color */
@define-color foreground #d3d9dc;/* Foreground color */ @define-color foreground #d3d9dc;/* Foreground color */
@define-color border shade(@background, 0.8);/* Borders color */ @define-color border shade(@background, 0.8);/* Borders color */
@define-color separator alpha(#000, 0.2);/* Separator color */ @define-color separator alpha(#000, 0.1);/* Separator color */
@define-color text @foreground;/* Text color */ @define-color text @foreground;/* Text color */
@define-color panel #454D50;/* Panel color */ @define-color panel #454D50;/* Panel color */
@define-color header #636E73;/* Header color */ @define-color header #636E73;/* Header color */

View File

@ -25,7 +25,7 @@
@define-color background #f7f7f7;/* Background color */ @define-color background #f7f7f7;/* Background color */
@define-color foreground #555;/* Foreground color */ @define-color foreground #555;/* Foreground color */
@define-color border #D8D8D8;/* Borders color */ @define-color border #D8D8D8;/* Borders color */
@define-color separator alpha(#000, 0.2);/* Separator color */ @define-color separator alpha(#000, 0.15);/* Separator color */
@define-color text @foreground;/* Text color */ @define-color text @foreground;/* Text color */
@define-color panel #454D50;/* Panel color */ @define-color panel #454D50;/* Panel color */
@define-color header #636E73;/* Header color */ @define-color header #636E73;/* Header color */

View File

@ -129,10 +129,8 @@
/* Hover */ /* Hover */
.dynamic-notebook tab:hover { .dynamic-notebook tab:hover {
background-image: linear-gradient(to bottom, background-image: none;
alpha(#fff, 0.10), background-color: alpha(@text, 0.05);
alpha(#fff, 0.20)
);
} }
@ -183,46 +181,46 @@
/* Active-Backdrop */ /* Active-Backdrop */
.dynamic-notebook tab.top:active:backdrop { .dynamic-notebook tab.top:active:backdrop {
box-shadow:inset 0 -3px 0 0 @backdrop_border; box-shadow:inset 0 -3px 0 0 @backdrop_text;
} }
.dynamic-notebook tab.bottom:active:backdrop { .dynamic-notebook tab.bottom:active:backdrop {
box-shadow:inset 0 3px 0 0 @backdrop_border; box-shadow:inset 0 3px 0 0 @backdrop_text;
} }
.dynamic-notebook tab.left:active:backdrop { .dynamic-notebook tab.left:active:backdrop {
box-shadow:inset -3px 0 0 0 @backdrop_border; box-shadow:inset -3px 0 0 0 @backdrop_text;
} }
.dynamic-notebook tab.right:active:backdrop { .dynamic-notebook tab.right:active:backdrop {
box-shadow:inset 3px 0 0 0 @backdrop_border; box-shadow:inset 3px 0 0 0 @backdrop_text;
} }
/* Hover */ /* Hover */
.dynamic-notebook tab.top:hover { .dynamic-notebook tab.top:hover {
box-shadow:inset 0 -3px 0 0 alpha(white, 0.4); box-shadow:inset 0 -3px 0 0 alpha(@text, 0.4);
} }
.dynamic-notebook tab.bottom:hover { .dynamic-notebook tab.bottom:hover {
box-shadow:inset 0 3px 0 0 alpha(white, 0.4); box-shadow:inset 0 3px 0 0 alpha(@text, 0.4);
} }
.dynamic-notebook tab.left:hover { .dynamic-notebook tab.left:hover {
box-shadow:inset -3px 0 0 0 alpha(white, 0.4); box-shadow:inset -3px 0 0 0 alpha(@text, 0.4);
} }
.dynamic-notebook tab.right:hover { .dynamic-notebook tab.right:hover {
box-shadow:inset 3px 0 0 0 alpha(white, 0.4); box-shadow:inset 3px 0 0 0 alpha(@text, 0.4);
} }
/* Hover-Backdrop */ /* Hover-Backdrop */
.dynamic-notebook tab.top:hover { .dynamic-notebook tab.top:hover {
box-shadow:inset 0 -3px 0 0 alpha(white, 0.1); box-shadow:inset 0 -3px 0 0 alpha(@text, 0.1);
} }
.dynamic-notebook tab.bottom:hover:backdrop { .dynamic-notebook tab.bottom:hover:backdrop {
box-shadow:inset 0 3px 0 0 alpha(white, 0.1); box-shadow:inset 0 3px 0 0 alpha(@text, 0.1);
} }
.dynamic-notebook tab.left:hover:backdrop { .dynamic-notebook tab.left:hover:backdrop {
box-shadow:inset -3px 0 0 0 alpha(white, 0.1); box-shadow:inset -3px 0 0 0 alpha(@text, 0.1);
} }
.dynamic-notebook tab.right:hover:backdrop { .dynamic-notebook tab.right:hover:backdrop {
box-shadow:inset 3px 0 0 0 alpha(white, 0.1); box-shadow:inset 3px 0 0 0 alpha(@text, 0.1);
} }
/* Backdrop */ /* Backdrop */
@ -253,47 +251,25 @@
box-shadow:inset 1px 0 0 0 @insensitive_border; box-shadow:inset 1px 0 0 0 @insensitive_border;
} }
/*----- In-tab Padding -----*/ /*----- In-tab Padding -----*/
.dynamic-notebook tab.top { .dynamic-notebook tab.top {
padding-top: 4px; padding: 6px 8px 8px 8px;
padding-left: 8px;
padding-bottom: 6px;
padding-right: 8px;
} }
.dynamic-notebook tab.bottom { .dynamic-notebook tab.bottom {
padding-top: 6px; padding: 8px 8px 6px 8px;
padding-left: 8px;
padding-bottom: 4px;
padding-right: 8px;
} }
.dynamic-notebook tab.left { .dynamic-notebook tab.left {
padding: 6px; padding: 8px;
} }
.dynamic-notebook tab.right { .dynamic-notebook tab.right {
padding: 6px; padding: 8px;
} }
.dynamic-notebook tab.top:active {
padding: 2px 8px 3px 8px;
}
.dynamic-notebook tab.bottom:active {
padding: 3px 8px 2px 8px;
}
.dynamic-notebook tab.left:active {
padding: 6px;
}
.dynamic-notebook tab.right:active {
padding: 6px;
}
.dynamic-notebook .notebook tab > .button, .dynamic-notebook .notebook tab > .button,
.dynamic-notebook .notebook tab > .button:hover, .dynamic-notebook .notebook tab > .button:hover,
.dynamic-notebook .notebook tab > .button:hover:active, .dynamic-notebook .notebook tab > .button:hover:active,

View File

@ -55,19 +55,26 @@
} }
/* Title */ /* Title */
.title,
.header-bar .title { .header-bar .title {
padding: 0;
padding-left: 13px; padding-left: 13px;
padding-right: 13px; padding-right: 13px;
font: Bold; font: Bold;
color: @header_text; color: @header_text;
} }
.header-bar .button.flat .title {
padding: 0;
}
.header-bar .title:backdrop { .header-bar .title:backdrop {
color: @backdrop_header_text; color: @backdrop_header_text;
} }
/* Subtitle */ /* Subtitle */
.header-bar .subtitle { .header-bar .subtitle {
padding: 0;
font: 9; font: 9;
} }
@ -86,7 +93,7 @@
/* Separator */ /* Separator */
.header-bar .separator { .header-bar .separator {
background: none; background: none;
color: transparent; color: @separator;
} }
/********************** /**********************
@ -393,8 +400,8 @@
.header-bar .separator, .header-bar .separator,
.header-bar .button .separator, .header-bar .button .separator,
.header-bar .button.separator { .header-bar .button.separator {
background: none; background: inherit;
color: transparent; color: @separator;
border:none; border:none;
} }

View File

@ -25,17 +25,23 @@
} }
.menu-button .menu, .menu-button .menu,
.menu-button .menu GtkLabel { .menu-button .menu GtkLabel,
.menu-button.image-button .menu,
.menu-button.image-button .menu GtkLabel {
color: @text; color: @text;
} }
.menu-button .menu:backdrop GtkLabel, .menu-button .menu:backdrop GtkLabel,
.menu-button .menuitem:backdrop GtkLabel { .menu-button .menuitem:backdrop GtkLabel
.menu-button.image-button .menu:backdrop GtkLabel,
.menu-button.image-button .menuitem:backdrop GtkLabel {
color: @backdrop_text; color: @backdrop_text;
} }
.menu-button .menu:insensitive GtkLabel, .menu-button .menu:insensitive GtkLabel,
.menu-button .menuitem:insensitive GtkLabel { .menu-button .menuitem:insensitive GtkLabel,
.menu-button.image-button .menu:insensitive GtkLabel,
.menu-button.image-button .menuitem:insensitive GtkLabel {
color: @insensitive_text; color: @insensitive_text;
} }
@ -44,7 +50,13 @@
.menu-button .menuitem .accelerator, .menu-button .menuitem .accelerator,
.menu-button .menuitem .accelerator:insensitive .menu-button .menuitem .accelerator:insensitive
.menu-button .menu .menuitem .accelerator, .menu-button .menu .menuitem .accelerator,
.menu-button .menu .menuitem .accelerator:insensitive { .menu-button .menu .menuitem .accelerator:insensitive,
.menu-button.image-button .menu .accelerator,
.menu-button.image-button .menu .accelerator:insensitive,
.menu-button.image-button .menuitem .accelerator,
.menu-button.image-button .menuitem .accelerator:insensitive
.menu-button.image-button .menu .menuitem .accelerator,
.menu-button.image-button .menu .menuitem .accelerator:insensitive {
color: @insensitive_text; color: @insensitive_text;
} }

View File

@ -262,22 +262,6 @@
padding: 8px; padding: 8px;
} }
.notebook tab.top:active {
padding: 8px 8px 6px 8px;
}
.notebook tab.bottom:active {
padding: 6px 8px 8px 8px;
}
.notebook tab.left:active {
padding: 8px;
}
.notebook tab.right:active {
padding: 8px;
}
/*----- Labels -----*/ /*----- Labels -----*/

View File

@ -51,6 +51,15 @@ GtkDialog .sidebar GtkScrolledWindow {
-GtkTreeView-vertical-separator: 6px; -GtkTreeView-vertical-separator: 6px;
} }
.sidebar .separator,
.source-list .separator {
color: @separator;
}
.sidebar .separator:backdrop,
.source-list .separator:backdrop {
color: @backdrop_separator;
}
.sidebar:backdrop, .sidebar:backdrop,
.source-list:backdrop { .source-list:backdrop {
border: solid @backdrop_border; border: solid @backdrop_border;

View File

@ -55,15 +55,22 @@
color: @header_text; color: @header_text;
} }
.title,
.titlebar .title { .titlebar .title {
padding: 0;
padding-left: 13px; padding-left: 13px;
padding-right: 13px; padding-right: 13px;
color: @header_text; color: @header_text;
font: Bold; font: Bold;
} }
.titlebar .button.flat .title {
padding: 0;
}
/* Subtitle */ /* Subtitle */
.titlebar .subtitle { .titlebar .subtitle {
padding: 0;
font: 9; font: 9;
} }
@ -81,6 +88,12 @@
/* Separator */
.titlebar .separator {
background: none;
color: @separator;
}
/********************** /**********************
* Header bar buttons * * Header bar buttons *
**********************/ **********************/
@ -95,7 +108,7 @@
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border: none; border: none;
padding: 12px 15px 10px 15px; padding: 13px 15px;
} }
/* Normal Button */ /* Normal Button */
@ -439,3 +452,26 @@
outline: none; outline: none;
} }
/*************************
* Header bar separator *
*************************/
.titlebar > GtkBox > .separator.vertical {
-GtkWidget-wide-separators: 1;
-GtkWidget-separator-width: 0;
background-color: @separator;
color: @separator;
border:none;
}
/* Separator */
.titlebar .separator,
.titlebar .button .separator,
.titlebar .button.separator {
background: inherit;
color: @separator;
border:none;
}