summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css143
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css397
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css37
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css151
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css399
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css44
6 files changed, 477 insertions, 694 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
index 798321c7..425c8591 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gnome-applications.css
@@ -1,12 +1,4 @@
-/*
-GeditWindow GtkLayout,
-GeditWindow GtkExpander,
-GeditWindow GtkAspectFrame,
-GeditPanel
-GeditDocumentsPanel
-*/
-
EphyWindow {
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -14,18 +6,6 @@ EphyWindow {
to (shade(@theme_bg_dark_color, 0.92)));
}
-/* FIXME fg color need to change too
-GeditWindow GtkPaned {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 0.95)),
- to (shade(@theme_bg_dark_color, 0.90)));
- box-shadow: inset 0px 2px shade(@theme_highlight_color, 1.00),
- inset 0px 1px @theme_mdi_border_color;
-
-}
-*/
-
/* gedit line numbers */
GeditView {
background-color: shade (@bg_color, 1.07);
@@ -255,6 +235,16 @@ TerminalScreen {
color: @selected_fg_color;
}
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 8px;
+}
+
RBDisplayPageTree.frame {
border-width: 0px 1px 1px 0px;
}
@@ -290,6 +280,10 @@ RBSource .toolbar .button *:checked:hover {
text-shadow: 0 1px @theme_shadow_color;
}
+/************
+ * Nautilus *
+ ************/
+
.info,
.question,
NautilusFloatingBar,
@@ -312,6 +306,24 @@ NautilusQueryEditor.info {
inset 0px -1px alpha(#fff, 0.06);
}
+/* avoid unwanted background color */
+NautilusQueryEditor .search-bar .linked.raised .button:focus:checked:first-child,
+NautilusQueryEditor .search-bar .linked.raised .button:focus:checked:last-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+}
+
+/* remove right shadow */
+NautilusQueryEditor .search-bar .linked.raised .button.text-button:hover:first-child,
+NautilusQueryEditor .search-bar .linked.raised .button.text-button:checked:first-child {
+ box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
+ inset 1px 0px shade (@theme_selected_bg_color, 1.3),
+ inset -1px 0px alpha(shade(@theme_selected_bg_color, 0.94), 0.80),
+ inset 0px -1px shade (@theme_selected_bg_color, 1.3);
+}
+
NautilusSearchBar .entry,
NautilusSearchBar .entry:focus {
-GtkEntry-inner-border: 1;
@@ -321,7 +333,6 @@ NautilusSearchBar .entry.image {
color: shade(@nautilus_cluebar_color, 0.60);
}
-
NautilusTrashBar GtkLabel {
color: shade(@theme_fg_color, 1.00);
text-shadow: 0 1px @theme_shadow_color;
@@ -446,8 +457,11 @@ NautilusWindow .sidebar .scrollbar.trough.vertical {
}
/* the small line between sidebar and view */
-NautilusWindow * {
- -GtkPaned-handle-size: 3px;
+NautilusWindow GtkPaned.horizontal {
+ border-color: shade(@theme_bg_color, 0.80);
+ border-style: solid;
+ border-width: 0px 1px 0px 0px;
+ -GtkPaned-handle-size: 4px;
}
NautilusWindow .sidebar .frame {
@@ -457,54 +471,6 @@ NautilusWindow .sidebar .frame {
border-bottom-width: 0;
}
-/* disabled, looks uggly
-NautilusWindow > GtkTable > .pane-separator,
-NautilusWindow .pane-separator {
- background-color: @sidebar_background;
- background-image: -gtk-gradient (linear,
- left top, right top,
- from (@sidebar_background),
- color-stop(0.50, @sidebar_background),
- to (shade(@theme_bg_color, 0.60)));
- border-style: solid;
- border-width: 0px;
- border-color: @sidebar_background;
- border-image: none;
-}*/
-
-NautilusWindow .primary-toolbar.toolbar .button:active,
-NautilusWindow .primary-toolbar.toolbar .button:active:hover,
-NautilusWindow .primary-toolbar.toolbar .button:checked,
-NautilusWindow .primary-toolbar.toolbar .button:checked:hover {
- padding: 2px 4px;
- background-color: transparent;
- background-image: none;
- border-width: 1px;
- border-style: solid;
- border-radius: 5px;
- border-image: none;
- border-color: transparent;
- box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
- inset 1px 0px shade (@theme_selected_bg_color, 1.3),
- inset -1px 0px shade (@theme_selected_bg_color, 1.3),
- inset 0px -1px shade (@theme_selected_bg_color, 1.3);
-}
-
-NautilusWindow .primary-toolbar .toolbar .button:hover,
-NautilusWindow .primary-toolbar.toolbar .button:hover {
- background-color: transparent;
- padding: 2px 4px;
- background-image: none;
- border-width: 1px;
- border-radius: 5px;
- border-style: solid;
- border-color: transparent;
- box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
- inset 1px 0px shade (@theme_selected_bg_color, 1.3),
- inset -1px 0px shade (@theme_selected_bg_color, 1.3),
- inset 0px -1px shade (@theme_selected_bg_color, 1.3);
-}
-
/* frame icons nautilus view */
NautilusView.frame {
border-top-width: 0;
@@ -619,33 +585,6 @@ NautilusWindow .notebook tab .button GtkImage:checked:hover {
alpha(black, 0.13);
}
-/*
-.baobab-toolbar.toolbar {
- border-color: shade (@bg_color, 0.9);
- border-style: solid;
- border-width: 0 0 1px 0;
- border-radius: 0;
-}
-
-.cell.baobab-level-cell,
-.cell.baobab-level-cell:hover,
-.cell.baobab-level-cell:selected,
-.cell.baobab-level-cell:selected:hover {
- border-color: alpha (black, 0.06);
- border-width: 1px;
- border-style: solid;
- background-color: @theme_base_color;
-}
-*/
-
-ApDocView, /* Abiword */
-EogScrollView, /* Eog */
-CheeseThumbView /* Cheese */
-{
- background-color: @chrome_bg_color;
- -EogScrollView-shadow-type: none;
-}
-
/* nautilus */
.nautilus-canvas-item {
border-radius: 3px;
@@ -673,6 +612,14 @@ CheeseThumbView /* Cheese */
text-shadow: none;
}
+ApDocView, /* Abiword */
+EogScrollView, /* Eog */
+CheeseThumbView /* Cheese */
+{
+ background-color: @chrome_bg_color;
+ -EogScrollView-shadow-type: none;
+}
+
/* Documents */
gnome_control_center GtkScrolledWindow.frame,
GnomeControlCenter GtkScrolledWindow.frame,
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index b0b3d267..bc2188a4 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -798,8 +798,6 @@ GtkScrolledWindow.frame {
background-image: none;
box-shadow: inset 0 1px rgba(255,255,255,0), 0 1px rgba(255,255,255,0);
text-shadow: none;
-
-
icon-shadow: none;
border-image: none;
}
@@ -910,52 +908,60 @@ GtkScrolledWindow.frame {
/* Middle toolbar-button */
.toolbar.menubar .linked .button,
+.toolbar.menubar .linked .button:focus,
.toolbar.menubar .linked .button:hover,
-.toolbar .button.raised.linked,
-.toolbar .raised.linked .button,
-.primary-toolbar .linked .button,
-.primary-toolbar .linked .entry,
.toolbar.menubar .linked .button:active,
.toolbar.menubar .linked .button:active:hover,
.toolbar.menubar .linked .button:active:active,
-.toolbar .button.raised.linked:active,
-.toolbar .button.raised.linked:active:hover,
-.toolbar .button.raised.linked:active:active,
-.toolbar .raised.linked .button:active,
-.toolbar .raised.linked .button:hover,
-.toolbar .raised.linked .button:active:hover,
-.toolbar .raised.linked .button:active:active,
-.primary-toolbar .linked .button:active,
-.primary-toolbar .linked .button:active:hover,
-.primary-toolbar .linked .button:active:active,
.toolbar.menubar .linked .button:checked,
.toolbar.menubar .linked .button:checked:hover,
.toolbar.menubar .linked .button:checked:checked,
+.toolbar.menubar .linked .button:insensitive,
+.toolbar .button.raised.linked,
+.toolbar .button.raised.linked:focus,
+.toolbar .button.raised.linked:hover,
+.toolbar .button.raised.linked:active,
+.toolbar .button.raised.linked:active:hover,
+.toolbar .button.raised.linked:active:active,
.toolbar .button.raised.linked:checked,
.toolbar .button.raised.linked:checked:hover,
.toolbar .button.raised.linked:checked:checked,
+.toolbar .button.raised.linked:insensitive,
+.toolbar .raised.linked .button,
+.toolbar .raised.linked .button:focus,
+.toolbar .raised.linked .button:hover,
+.toolbar .raised.linked .button:active,
+.toolbar .raised.linked .button:active:hover,
+.toolbar .raised.linked .button:active:active,
.toolbar .raised.linked .button:checked,
.toolbar .raised.linked .button:checked:hover,
.toolbar .raised.linked .button:checked:checked,
+.toolbar .raised.linked .button:insensitive,
+.primary-toolbar .linked .entry,
+.primary-toolbar .linked .entry:insensitive,
+.primary-toolbar .linked .button,
+.primary-toolbar .linked .button:focus,
+.primary-toolbar .linked .button:hover,
+.primary-toolbar .linked .button:active,
+.primary-toolbar .linked .button:active:hover,
+.primary-toolbar .linked .button:active:active,
.primary-toolbar .linked .button:checked,
.primary-toolbar .linked .button:checked:hover,
.primary-toolbar .linked .button:checked:checked,
-.toolbar.menubar .linked .button:insensitive,
-.toolbar .button.raised.linked:insensitive,
-.toolbar .raised.linked .button:insensitive,
-.primary-toolbar .linked .button:insensitive,
-.primary-toolbar .linked .entry:insensitive {
- border-width: 1px;
- border-right-width: 0px;
- border-left-width: 0px;
- border-radius: 0;
- padding-left: 4px;
- padding-right: 4px;
+.primary-toolbar .linked .button:insensitive {
+ padding: 2px 4px 4px 2px;
+ border-radius: 0px;
+ border-width: 1px 0px 1px 0px;
}
/* Middle toolbar-button hover */
.toolbar.menubar .linked .button:hover,
-.toolbar .raised.linked .button:hover {
+.toolbar .raised.linked .button:hover,
+.primary-toolbar .linked .button:hover {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
inset 1px 0px shade (@theme_selected_bg_color, 1.3),
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
@@ -966,24 +972,27 @@ GtkScrolledWindow.frame {
.toolbar.menubar .linked .button:active,
.toolbar.menubar .linked .button:active:hover,
.toolbar.menubar .linked .button:active:active,
-.toolbar .button.raised.linked:active,
-.toolbar .button.raised.linked:active:hover,
-.toolbar .raised.linked .button:active:active,
-.toolbar .raised.linked .button:active,
-.primary-toolbar .linked .button:active,
-.primary-toolbar .linked .button:active:hover,
-.primary-toolbar .linked .button:active:active,
.toolbar.menubar .linked .button:checked,
.toolbar.menubar .linked .button:checked:hover,
.toolbar.menubar .linked .button:checked:checked,
+.toolbar .button.raised.linked:active,
+.toolbar .button.raised.linked:active:hover,
+.toolbar .button.raised.linked:active:active,
.toolbar .button.raised.linked:checked,
.toolbar .button.raised.linked:checked:hover,
-.toolbar .raised.linked .button:checked:checked,
+.toolbar .button.raised.linked:checked:checked,
+.toolbar .raised.linked .button:active,
+.toolbar .raised.linked .button:active:hover,
+.toolbar .raised.linked .button:active:active,
.toolbar .raised.linked .button:checked,
+.toolbar .raised.linked .button:checked:hover,
+.toolbar .raised.linked .button:checked:checked,
+.primary-toolbar .linked .button:active,
+.primary-toolbar .linked .button:active:hover,
+.primary-toolbar .linked .button:active:active,
.primary-toolbar .linked .button:checked,
.primary-toolbar .linked .button:checked:hover,
.primary-toolbar .linked .button:checked:checked {
- /* Remove right border */
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
inset 1px 0px shade (@theme_selected_bg_color, 1.3),
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
@@ -1006,53 +1015,60 @@ GtkScrolledWindow.frame {
/* Leftmost toolbars-button */
.toolbar.menubar .linked .button:first-child,
+.toolbar.menubar .linked .button:focus:first-child,
.toolbar.menubar .linked .button:hover:first-child,
-.toolbar .button.raised.linked:first-child,
-.toolbar .raised.linked .button:first-child,
-.toolbar .raised.linked .button:hover:first-child
-.primary-toolbar .linked .button:first-child,
-.primary-toolbar .linked .entry:first-child,
.toolbar.menubar .linked .button:active:first-child,
.toolbar.menubar .linked .button:active:hover:first-child,
.toolbar.menubar .linked .button:active:active:first-child,
-.toolbar .button.raised.linked:active:first-child,
-.toolbar .button.raised.linked:active:hover:first-child,
-.toolbar .button.raised.linked:active:active:first-child,
-.toolbar .raised.linked .button:active:first-child,
-.toolbar .raised.linked .button:active:hover:first-child,
-.toolbar .raised.linked .button:active:active:first-child,
-.primary-toolbar .linked .button:active:first-child,
-.primary-toolbar .linked .button:active:hover:first-child,
-.primary-toolbar .linked .button:active:active:first-child,
.toolbar.menubar .linked .button:checked:first-child,
.toolbar.menubar .linked .button:checked:hover:first-child,
.toolbar.menubar .linked .button:checked:checked:first-child,
+.toolbar.menubar .linked .button:insensitive:first-child,
+.toolbar .button.raised.linked:first-child,
+.toolbar .button.raised.linked:focus:first-child,
+.toolbar .button.raised.linked:hover:first-child,
+.toolbar .button.raised.linked:active:first-child,
+.toolbar .button.raised.linked:active:hover:first-child,
+.toolbar .button.raised.linked:active:active:first-child,
.toolbar .button.raised.linked:checked:first-child,
.toolbar .button.raised.linked:checked:hover:first-child,
.toolbar .button.raised.linked:checked:checked:first-child,
+.toolbar .button.raised.linked:insensitive:first-child,
+.toolbar .raised.linked .button:first-child,
+.toolbar .raised.linked .button:focus:first-child,
+.toolbar .raised.linked .button:hover:first-child,
+.toolbar .raised.linked .button:active:first-child,
+.toolbar .raised.linked .button:active:hover:first-child,
+.toolbar .raised.linked .button:active:active:first-child,
.toolbar .raised.linked .button:checked:first-child,
.toolbar .raised.linked .button:checked:hover:first-child,
.toolbar .raised.linked .button:checked:checked:first-child,
+.toolbar .raised.linked .button:insensitive:first-child,
+.primary-toolbar .linked .entry:first-child,
+.primary-toolbar .linked .button:first-child,
+.primary-toolbar .linked .button:focus:first-child,
+.primary-toolbar .linked .button:hover:first-child,
+.primary-toolbar .linked .button:active:first-child,
+.primary-toolbar .linked .button:active:hover:first-child,
+.primary-toolbar .linked .button:active:active:first-child,
.primary-toolbar .linked .button:checked:first-child,
.primary-toolbar .linked .button:checked:hover:first-child,
.primary-toolbar .linked .button:checked:checked:first-child,
-.toolbar.menubar .linked .button:insensitive:first-child,
-.toolbar .button.raised.linked:insensitive:first-child,
-.toolbar .raised.linked .button:insensitive:first-child,
.primary-toolbar .linked .button:insensitive:first-child,
.primary-toolbar .linked .entry:insensitive:first-child {
- border-width: 1px;
- border-right-width: 0;
- border-radius: 5px;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- padding-left: 4px;
- padding-right: 4px;
+ padding: 2px 4px 4px 2px;
+ border-radius: 6px 0px 0px 6px;
+ border-width: 1px 0px 1px 1px;
}
/* Leftmost toolbars-button hover */
.toolbar.menubar .linked .button:hover:first-child,
-.toolbar .raised.linked .button:hover:first-child {
+.toolbar .raised.linked .button:hover:first-child,
+.primary-toolbar .linked .button:hover:first-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
inset 1px 0px shade (@theme_selected_bg_color, 1.3),
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
@@ -1063,28 +1079,27 @@ GtkScrolledWindow.frame {
.toolbar.menubar .linked .button:active:first-child,
.toolbar.menubar .linked .button:active:hover:first-child,
.toolbar.menubar .linked .button:active:active:first-child,
-.toolbar .button.raised.linked:active:first-child,
-.toolbar .button.raised.linked:active:hover:first-child,
-.toolbar .button.raised.linked:active:active:first-child,
-.toolbar .raised.linked .button:active:first-child,
-.toolbar .raised.linked .button:active:hover:first-child,
-.toolbar .raised.linked .button:active:active:first-child,
-.primary-toolbar .linked .button:active:first-child,
-.primary-toolbar .linked .button:active:hover:first-child,
-.primary-toolbar .linked .button:active:active:first-child,
.toolbar.menubar .linked .button:checked:first-child,
.toolbar.menubar .linked .button:checked:hover:first-child,
.toolbar.menubar .linked .button:checked:checked:first-child,
+.toolbar .button.raised.linked:active:first-child,
+.toolbar .button.raised.linked:active:hover:first-child,
+.toolbar .button.raised.linked:active:active:first-child,
.toolbar .button.raised.linked:checked:first-child,
.toolbar .button.raised.linked:checked:hover:first-child,
.toolbar .button.raised.linked:checked:checked:first-child,
+.toolbar .raised.linked .button:active:first-child,
+.toolbar .raised.linked .button:active:hover:first-child,
+.toolbar .raised.linked .button:active:active:first-child,
.toolbar .raised.linked .button:checked:first-child,
.toolbar .raised.linked .button:checked:hover:first-child,
.toolbar .raised.linked .button:checked:checked:first-child,
+.primary-toolbar .linked .button:active:first-child,
+.primary-toolbar .linked .button:active:hover:first-child,
+.primary-toolbar .linked .button:active:active:first-child,
.primary-toolbar .linked .button:checked:first-child,
.primary-toolbar .linked .button:checked:hover:first-child,
.primary-toolbar .linked .button:checked:checked:first-child {
- /* Remove right border */
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
inset 1px 0px shade (@theme_selected_bg_color, 1.3),
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
@@ -1107,53 +1122,60 @@ GtkScrolledWindow.frame {
/* Rightmost toolbar-button */
.toolbar.menubar .linked .button:last-child,
+.toolbar.menubar .linked .button:focus:last-child,
.toolbar.menubar .linked .button:hover:last-child,
-.toolbar .button.raised.linked:last-child,
-.toolbar .raised.linked .button:last-child,
-.toolbar .raised.linked .button:hover:last-child,
-.primary-toolbar .linked .button:last-child,
-.primary-toolbar .linked .entry:last-child,
.toolbar.menubar .linked .button:active:last-child,
.toolbar.menubar .linked .button:active:hover:last-child,
.toolbar.menubar .linked .button:active:active:last-child,
-.toolbar .button.raised.linked:active:last-child,
-.toolbar .button.raised.linked:active:hover:last-child,
-.toolbar .button.raised.linked:active:active:last-child,
-.toolbar .raised.linked .button:active:last-child,
-.toolbar .raised.linked .button:active:hover:last-child,
-.toolbar .raised.linked .button:active:active:last-child,
-.primary-toolbar .linked .button:active:last-child,
-.primary-toolbar .linked .button:active:hover:last-child,
-.primary-toolbar .linked .button:active:active:last-child,
.toolbar.menubar .linked .button:checked:last-child,
.toolbar.menubar .linked .button:checked:hover:last-child,
.toolbar.menubar .linked .button:checked:checked:last-child,
+.toolbar.menubar .linked .button:insensitive:last-child,
+.toolbar .button.raised.linked:last-child,
+.toolbar .button.raised.linked:focus:last-child,
+.toolbar .button.raised.linked:hover:last-child,
+.toolbar .button.raised.linked:active:last-child,
+.toolbar .button.raised.linked:active:hover:last-child,
+.toolbar .button.raised.linked:active:active:last-child,
.toolbar .button.raised.linked:checked:last-child,
.toolbar .button.raised.linked:checked:hover:last-child,
.toolbar .button.raised.linked:checked:checked:last-child,
+.toolbar .button.raised.linked:insensitive:last-child,
+.toolbar .raised.linked .button:last-child,
+.toolbar .raised.linked .button:focus:last-child,
+.toolbar .raised.linked .button:hover:last-child,
+.toolbar .raised.linked .button:active:last-child,
+.toolbar .raised.linked .button:active:hover:last-child,
+.toolbar .raised.linked .button:active:active:last-child,
.toolbar .raised.linked .button:checked:last-child,
.toolbar .raised.linked .button:checked:hover:last-child,
.toolbar .raised.linked .button:checked:checked:last-child,
+.toolbar .raised.linked .button:insensitive:last-child,
+.primary-toolbar .linked .entry:last-child,
+.primary-toolbar .linked .button:last-child,
+.primary-toolbar .linked .button:focus:last-child,
+.primary-toolbar .linked .button:hover:last-child,
+.primary-toolbar .linked .button:active:last-child,
+.primary-toolbar .linked .button:active:hover:last-child,
+.primary-toolbar .linked .button:active:active:last-child,
.primary-toolbar .linked .button:checked:last-child,
.primary-toolbar .linked .button:checked:hover:last-child,
.primary-toolbar .linked .button:checked:checked:last-child,
-.toolbar.menubar .linked .button:insensitive:last-child,
-.toolbar .button.raised.linked:insensitive:last-child,
-.toolbar .raised.linked .button:insensitive:last-child,
.primary-toolbar .linked .button:insensitive:last-child,
.primary-toolbar .linked .entry:insensitive:last-child {
- border-width: 1px;
- border-left-width: 0px;
- border-radius: 5px;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- padding-left: 4px;
- padding-right: 4px;
+ padding: 2px 4px 4px 2px;
+ border-radius: 0px 6px 6px 0px;
+ border-width: 1px 1px 1px 0px;
}
/* Rightmost toolbars-button hover */
.toolbar.menubar .linked .button:hover:last-child,
-.toolbar .raised.linked .button:hover:last-child {
+.toolbar .raised.linked .button:hover:last-child,
+.primary-toolbar .linked .button:hover:last-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
inset 1px 0px shade (@theme_selected_bg_color, 1.3),
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
@@ -1164,23 +1186,27 @@ GtkScrolledWindow.frame {
.toolbar.menubar .linked .button:active:last-child,
.toolbar.menubar .linked .button:active:hover:last-child,
.toolbar.menubar .linked .button:active:active:last-child,
+.toolbar.menubar .linked .button:checked:last-child,
+.toolbar.menubar .linked .button:checked:hover:last-child,
+.toolbar.menubar .linked .button:checked:checked:last-child,
.toolbar .button.raised.linked:active:last-child,
.toolbar .button.raised.linked:active:hover:last-child,
.toolbar .button.raised.linked:active:active:last-child,
+.toolbar .button.raised.linked:checked:last-child,
+.toolbar .button.raised.linked:checked:hover:last-child,
+.toolbar .button.raised.linked:checked:checked:last-child,
.toolbar .raised.linked .button:active:last-child,
.toolbar .raised.linked .button:active:hover:last-child,
.toolbar .raised.linked .button:active:active:last-child,
+.toolbar .raised.linked .button:checked:last-child,
+.toolbar .raised.linked .button:checked:hover:last-child,
+.toolbar .raised.linked .button:checked:checked:last-child,
.primary-toolbar .linked .button:active:last-child,
.primary-toolbar .linked .button:active:hover:last-child,
.primary-toolbar .linked .button:active:active:last-child,
-.toolbar.menubar .linked .button:checked:last-child,
-.toolbar.menubar .linked .button:checked:hover:last-child,
-.toolbar .button.raised.linked:checked:last-child,
-.toolbar .button.raised.linked:checked:hover:last-child,
-.toolbar .raised.linked .button:checked:last-child,
-.toolbar .raised.linked .button:checked:hover:last-child,
.primary-toolbar .linked .button:checked:last-child,
-.primary-toolbar .linked .button:checked:hover:last-child {
+.primary-toolbar .linked .button:checked:hover:last-child,
+.primary-toolbar .linked .button:checked:checked:last-child {
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
inset 1px 0px shade (@theme_selected_bg_color, 1.3),
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
@@ -1203,65 +1229,55 @@ GtkScrolledWindow.frame {
/* Linked single toolbar-button */
.toolbar.menubar .linked .button:only-child,
.toolbar.menubar .linked .button:hover:only-child,
-.toolbar .button.raised.linked:only-child,
-.toolbar .raised.linked .button:only-child,
-.toolbar .raised.linked .button:hover:only-child,
-.primary-toolbar .linked .entry:only-child,
-.primary-toolbar .linked .button:only-child,
.toolbar.menubar .linked .button:active:only-child,
.toolbar.menubar .linked .button:active:hover:only-child,
.toolbar.menubar .linked .button:active:active:only-child,
-.toolbar .button.raised.linked:active:only-child,
-.toolbar .raised.linked .button:active:only-child,
-.primary-toolbar .linked .button:active:only-child,
-.toolbar .button.raised.linked:active:hover:only-child,
-.toolbar .button.raised.linked:active:active:only-child,
-.toolbar .raised.linked .button:active:hover:only-child,
-.toolbar .raised.linked .button:active:active:only-child,
-.primary-toolbar .linked .button:active:hover:only-child,
-.primary-toolbar .linked .button:active:active:only-child,
.toolbar.menubar .linked .button:checked:only-child,
.toolbar.menubar .linked .button:checked:hover:only-child,
.toolbar.menubar .linked .button:checked:checked:only-child,
+.toolbar.menubar .linked .button:insensitive:only-child,
+.toolbar .button.raised.linked:only-child,
+.toolbar .button.raised.linked:hover:only-child,
+.toolbar .button.raised.linked:active:only-child,
+.toolbar .button.raised.linked:active:hover:only-child,
+.toolbar .button.raised.linked:active:active:only-child,
.toolbar .button.raised.linked:checked:only-child,
-.toolbar .raised.linked .button:checked:only-child,
-.primary-toolbar .linked .button:checked:only-child,
.toolbar .button.raised.linked:checked:hover:only-child,
.toolbar .button.raised.linked:checked:checked:only-child,
+.toolbar .button.raised.linked:insensitive:only-child,
+.toolbar .raised.linked .button:only-child,
+.toolbar .raised.linked .button:hover:only-child,
+.toolbar .raised.linked .button:active:only-child,
+.toolbar .raised.linked .button:active:hover:only-child,
+.toolbar .raised.linked .button:active:active:only-child,
+.toolbar .raised.linked .button:checked:only-child,
.toolbar .raised.linked .button:checked:hover:only-child,
.toolbar .raised.linked .button:checked:checked:only-child,
+.toolbar .raised.linked .button:insensitive:only-child,
+.primary-toolbar .linked .entry:only-child,
+.primary-toolbar .linked .button:only-child,
+.primary-toolbar .linked .button:hover:only-child,
+.primary-toolbar .linked .button:active:only-child,
+.primary-toolbar .linked .button:active:hover:only-child,
+.primary-toolbar .linked .button:active:active:only-child,
+.primary-toolbar .linked .button:checked:only-child,
.primary-toolbar .linked .button:checked:hover:only-child,
.primary-toolbar .linked .button:checked:checked:only-child,
-.toolbar.menubar .linked .button:insensitive:only-child,
-.toolbar .button.raised.linked:insensitive:only-child,
-.toolbar .raised.linked .button:insensitive:only-child,
.primary-toolbar .linked .entry:insensitive:only-child,
.primary-toolbar .linked .button:insensitive:only-child {
border-width: 1px;
- border-radius: 5px;
- padding-left: 4px;
- padding-right: 4px;
-}
-
-/* Linked single toolbar-button normal */
-.toolbar.menubar .linked .button:only-child,
-.toolbar .button.raised.linked:only-child,
-.toolbar .raised.linked .button:only-child,
-.primary-toolbar .linked .entry:only-child,
-.primary-toolbar .linked .button:only-child {
- box-shadow: inset 0px 2px alpha(#fff, 0.09),
- inset 2px 0px alpha(#fff, 0.06),
- inset -2px 0px alpha(#fff, 0.06),
- inset 0px -2px alpha(#fff, 0.06),
- inset 0px 1px shade(@theme_button_border_dark, 1.05),
- inset 1px 0px shade(@theme_button_border_dark, 1.00),
- inset -1px 0px shade(@theme_button_border_dark, 1.00),
- inset 0px -1px shade(@theme_button_border_dark, 0.85);
+ border-radius: 6px;
+ padding: 2px 4px 4px 2px;
}
/* Linked single toolbar-button hover */
.toolbar .raised.linked .button:hover:only-child,
-.toolbar.menubar .linked .button:hover:only-child {
+.toolbar.menubar .linked .button:hover:only-child,
+.primary-toolbar .linked .button:hover:only-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
inset 1px 0px shade (@theme_selected_bg_color, 1.3),
inset -1px 0px shade (@theme_selected_bg_color, 1.3),
@@ -1272,24 +1288,24 @@ GtkScrolledWindow.frame {
.toolbar.menubar .linked .button:active:only-child,
.toolbar.menubar .linked .button:active:hover:only-child,
.toolbar.menubar .linked .button:active:active:only-child,
-.toolbar .button.raised.linked:active:only-child,
-.toolbar .button.raised.linked:active:hover:only-child,
-.toolbar .button.raised.linked:active:active:only-child,
-.toolbar .raised.linked .button:active:only-child,
-.toolbar .raised.linked .button:active:hover:only-child,
-.toolbar .raised.linked .button:active:active:only-child,
-.primary-toolbar .linked .button:active:only-child,
-.primary-toolbar .linked .button:active:hover:only-child,
-.primary-toolbar .linked .button:active:active:only-child,
.toolbar.menubar .linked .button:checked:only-child,
.toolbar.menubar .linked .button:checked:hover:only-child,
.toolbar.menubar .linked .button:checked:checked:only-child,
+.toolbar .button.raised.linked:active:only-child,
+.toolbar .button.raised.linked:active:hover:only-child,
+.toolbar .button.raised.linked:active:active:only-child,
.toolbar .button.raised.linked:checked:only-child,
.toolbar .button.raised.linked:checked:hover:only-child,
.toolbar .button.raised.linked:checked:checked:only-child,
+.toolbar .raised.linked .button:active:only-child,
+.toolbar .raised.linked .button:active:hover:only-child,
+.toolbar .raised.linked .button:active:active:only-child,
.toolbar .raised.linked .button:checked:only-child,
.toolbar .raised.linked .button:checked:hover:only-child,
.toolbar .raised.linked .button:checked:checked:only-child,
+.primary-toolbar .linked .button:active:only-child,
+.primary-toolbar .linked .button:active:hover:only-child,
+.primary-toolbar .linked .button:active:active:only-child,
.primary-toolbar .linked .button:checked:only-child,
.primary-toolbar .linked .button:checked:hover:only-child,
.primary-toolbar .linked .button:checked:checked:only-child {
@@ -2185,32 +2201,6 @@ GtkComboBox.combobox-entry .button *:prelight {
color: @theme_text_dark_color;
}
-/* Makes the button of the combobox entry that has the same gradient text boxes
-.primary-toolbar GtkComboBox.combobox-entry .button:active,
-.primary-toolbar GtkComboBox.combobox-entry .button:active:hover,
-GtkComboBox.combobox-entry .button:active,
-GtkComboBox.combobox-entry .button:active:hover,
-.primary-toolbar GtkComboBox.combobox-entry .button:active:nth-child(last),
-.primary-toolbar GtkComboBox.combobox-entry .button:active:hover:nth-child(last),
-GtkComboBox.combobox-entry .button:active:nth-child(last),
-GtkComboBox.combobox-entry .button:active:hover:nth-child(last) {
- background-image: -gtk-gradient(linear,
- left top, left bottom,
- from (shade(@theme_base_color, 0.81)),
- color-stop (0.15, shade(@theme_base_color, 0.91)),
- color-stop (0.50, shade(@theme_base_color, 0.93)),
- to (shade(@theme_base_color, 0.95)));
- box-shadow: 1 0 inset shade(@frame_color, 1.50);
-}
-
-.primary-toolbar GtkComboBox.combobox-entry .button:active:nth-child(first),
-.primary-toolbar GtkComboBox.combobox-entry .button:active:hover:nth-child(first),
-GtkComboBox.combobox-entry .button:active:nth-child(first),
-GtkComboBox.combobox-entry .button:active:hover:nth-child(first) {
- box-shadow: -1 0 inset shade(@frame_color, 1.50);
-}
-*/
-
/************
* Toolbars *
************/
@@ -2301,13 +2291,11 @@ GtkHandleBox,
-GtkWidget-focus-line-width: 0;
border-image: none;
border-style: solid;
- border-width: 1px;
- border-radius: 5px;
- border-color: @transparent;
+ border-radius: 6px;
+ border-color: transparent;
box-shadow: none;
background-image: none;
background-color: alpha (@theme_base_color, 0.0);
- padding: 2px 4px;
}
.toolbar .button {
@@ -2327,6 +2315,14 @@ GtkHandleBox,
border-left-color: alpha (#000, 0.20);
border-right-color: alpha (#000, 0.20);
border-bottom-color: alpha (#000, 0.25);
+ box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.70),
+ inset 1px 0px alpha(shade(@button_border, 0.94), 0.80),
+ inset -1px 0px alpha(shade(@button_border, 0.94), 0.80),
+ inset 0px -1px alpha(shade(@button_border, 0.88), 0.90);
+}
+
+.toolbar GtkComboBox .button:hover {
+ border-radius: 5px
}
.primary-toolbar .toolbar .button,
@@ -2335,6 +2331,9 @@ GtkHandleBox,
text-shadow: 0px 1px @theme_shadow_dark_color;
}
+.primary-toolbar .linked .button:focus {
+ box-shadow: none;
+}
.toolbar .button:insensitive,
.primary-toolbar .toolbar .button:insensitive,
@@ -2373,8 +2372,6 @@ GtkHandleBox,
left top, left bottom,
from (shade(@menu_bg_dark_color, 2.03)),
to (shade(@menu_bg_dark_color, 1.17)));
- border-width: 1px;
- border-radius: 5px;
border-style: solid;
border-color: transparent;
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
@@ -2391,8 +2388,8 @@ GtkHandleBox,
.toolbar .button:checked:checked {
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (alpha(#000, 0.20)),
- to (alpha(#000, 0.06)));
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
border-width: 1px;
border-radius: 5px;
border-color: transparent;
@@ -2420,8 +2417,7 @@ GtkHandleBox,
to (shade(@menu_bg_dark_color, 1.17)));
border-image: none;
border-color: transparent;
- border-width: 1px;
- border-radius: 5px;
+ border-radius: 6px;
border-style: solid;
box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3),
inset 1px 0px shade (@theme_selected_bg_color, 1.3),
@@ -2500,17 +2496,6 @@ GtkHandleBox,
padding: 2px;
}
-.toolbar .raised .button,
-.toolbar .raised.button,
-.toolbar .raised .button:first-child,
-.toolbar .raised.button:first-child,
-.toolbar .raised .button:last-child,
-.toolbar .raised.button:last-child,
-.toolbar .raised .button:only-child,
-.toolbar .raised.button:only-child {
- padding: 2px 4px;
-}
-
.toolbar.menubar .button * {
padding: 2px 2px;
}
@@ -2523,7 +2508,6 @@ GtkHandleBox,
padding: 2px 4px;
}
-.toolbar NautilusPathBar .button,
.toolbar.menubar .button,
.toolbar .raised .button,
.toolbar .raised.button {
@@ -2531,8 +2515,6 @@ GtkHandleBox,
left top, left bottom,
from (@button_raised_gradient_color_a),
to (@button_raised_gradient_color_b));
- border-width: 1px;
- border-radius: 5px;
border-style: solid;
/* outer */
border-color: transparent;
@@ -2542,7 +2524,6 @@ GtkHandleBox,
color: shade(@theme_fg_dark_color, 1.00);
}
-.toolbar NautilusPathBar .button:insensitive,
.toolbar .button.raised.linked:insensitive,
.toolbar .raised.linked .button:insensitive,
.toolbar .button.raised.linked:insensitive:active,
@@ -2567,14 +2548,13 @@ GtkHandleBox,
color: mix(@theme_bg_dark_color, @theme_fg_dark_color, 0.50);
}
-.toolbar NautilusPathBar .button:hover,
.toolbar.menubar .button:hover,
.toolbar .raised .button:hover,
.toolbar .raised.button:hover {
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (@button_raised_gradient_color_a),
- to (@button_raised_gradient_color_b));
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
border-image: none;
/* outer */
border-color: transparent;
@@ -2586,13 +2566,11 @@ GtkHandleBox,
color: shade(@theme_fg_dark_color, 1.00);
}
-.toolbar NautilusPathBar .button:active,
.toolbar.menubar .button:active,
.toolbar .raised .button:active,
.toolbar .raised .button:active:hover,
.toolbar .raised.button:active:hover,
.toolbar .raised.button:active,
-.toolbar NautilusPathBar .button:checked,
.toolbar.menubar .button:checked,
.toolbar .raised .button:checked,
.toolbar .raised .button:checked:hover,
@@ -2602,7 +2580,6 @@ GtkHandleBox,
left top, left bottom,
from (shade(@button_raised_gradient_color_b, 0.90)),
to (shade(@button_raised_gradient_color_a, 0.80)));
- border-width: 1px;
border-style: solid;
border-radius: 5px;
border-image: none;
@@ -2614,14 +2591,12 @@ GtkHandleBox,
}
/* setup shadows */
-.toolbar NautilusPathBar .button GtkLabel,
.toolbar .raised .button GtkLabel,
.toolbar .raised.button GtkLabel {
color: @theme_fg_dark_color;
text-shadow: 0px 1px @theme_shadow_dark_color;
}
-.toolbar NautilusPathBar .button,
.toolbar .raised .button,
.toolbar .raised.button {
icon-shadow: 1px 1px @theme_shadow_dark_color;
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
index fa7898ca..3878ea50 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -203,21 +203,6 @@ NemoWindow .sidebar .view row:selected:hover {
box-shadow: none;
}
-/* disabled, looks uggly
-NemoWindow > GtkTable > .pane-separator,
-NemoWindow .pane-separator {
- background-color: @sidebar_background;
- background-image: -gtk-gradient (linear,
- left top, right top,
- from (@sidebar_background),
- color-stop(0.50, @sidebar_background),
- to (shade(@theme_bg_color, 0.60)));
- border-style: solid;
- border-width: 0px;
- border-color: @sidebar_background;
- border-image: none;
-}*/
-
/* to avoid unexpected light backgrounds */
NemoToolbar.vertical {
background-color: @theme_bg_dark_color;
@@ -457,21 +442,6 @@ NemoWindow .notebook {
box-shadow: none;
}
-/*
-NemoWindow .notebook {
- -GtkNotebook-initial-gap: 0;
- border-width: 1px 0px 0px 0px;
- border-radius: 0px;
- border-image: none;
-
- border-top-color: shade(@sidebar_background, 0.75);
- border-left-color: @transparent;
- border-bottom-color: @transparent;
- border-right-color: @transparent;
-
-}
-*/
-
/* Nemo notebook */
GtkDialog.background .vertical.dialog-vbox .notebook .frame {
background-color: shade (@theme_bg_color, 1.1);
@@ -694,7 +664,12 @@ GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover {
* Dconf-editor *
****************/
-DConfWindow GtkTreeView.view {
+DConfDirView {
+ -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
+}
+
+DConfWindow GtkTreeView.view,
+DConfWindow GtkTreeView.view row {
background-color: shade (@theme_bg_color, 1.08);
color: @theme_fg_color;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
index 4d5c2172..dd9392f1 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gnome-applications.css
@@ -1,12 +1,4 @@
-/*
-GeditWindow GtkLayout,
-GeditWindow GtkExpander,
-GeditWindow GtkAspectFrame,
-GeditPanel
-GeditDocumentsPanel
-*/
-
EphyWindow {
background-image: -gtk-gradient (linear,
left top, left bottom,
@@ -14,18 +6,6 @@ EphyWindow {
to (shade(@theme_bg_dark_color, 0.92)));
}
-/* FIXME fg color need to change too
-GeditWindow GtkPaned {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@theme_bg_dark_color, 0.95)),
- to (shade(@theme_bg_dark_color, 0.90)));
- box-shadow: inset 0px 2px shade(@theme_highlight_color, 1.00),
- inset 0px 1px @theme_mdi_border_color;
-
-}
-*/
-
/* gedit line numbers */
GeditView {
background-color: shade (@bg_color, 1.07);
@@ -255,6 +235,16 @@ TerminalScreen {
color: @selected_fg_color;
}
+/*************
+ * rhythmbox *
+ *************/
+
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:active,
+.primary-toolbar.toolbar.horizontal RBHeader.horizontal GtkVolumeButton.button.flat:hover {
+ padding: 0px 8px;
+}
+
RBDisplayPageTree.frame {
border-width: 0px 1px 1px 0px;
}
@@ -290,6 +280,10 @@ RBSource .toolbar .button *:checked:hover {
text-shadow: 0 1px @theme_shadow_color;
}
+/************
+ * Nautilus *
+ ************/
+
.info,
.question,
NautilusFloatingBar,
@@ -312,6 +306,24 @@ NautilusQueryEditor.info {
inset 0px -1px alpha(#fff, 0.06);
}
+/* avoid unwanted background color */
+NautilusQueryEditor .search-bar .linked.raised .button:focus:checked:first-child,
+NautilusQueryEditor .search-bar .linked.raised .button:focus:checked:last-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
+}
+
+/* remove right shadow */
+NautilusQueryEditor .search-bar .linked.raised .button.text-button:hover:first-child,
+NautilusQueryEditor .search-bar .linked.raised .button.text-button:checked:first-child {
+ box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
+ inset 1px 0px shade(@selected_bg_color, 0.97),
+ inset -1px 0px alpha(shade(@theme_selected_bg_color, 0.94), 0.80),
+ inset 0px -1px shade(@selected_bg_color, 0.93);
+}
+
NautilusSearchBar .entry,
NautilusSearchBar .entry:focus {
-GtkEntry-inner-border: 1;
@@ -456,54 +468,6 @@ NautilusWindow .sidebar .frame {
border-bottom-width: 0;
}
-/* disabled, looks uggly
-NautilusWindow > GtkTable > .pane-separator,
-NautilusWindow .pane-separator {
- background-color: @sidebar_background;
- background-image: -gtk-gradient (linear,
- left top, right top,
- from (@sidebar_background),
- color-stop(0.50, @sidebar_background),
- to (shade(@theme_bg_color, 0.60)));
- border-style: solid;
- border-width: 0px;
- border-color: @sidebar_background;
- border-image: none;
-}*/
-
-NautilusWindow .primary-toolbar.toolbar .button:active,
-NautilusWindow .primary-toolbar.toolbar .button:active:hover,
-NautilusWindow .primary-toolbar.toolbar .button:checked,
-NautilusWindow .primary-toolbar.toolbar .button:checked:hover {
- padding: 2px 4px;
- background-color: transparent;
- background-image: none;
- border-width: 1px;
- border-style: solid;
- border-radius: 5px;
- border-image: none;
- border-color: transparent;
- box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
- inset 1px 0px shade(@selected_bg_color, 0.97),
- inset 0px -1px shade(@selected_bg_color, 0.93),
- inset -1px 0px shade(@selected_bg_color, 0.93);
-}
-
-NautilusWindow .primary-toolbar .toolbar .button:hover,
-NautilusWindow .primary-toolbar.toolbar .button:hover {
- background-color: transparent;
- padding: 2px 4px;
- background-image: none;
- border-width: 1px;
- border-radius: 5px;
- border-style: solid;
- border-color: transparent;
- box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
- inset 1px 0px shade(@selected_bg_color, 0.97),
- inset 0px -1px shade(@selected_bg_color, 0.93),
- inset -1px 0px shade(@selected_bg_color, 0.93);
-}
-
/* frame icons nautilus view */
NautilusView.frame {
border-top-width: 0;
@@ -618,70 +582,40 @@ NautilusWindow .notebook tab .button GtkImage:checked:hover {
alpha(black, 0.13);
}
-/*
-.baobab-toolbar.toolbar {
- border-color: shade (@bg_color, 0.9);
- border-style: solid;
- border-width: 0 0 1px 0;
- border-radius: 0;
-}
-
-.cell.baobab-level-cell,
-.cell.baobab-level-cell:hover,
-.cell.baobab-level-cell:selected,
-.cell.baobab-level-cell:selected:hover {
- border-color: alpha (black, 0.06);
- border-width: 1px;
- border-style: solid;
- background-color: @theme_base_color;
-}
-*/
-
-ApDocView, /* Abiword */
-EogScrollView, /* Eog */
-CheeseThumbView /* Cheese */
-{
- background-color: @chrome_bg_color;
- -EogScrollView-shadow-type: none;
-}
-
-/* nautilus */
-.nemo-canvas-item,
.nautilus-canvas-item {
border-radius: 3px;
}
/* desktop mode */
-.nemo-desktop.nemo-canvas-item,
.nautilus-desktop.nautilus-canvas-item {
color: white;
text-shadow: 1px 1px black;
}
-.nemo-desktop.nemo-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:active,
-.nemo-desktop.nemo-canvas-item:checked,
.nautilus-desktop.nautilus-canvas-item:checked {
background-image: none;
color: @theme_text_color;
}
-.nemo-desktop.nemo-canvas-item:selected,
.nautilus-desktop.nautilus-canvas-item:selected {
color: @theme_selected_fg_color;
}
-.nemo-desktop.nemo-canvas-item:active,
-.nemo-desktop.nemo-canvas-item:checked,
-.nemo-desktop.nemo-canvas-item:prelight,
-.nemo-desktop.nemo-canvas-item:selected,
.nautilus-desktop.nautilus-canvas-item:active,
-.nemo-desktop.nemo-canvas-item:checked,
.nautilus-desktop.nautilus-canvas-item:prelight,
.nautilus-desktop.nautilus-canvas-item:selected {
text-shadow: none;
}
+ApDocView, /* Abiword */
+EogScrollView, /* Eog */
+CheeseThumbView /* Cheese */
+{
+ background-color: @chrome_bg_color;
+ -EogScrollView-shadow-type: none;
+}
+
/* Documents */
gnome_control_center GtkScrolledWindow.frame,
GnomeControlCenter GtkScrolledWindow.frame,
@@ -717,11 +651,6 @@ RemminaConnectionWindow .toolbar {
border-image: none;
}
-/* dconf editor sidebar */
-DConfDirView.view {
- background-color: shade (@theme_bg_color, 1.08);
-}
-
/* yelp without headerbar, since gtk+-3.18 */
YelpWindow .horizontal.toolbar.primary-toolbar {
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 9a584f94..a35cfb9c 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -911,52 +911,60 @@ GtkScrolledWindow.frame {
/* Middle toolbar-button */
.toolbar.menubar .linked .button,
+.toolbar.menubar .linked .button:focus,
.toolbar.menubar .linked .button:hover,
-.toolbar .button.raised.linked,
-.toolbar .raised.linked .button,
-.primary-toolbar .linked .button,
-.primary-toolbar .linked .entry,
.toolbar.menubar .linked .button:active,
.toolbar.menubar .linked .button:active:hover,
.toolbar.menubar .linked .button:active:active,
-.toolbar .button.raised.linked:active,
-.toolbar .button.raised.linked:active:hover,
-.toolbar .button.raised.linked:active:active,
-.toolbar .raised.linked .button:active,
-.toolbar .raised.linked .button:hover,
-.toolbar .raised.linked .button:active:hover,
-.toolbar .raised.linked .button:active:active,
-.primary-toolbar .linked .button:active,
-.primary-toolbar .linked .button:active:hover,
-.primary-toolbar .linked .button:active:active,
.toolbar.menubar .linked .button:checked,
.toolbar.menubar .linked .button:checked:hover,
.toolbar.menubar .linked .button:checked:checked,
+.toolbar.menubar .linked .button:insensitive,
+.toolbar .button.raised.linked,
+.toolbar .button.raised.linked:focus,
+.toolbar .button.raised.linked:hover,
+.toolbar .button.raised.linked:active,
+.toolbar .button.raised.linked:active:hover,
+.toolbar .button.raised.linked:active:active,
.toolbar .button.raised.linked:checked,
.toolbar .button.raised.linked:checked:hover,
.toolbar .button.raised.linked:checked:checked,
+.toolbar .button.raised.linked:insensitive,
+.toolbar .raised.linked .button,
+.toolbar .raised.linked .button:focus,
+.toolbar .raised.linked .button:hover,
+.toolbar .raised.linked .button:active,
+.toolbar .raised.linked .button:active:hover,
+.toolbar .raised.linked .button:active:active,
.toolbar .raised.linked .button:checked,
.toolbar .raised.linked .button:checked:hover,
.toolbar .raised.linked .button:checked:checked,
+.toolbar .raised.linked .button:insensitive,
+.primary-toolbar .linked .entry,
+.primary-toolbar .linked .entry:insensitive,
+.primary-toolbar .linked .button,
+.primary-toolbar .linked .button:focus,
+.primary-toolbar .linked .button:hover,
+.primary-toolbar .linked .button:active,
+.primary-toolbar .linked .button:active:hover,
+.primary-toolbar .linked .button:active:active,
.primary-toolbar .linked .button:checked,
.primary-toolbar .linked .button:checked:hover,
.primary-toolbar .linked .button:checked:checked,
-.toolbar.menubar .linked .button:insensitive,
-.toolbar .button.raised.linked:insensitive,
-.toolbar .raised.linked .button:insensitive,
-.primary-toolbar .linked .button:insensitive,
-.primary-toolbar .linked .entry:insensitive {
- border-width: 1px;
- border-right-width: 0px;
- border-left-width: 0px;
- border-radius: 0;
- padding-left: 4px;
- padding-right: 4px;
+.primary-toolbar .linked .button:insensitive {
+ padding: 2px 4px 4px 2px;
+ border-radius: 0px;
+ border-width: 1px 0px 1px 0px;
}
/* Middle toolbar-button hover */
.toolbar.menubar .linked .button:hover,
-.toolbar .raised.linked .button:hover {
+.toolbar .raised.linked .button:hover,
+.primary-toolbar .linked .button:hover {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
inset -1px 0px shade(@selected_bg_color, 0.93),
@@ -967,24 +975,27 @@ GtkScrolledWindow.frame {
.toolbar.menubar .linked .button:active,
.toolbar.menubar .linked .button:active:hover,
.toolbar.menubar .linked .button:active:active,
-.toolbar .button.raised.linked:active,
-.toolbar .button.raised.linked:active:hover,
-.toolbar .raised.linked .button:active:active,
-.toolbar .raised.linked .button:active,
-.primary-toolbar .linked .button:active,
-.primary-toolbar .linked .button:active:hover,
-.primary-toolbar .linked .button:active:active,
.toolbar.menubar .linked .button:checked,
.toolbar.menubar .linked .button:checked:hover,
.toolbar.menubar .linked .button:checked:checked,
+.toolbar .button.raised.linked:active,
+.toolbar .button.raised.linked:active:hover,
+.toolbar .button.raised.linked:active:active,
.toolbar .button.raised.linked:checked,
.toolbar .button.raised.linked:checked:hover,
-.toolbar .raised.linked .button:checked:checked,
+.toolbar .button.raised.linked:checked:checked,
+.toolbar .raised.linked .button:active,
+.toolbar .raised.linked .button:active:hover,
+.toolbar .raised.linked .button:active:active,
.toolbar .raised.linked .button:checked,
+.toolbar .raised.linked .button:checked:hover,
+.toolbar .raised.linked .button:checked:checked,
+.primary-toolbar .linked .button:active,
+.primary-toolbar .linked .button:active:hover,
+.primary-toolbar .linked .button:active:active,
.primary-toolbar .linked .button:checked,
.primary-toolbar .linked .button:checked:hover,
.primary-toolbar .linked .button:checked:checked {
- /* Remove right border */
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
inset -1px 0px shade(@selected_bg_color, 0.93),
@@ -1007,53 +1018,60 @@ GtkScrolledWindow.frame {
/* Leftmost toolbars-button */
.toolbar.menubar .linked .button:first-child,
+.toolbar.menubar .linked .button:focus:first-child,
.toolbar.menubar .linked .button:hover:first-child,
-.toolbar .button.raised.linked:first-child,
-.toolbar .raised.linked .button:first-child,
-.toolbar .raised.linked .button:hover:first-child
-.primary-toolbar .linked .button:first-child,
-.primary-toolbar .linked .entry:first-child,
.toolbar.menubar .linked .button:active:first-child,
.toolbar.menubar .linked .button:active:hover:first-child,
.toolbar.menubar .linked .button:active:active:first-child,
-.toolbar .button.raised.linked:active:first-child,
-.toolbar .button.raised.linked:active:hover:first-child,
-.toolbar .button.raised.linked:active:active:first-child,
-.toolbar .raised.linked .button:active:first-child,
-.toolbar .raised.linked .button:active:hover:first-child,
-.toolbar .raised.linked .button:active:active:first-child,
-.primary-toolbar .linked .button:active:first-child,
-.primary-toolbar .linked .button:active:hover:first-child,
-.primary-toolbar .linked .button:active:active:first-child,
.toolbar.menubar .linked .button:checked:first-child,
.toolbar.menubar .linked .button:checked:hover:first-child,
.toolbar.menubar .linked .button:checked:checked:first-child,
+.toolbar.menubar .linked .button:insensitive:first-child,
+.toolbar .button.raised.linked:first-child,
+.toolbar .button.raised.linked:focus:first-child,
+.toolbar .button.raised.linked:hover:first-child,
+.toolbar .button.raised.linked:active:first-child,
+.toolbar .button.raised.linked:active:hover:first-child,
+.toolbar .button.raised.linked:active:active:first-child,
.toolbar .button.raised.linked:checked:first-child,
.toolbar .button.raised.linked:checked:hover:first-child,
.toolbar .button.raised.linked:checked:checked:first-child,
+.toolbar .button.raised.linked:insensitive:first-child,
+.toolbar .raised.linked .button:first-child,
+.toolbar .raised.linked .button:focus:first-child,
+.toolbar .raised.linked .button:hover:first-child,
+.toolbar .raised.linked .button:active:first-child,
+.toolbar .raised.linked .button:active:hover:first-child,
+.toolbar .raised.linked .button:active:active:first-child,
.toolbar .raised.linked .button:checked:first-child,
.toolbar .raised.linked .button:checked:hover:first-child,
.toolbar .raised.linked .button:checked:checked:first-child,
+.toolbar .raised.linked .button:insensitive:first-child,
+.primary-toolbar .linked .entry:first-child,
+.primary-toolbar .linked .button:first-child,
+.primary-toolbar .linked .button:focus:first-child,
+.primary-toolbar .linked .button:hover:first-child,
+.primary-toolbar .linked .button:active:first-child,
+.primary-toolbar .linked .button:active:hover:first-child,
+.primary-toolbar .linked .button:active:active:first-child,
.primary-toolbar .linked .button:checked:first-child,
.primary-toolbar .linked .button:checked:hover:first-child,
.primary-toolbar .linked .button:checked:checked:first-child,
-.toolbar.menubar .linked .button:insensitive:first-child,
-.toolbar .button.raised.linked:insensitive:first-child,
-.toolbar .raised.linked .button:insensitive:first-child,
.primary-toolbar .linked .button:insensitive:first-child,
.primary-toolbar .linked .entry:insensitive:first-child {
- border-width: 1px;
- border-right-width: 0;
- border-radius: 5px;
- border-bottom-right-radius: 0;
- border-top-right-radius: 0;
- padding-left: 4px;
- padding-right: 4px;
+ padding: 2px 4px 4px 2px;
+ border-radius: 6px 0px 0px 6px;
+ border-width: 1px 0px 1px 1px;
}
/* Leftmost toolbars-button hover */
.toolbar.menubar .linked .button:hover:first-child,
-.toolbar .raised.linked .button:hover:first-child {
+.toolbar .raised.linked .button:hover:first-child,
+.primary-toolbar .linked .button:hover:first-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
inset -1px 0px shade(@selected_bg_color, 0.93),
@@ -1064,28 +1082,27 @@ GtkScrolledWindow.frame {
.toolbar.menubar .linked .button:active:first-child,
.toolbar.menubar .linked .button:active:hover:first-child,
.toolbar.menubar .linked .button:active:active:first-child,
-.toolbar .button.raised.linked:active:first-child,
-.toolbar .button.raised.linked:active:hover:first-child,
-.toolbar .button.raised.linked:active:active:first-child,
-.toolbar .raised.linked .button:active:first-child,
-.toolbar .raised.linked .button:active:hover:first-child,
-.toolbar .raised.linked .button:active:active:first-child,
-.primary-toolbar .linked .button:active:first-child,
-.primary-toolbar .linked .button:active:hover:first-child,
-.primary-toolbar .linked .button:active:active:first-child,
.toolbar.menubar .linked .button:checked:first-child,
.toolbar.menubar .linked .button:checked:hover:first-child,
.toolbar.menubar .linked .button:checked:checked:first-child,
+.toolbar .button.raised.linked:active:first-child,
+.toolbar .button.raised.linked:active:hover:first-child,
+.toolbar .button.raised.linked:active:active:first-child,
.toolbar .button.raised.linked:checked:first-child,
.toolbar .button.raised.linked:checked:hover:first-child,
.toolbar .button.raised.linked:checked:checked:first-child,
+.toolbar .raised.linked .button:active:first-child,
+.toolbar .raised.linked .button:active:hover:first-child,
+.toolbar .raised.linked .button:active:active:first-child,
.toolbar .raised.linked .button:checked:first-child,
.toolbar .raised.linked .button:checked:hover:first-child,
.toolbar .raised.linked .button:checked:checked:first-child,
+.primary-toolbar .linked .button:active:first-child,
+.primary-toolbar .linked .button:active:hover:first-child,
+.primary-toolbar .linked .button:active:active:first-child,
.primary-toolbar .linked .button:checked:first-child,
.primary-toolbar .linked .button:checked:hover:first-child,
.primary-toolbar .linked .button:checked:checked:first-child {
- /* Remove right border */
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
inset -1px 0px shade(@selected_bg_color, 0.93),
@@ -1108,53 +1125,60 @@ GtkScrolledWindow.frame {
/* Rightmost toolbar-button */
.toolbar.menubar .linked .button:last-child,
+.toolbar.menubar .linked .button:focus:last-child,
.toolbar.menubar .linked .button:hover:last-child,
-.toolbar .button.raised.linked:last-child,
-.toolbar .raised.linked .button:last-child,
-.toolbar .raised.linked .button:hover:last-child,
-.primary-toolbar .linked .button:last-child,
-.primary-toolbar .linked .entry:last-child,
.toolbar.menubar .linked .button:active:last-child,
.toolbar.menubar .linked .button:active:hover:last-child,
.toolbar.menubar .linked .button:active:active:last-child,
-.toolbar .button.raised.linked:active:last-child,
-.toolbar .button.raised.linked:active:hover:last-child,
-.toolbar .button.raised.linked:active:active:last-child,
-.toolbar .raised.linked .button:active:last-child,
-.toolbar .raised.linked .button:active:hover:last-child,
-.toolbar .raised.linked .button:active:active:last-child,
-.primary-toolbar .linked .button:active:last-child,
-.primary-toolbar .linked .button:active:hover:last-child,
-.primary-toolbar .linked .button:active:active:last-child,
.toolbar.menubar .linked .button:checked:last-child,
.toolbar.menubar .linked .button:checked:hover:last-child,
.toolbar.menubar .linked .button:checked:checked:last-child,
+.toolbar.menubar .linked .button:insensitive:last-child,
+.toolbar .button.raised.linked:last-child,
+.toolbar .button.raised.linked:focus:last-child,
+.toolbar .button.raised.linked:hover:last-child,
+.toolbar .button.raised.linked:active:last-child,
+.toolbar .button.raised.linked:active:hover:last-child,
+.toolbar .button.raised.linked:active:active:last-child,
.toolbar .button.raised.linked:checked:last-child,
.toolbar .button.raised.linked:checked:hover:last-child,
.toolbar .button.raised.linked:checked:checked:last-child,
+.toolbar .button.raised.linked:insensitive:last-child,
+.toolbar .raised.linked .button:last-child,
+.toolbar .raised.linked .button:focus:last-child,
+.toolbar .raised.linked .button:hover:last-child,
+.toolbar .raised.linked .button:active:last-child,
+.toolbar .raised.linked .button:active:hover:last-child,
+.toolbar .raised.linked .button:active:active:last-child,
.toolbar .raised.linked .button:checked:last-child,
.toolbar .raised.linked .button:checked:hover:last-child,
.toolbar .raised.linked .button:checked:checked:last-child,
+.toolbar .raised.linked .button:insensitive:last-child,
+.primary-toolbar .linked .entry:last-child,
+.primary-toolbar .linked .button:last-child,
+.primary-toolbar .linked .button:focus:last-child,
+.primary-toolbar .linked .button:hover:last-child,
+.primary-toolbar .linked .button:active:last-child,
+.primary-toolbar .linked .button:active:hover:last-child,
+.primary-toolbar .linked .button:active:active:last-child,
.primary-toolbar .linked .button:checked:last-child,
.primary-toolbar .linked .button:checked:hover:last-child,
.primary-toolbar .linked .button:checked:checked:last-child,
-.toolbar.menubar .linked .button:insensitive:last-child,
-.toolbar .button.raised.linked:insensitive:last-child,
-.toolbar .raised.linked .button:insensitive:last-child,
.primary-toolbar .linked .button:insensitive:last-child,
.primary-toolbar .linked .entry:insensitive:last-child {
- border-width: 1px;
- border-left-width: 0px;
- border-radius: 5px;
- border-bottom-left-radius: 0;
- border-top-left-radius: 0;
- padding-left: 4px;
- padding-right: 4px;
+ padding: 2px 4px 4px 2px;
+ border-radius: 0px 6px 6px 0px;
+ border-width: 1px 1px 1px 0px;
}
/* Rightmost toolbars-button hover */
.toolbar.menubar .linked .button:hover:last-child,
-.toolbar .raised.linked .button:hover:last-child {
+.toolbar .raised.linked .button:hover:last-child,
+.primary-toolbar .linked .button:hover:last-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
inset -1px 0px shade(@selected_bg_color, 0.93),
@@ -1165,23 +1189,27 @@ GtkScrolledWindow.frame {
.toolbar.menubar .linked .button:active:last-child,
.toolbar.menubar .linked .button:active:hover:last-child,
.toolbar.menubar .linked .button:active:active:last-child,
+.toolbar.menubar .linked .button:checked:last-child,
+.toolbar.menubar .linked .button:checked:hover:last-child,
+.toolbar.menubar .linked .button:checked:checked:last-child,
.toolbar .button.raised.linked:active:last-child,
.toolbar .button.raised.linked:active:hover:last-child,
.toolbar .button.raised.linked:active:active:last-child,
+.toolbar .button.raised.linked:checked:last-child,
+.toolbar .button.raised.linked:checked:hover:last-child,
+.toolbar .button.raised.linked:checked:checked:last-child,
.toolbar .raised.linked .button:active:last-child,
.toolbar .raised.linked .button:active:hover:last-child,
.toolbar .raised.linked .button:active:active:last-child,
+.toolbar .raised.linked .button:checked:last-child,
+.toolbar .raised.linked .button:checked:hover:last-child,
+.toolbar .raised.linked .button:checked:checked:last-child,
.primary-toolbar .linked .button:active:last-child,
.primary-toolbar .linked .button:active:hover:last-child,
.primary-toolbar .linked .button:active:active:last-child,
-.toolbar.menubar .linked .button:checked:last-child,
-.toolbar.menubar .linked .button:checked:hover:last-child,
-.toolbar .button.raised.linked:checked:last-child,
-.toolbar .button.raised.linked:checked:hover:last-child,
-.toolbar .raised.linked .button:checked:last-child,
-.toolbar .raised.linked .button:checked:hover:last-child,
.primary-toolbar .linked .button:checked:last-child,
-.primary-toolbar .linked .button:checked:hover:last-child {
+.primary-toolbar .linked .button:checked:hover:last-child,
+.primary-toolbar .linked .button:checked:checked:last-child {
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
inset -1px 0px shade(@selected_bg_color, 0.93),
@@ -1204,65 +1232,55 @@ GtkScrolledWindow.frame {
/* Linked single toolbar-button */
.toolbar.menubar .linked .button:only-child,
.toolbar.menubar .linked .button:hover:only-child,
-.toolbar .button.raised.linked:only-child,
-.toolbar .raised.linked .button:only-child,
-.toolbar .raised.linked .button:hover:only-child,
-.primary-toolbar .linked .entry:only-child,
-.primary-toolbar .linked .button:only-child,
.toolbar.menubar .linked .button:active:only-child,
.toolbar.menubar .linked .button:active:hover:only-child,
.toolbar.menubar .linked .button:active:active:only-child,
-.toolbar .button.raised.linked:active:only-child,
-.toolbar .raised.linked .button:active:only-child,
-.primary-toolbar .linked .button:active:only-child,
-.toolbar .button.raised.linked:active:hover:only-child,
-.toolbar .button.raised.linked:active:active:only-child,
-.toolbar .raised.linked .button:active:hover:only-child,
-.toolbar .raised.linked .button:active:active:only-child,
-.primary-toolbar .linked .button:active:hover:only-child,
-.primary-toolbar .linked .button:active:active:only-child,
.toolbar.menubar .linked .button:checked:only-child,
.toolbar.menubar .linked .button:checked:hover:only-child,
.toolbar.menubar .linked .button:checked:checked:only-child,
+.toolbar.menubar .linked .button:insensitive:only-child,
+.toolbar .button.raised.linked:only-child,
+.toolbar .button.raised.linked:hover:only-child,
+.toolbar .button.raised.linked:active:only-child,
+.toolbar .button.raised.linked:active:hover:only-child,
+.toolbar .button.raised.linked:active:active:only-child,
.toolbar .button.raised.linked:checked:only-child,
-.toolbar .raised.linked .button:checked:only-child,
-.primary-toolbar .linked .button:checked:only-child,
.toolbar .button.raised.linked:checked:hover:only-child,
.toolbar .button.raised.linked:checked:checked:only-child,
+.toolbar .button.raised.linked:insensitive:only-child,
+.toolbar .raised.linked .button:only-child,
+.toolbar .raised.linked .button:hover:only-child,
+.toolbar .raised.linked .button:active:only-child,
+.toolbar .raised.linked .button:active:hover:only-child,
+.toolbar .raised.linked .button:active:active:only-child,
+.toolbar .raised.linked .button:checked:only-child,
.toolbar .raised.linked .button:checked:hover:only-child,
.toolbar .raised.linked .button:checked:checked:only-child,
+.toolbar .raised.linked .button:insensitive:only-child,
+.primary-toolbar .linked .entry:only-child,
+.primary-toolbar .linked .button:only-child,
+.primary-toolbar .linked .button:hover:only-child,
+.primary-toolbar .linked .button:active:only-child,
+.primary-toolbar .linked .button:active:hover:only-child,
+.primary-toolbar .linked .button:active:active:only-child,
+.primary-toolbar .linked .button:checked:only-child,
.primary-toolbar .linked .button:checked:hover:only-child,
.primary-toolbar .linked .button:checked:checked:only-child,
-.toolbar.menubar .linked .button:insensitive:only-child,
-.toolbar .button.raised.linked:insensitive:only-child,
-.toolbar .raised.linked .button:insensitive:only-child,
.primary-toolbar .linked .entry:insensitive:only-child,
.primary-toolbar .linked .button:insensitive:only-child {
border-width: 1px;
- border-radius: 5px;
- padding-left: 4px;
- padding-right: 4px;
-}
-
-/* Linked single toolbar-button normal */
-.toolbar.menubar .linked .button:only-child,
-.toolbar .button.raised.linked:only-child,
-.toolbar .raised.linked .button:only-child,
-.primary-toolbar .linked .entry:only-child,
-.primary-toolbar .linked .button:only-child {
- box-shadow: inset 0px 2px alpha(#fff, 0.09),
- inset 2px 0px alpha(#fff, 0.06),
- inset -2px 0px alpha(#fff, 0.06),
- inset 0px -2px alpha(#fff, 0.06),
- inset 0px 1px shade(@theme_button_border_dark, 1.05),
- inset 1px 0px shade(@theme_button_border_dark, 1.00),
- inset -1px 0px shade(@theme_button_border_dark, 1.00),
- inset 0px -1px shade(@theme_button_border_dark, 0.85);
+ border-radius: 6px;
+ padding: 2px 4px 4px 2px;
}
/* Linked single toolbar-button hover */
.toolbar .raised.linked .button:hover:only-child,
-.toolbar.menubar .linked .button:hover:only-child {
+.toolbar.menubar .linked .button:hover:only-child,
+.primary-toolbar .linked .button:hover:only-child {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
inset -1px 0px shade(@selected_bg_color, 0.93),
@@ -1273,24 +1291,24 @@ GtkScrolledWindow.frame {
.toolbar.menubar .linked .button:active:only-child,
.toolbar.menubar .linked .button:active:hover:only-child,
.toolbar.menubar .linked .button:active:active:only-child,
-.toolbar .button.raised.linked:active:only-child,
-.toolbar .button.raised.linked:active:hover:only-child,
-.toolbar .button.raised.linked:active:active:only-child,
-.toolbar .raised.linked .button:active:only-child,
-.toolbar .raised.linked .button:active:hover:only-child,
-.toolbar .raised.linked .button:active:active:only-child,
-.primary-toolbar .linked .button:active:only-child,
-.primary-toolbar .linked .button:active:hover:only-child,
-.primary-toolbar .linked .button:active:active:only-child,
.toolbar.menubar .linked .button:checked:only-child,
.toolbar.menubar .linked .button:checked:hover:only-child,
.toolbar.menubar .linked .button:checked:checked:only-child,
+.toolbar .button.raised.linked:active:only-child,
+.toolbar .button.raised.linked:active:hover:only-child,
+.toolbar .button.raised.linked:active:active:only-child,
.toolbar .button.raised.linked:checked:only-child,
.toolbar .button.raised.linked:checked:hover:only-child,
.toolbar .button.raised.linked:checked:checked:only-child,
+.toolbar .raised.linked .button:active:only-child,
+.toolbar .raised.linked .button:active:hover:only-child,
+.toolbar .raised.linked .button:active:active:only-child,
.toolbar .raised.linked .button:checked:only-child,
.toolbar .raised.linked .button:checked:hover:only-child,
.toolbar .raised.linked .button:checked:checked:only-child,
+.primary-toolbar .linked .button:active:only-child,
+.primary-toolbar .linked .button:active:hover:only-child,
+.primary-toolbar .linked .button:active:active:only-child,
.primary-toolbar .linked .button:checked:only-child,
.primary-toolbar .linked .button:checked:hover:only-child,
.primary-toolbar .linked .button:checked:checked:only-child {
@@ -2165,32 +2183,6 @@ GtkComboBox.combobox-entry .button *:prelight {
color: @theme_text_dark_color;
}
-/* Makes the button of the combobox entry that has the same gradient text boxes
-.primary-toolbar GtkComboBox.combobox-entry .button:active,
-.primary-toolbar GtkComboBox.combobox-entry .button:active:hover,
-GtkComboBox.combobox-entry .button:active,
-GtkComboBox.combobox-entry .button:active:hover,
-.primary-toolbar GtkComboBox.combobox-entry .button:active:nth-child(last),
-.primary-toolbar GtkComboBox.combobox-entry .button:active:hover:nth-child(last),
-GtkComboBox.combobox-entry .button:active:nth-child(last),
-GtkComboBox.combobox-entry .button:active:hover:nth-child(last) {
- background-image: -gtk-gradient(linear,
- left top, left bottom,
- from (shade(@theme_base_color, 0.81)),
- color-stop (0.15, shade(@theme_base_color, 0.91)),
- color-stop (0.50, shade(@theme_base_color, 0.93)),
- to (shade(@theme_base_color, 0.95)));
- box-shadow: 1 0 inset shade(@frame_color, 1.50);
-}
-
-.primary-toolbar GtkComboBox.combobox-entry .button:active:nth-child(first),
-.primary-toolbar GtkComboBox.combobox-entry .button:active:hover:nth-child(first),
-GtkComboBox.combobox-entry .button:active:nth-child(first),
-GtkComboBox.combobox-entry .button:active:hover:nth-child(first) {
- box-shadow: -1 0 inset shade(@frame_color, 1.50);
-}
-*/
-
/************
* Toolbars *
************/
@@ -2281,13 +2273,11 @@ GtkHandleBox,
-GtkWidget-focus-line-width: 0;
border-image: none;
border-style: solid;
- border-width: 1px;
- border-radius: 5px;
+ border-radius: 6px;
border-color: transparent;
box-shadow: none;
background-image: none;
background-color: alpha (@theme_base_color, 0.0);
- padding: 2px 4px;
}
.toolbar .button {
@@ -2307,6 +2297,14 @@ GtkHandleBox,
border-left-color: alpha (#000, 0.20);
border-right-color: alpha (#000, 0.20);
border-bottom-color: alpha (#000, 0.25);
+ box-shadow: inset 0px 1px alpha(shade(@button_border, 1.00), 0.70),
+ inset 1px 0px alpha(shade(@button_border, 0.94), 0.80),
+ inset -1px 0px alpha(shade(@button_border, 0.94), 0.80),
+ inset 0px -1px alpha(shade(@button_border, 0.88), 0.90);
+}
+
+.toolbar GtkComboBox .button:hover {
+ border-radius: 5px
}
.primary-toolbar .toolbar .button,
@@ -2315,6 +2313,10 @@ GtkHandleBox,
text-shadow: 0px 1px @theme_shadow_dark_color;
}
+.primary-toolbar .linked .button:focus {
+ box-shadow: none;
+}
+
.toolbar .button:insensitive,
.primary-toolbar .toolbar .button:insensitive,
.primary-toolbar.toolbar .button:insensitive {
@@ -2352,8 +2354,6 @@ GtkHandleBox,
left top, left bottom,
from (shade(@menu_bg_dark_color, 2.03)),
to (shade(@menu_bg_dark_color, 1.17)));
- border-width: 1px;
- border-radius: 5px;
border-style: solid;
border-color: transparent;
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
@@ -2370,8 +2370,8 @@ GtkHandleBox,
.toolbar .button:checked:checked {
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (alpha(#000, 0.20)),
- to (alpha(#000, 0.06)));
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
border-width: 1px;
border-radius: 5px;
border-color: transparent;
@@ -2399,8 +2399,7 @@ GtkHandleBox,
to (shade(@menu_bg_dark_color, 1.17)));
border-image: none;
border-color: transparent;
- border-width: 1px;
- border-radius: 5px;
+ border-radius: 6px;
border-style: solid;
box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
inset 1px 0px shade(@selected_bg_color, 0.97),
@@ -2479,17 +2478,6 @@ GtkHandleBox,
padding: 2px;
}
-.toolbar .raised .button,
-.toolbar .raised.button,
-.toolbar .raised .button:first-child,
-.toolbar .raised.button:first-child,
-.toolbar .raised .button:last-child,
-.toolbar .raised.button:last-child,
-.toolbar .raised .button:only-child,
-.toolbar .raised.button:only-child {
- padding: 2px 4px;
-}
-
.toolbar.menubar .button * {
padding: 2px 2px;
}
@@ -2502,7 +2490,6 @@ GtkHandleBox,
padding: 2px 4px;
}
-.toolbar NautilusPathBar .button,
.toolbar.menubar .button,
.toolbar .raised .button,
.toolbar .raised.button {
@@ -2510,8 +2497,6 @@ GtkHandleBox,
left top, left bottom,
from (@button_raised_gradient_color_a),
to (@button_raised_gradient_color_b));
- border-width: 1px;
- border-radius: 5px;
border-style: solid;
/* outer */
border-color: transparent;
@@ -2520,7 +2505,6 @@ GtkHandleBox,
color: shade(@theme_fg_dark_color, 1.00);
}
-.toolbar NautilusPathBar .button:insensitive,
.toolbar .button.raised.linked:insensitive,
.toolbar .raised.linked .button:insensitive,
.toolbar .button.raised.linked:insensitive:active,
@@ -2545,14 +2529,13 @@ GtkHandleBox,
color: mix(@theme_bg_dark_color, @theme_fg_dark_color, 0.50);
}
-.toolbar NautilusPathBar .button:hover,
.toolbar.menubar .button:hover,
.toolbar .raised .button:hover,
.toolbar .raised.button:hover {
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (@button_raised_gradient_color_a),
- to (@button_raised_gradient_color_b));
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
border-image: none;
/* outer */
border-color: transparent;
@@ -2564,13 +2547,11 @@ GtkHandleBox,
color: shade(@theme_fg_dark_color, 1.00);
}
-.toolbar NautilusPathBar .button:active,
.toolbar.menubar .button:active,
.toolbar .raised .button:active,
.toolbar .raised .button:active:hover,
.toolbar .raised.button:active:hover,
.toolbar .raised.button:active,
-.toolbar NautilusPathBar .button:checked,
.toolbar.menubar .button:checked,
.toolbar .raised .button:checked,
.toolbar .raised .button:checked:hover,
@@ -2578,9 +2559,8 @@ GtkHandleBox,
.toolbar .raised.button:checked {
background-image: -gtk-gradient (linear,
left top, left bottom,
- from (shade(@button_raised_gradient_color_b, 0.90)),
- to (shade(@button_raised_gradient_color_a, 0.80)));
- border-width: 1px;
+ from (shade(@menu_bg_dark_color, 2.03)),
+ to (shade(@menu_bg_dark_color, 1.17)));
border-style: solid;
border-radius: 5px;
border-image: none;
@@ -2592,14 +2572,12 @@ GtkHandleBox,
}
/* setup shadows */
-.toolbar NautilusPathBar .button GtkLabel,
.toolbar .raised .button GtkLabel,
.toolbar .raised.button GtkLabel {
color: @theme_fg_dark_color;
text-shadow: 0px 1px @theme_shadow_dark_color;
}
-.toolbar NautilusPathBar .button,
.toolbar .raised .button,
.toolbar .raised.button {
icon-shadow: 1px 1px @theme_shadow_dark_color;
@@ -5270,6 +5248,7 @@ GtkModelButton.button:checked:focus:only-child,
GtkModelButton.button:checked:hover:only-child,
GtkModelButton.button:active:hover:only-child,
+
GtkModelButton.button:hover:only-child,
GtkModelButton.button:selected:only-child,
GtkModelButton.button:checked:hover:first-child,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
index 85f8fecf..09ae55a3 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -181,8 +181,11 @@ NemoWindow .sidebar .scrollbar.trough {
}
/* the small line between sidebar and view */
-NemoWindow * {
- -GtkPaned-handle-size: 3px;
+NemoWindow GtkPaned.horizontal {
+ border-color: shade(@theme_bg_color, 0.80);
+ border-style: solid;
+ border-width: 0px 1px 0px 0px;
+ -GtkPaned-handle-size: 4px;
}
NemoWindow .sidebar .frame {
@@ -236,21 +239,6 @@ NemoWindow FMTreeView .view row:hover {
padding: 4px;
}
-/* disabled, looks uggly
-NemoWindow > GtkTable > .pane-separator,
-NemoWindow .pane-separator {
- background-color: @sidebar_background;
- background-image: -gtk-gradient (linear,
- left top, right top,
- from (@sidebar_background),
- color-stop(0.50, @sidebar_background),
- to (shade(@theme_bg_color, 0.60)));
- border-style: solid;
- border-width: 0px;
- border-color: @sidebar_background;
- border-image: none;
-}*/
-
/* to avoid unexpected light backgrounds */
NemoToolbar.vertical {
background-color: @theme_bg_dark_color;
@@ -490,21 +478,6 @@ NemoWindow .notebook {
box-shadow: none;
}
-/*
-NemoWindow .notebook {
- -GtkNotebook-initial-gap: 0;
- border-width: 1px 0px 0px 0px;
- border-radius: 0px;
- border-image: none;
-
- border-top-color: shade(@sidebar_background, 0.75);
- border-left-color: @transparent;
- border-bottom-color: @transparent;
- border-right-color: @transparent;
-
-}
-*/
-
/* Nemo notebook */
GtkDialog.background .vertical.dialog-vbox .notebook .frame {
background-color: shade (@theme_bg_color, 1.1);
@@ -706,7 +679,12 @@ NemoWindow .notebook tab .button GtkImage:active:hover {
* Dconf-editor *
****************/
-DConfWindow GtkTreeView.view {
+DConfDirView {
+ -GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
+}
+
+DConfWindow GtkTreeView.view,
+DConfWindow GtkTreeView.view row {
background-color: shade (@theme_bg_color, 1.08);
color: @theme_fg_color;
}