summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-17 16:16:20 +0200
committerraveit65 <[email protected]>2015-09-17 16:16:20 +0200
commit037787ccfa06e16cc2fd40bdd472854b44441bba (patch)
treebf0b7acc6108d57201a8776452e6ffaf0c9399e3
parent931f962815f17faafd2e1bf4b63d1b07e025d3d5 (diff)
downloadmate-themes-037787ccfa06e16cc2fd40bdd472854b44441bba.tar.bz2
mate-themes-037787ccfa06e16cc2fd40bdd472854b44441bba.tar.xz
Gtk+-3.18 Submarine themes: re-style dconf-editor again!
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css19
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css19
2 files changed, 26 insertions, 12 deletions
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 3878ea50..88e0e6c4 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css
@@ -664,7 +664,8 @@ GtkPaned GtkOverlay GtkRevealer.bottom .button.flat.image-button:hover {
* Dconf-editor *
****************/
-DConfDirView {
+/* sidebar */
+DConfWindow GtkTreeView.view {
-GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
}
@@ -706,15 +707,21 @@ DConfWindow GtkTreeView.view row:hover {
text-shadow: none;
}
-DConfWindow DConfKeyView.view {
+/* view */
+DConfWindow DConfKeyView.view,
+DConfWindow DConfKeyView.view row {
background-color: @theme_base_color;
color: @theme_fg_color;
}
-DConfWindow GtkBox.vertical DConfKeyView.view row,
-DConfWindow GtkBox.vertical DConfKeyView.view row:hover,
-DConfWindow GtkBox.vertical DConfKeyView row:selected ,
-DConfWindow GtkBox.vertical DConfKeyView row:selected:hover {
+DConfWindow DConfKeyView.view row:selected {
+ color: @theme_selected_fg_color;
+}
+
+DConfWindow DConfKeyView.view row,
+DConfWindow DConfKeyView.view row:hover,
+DConfWindow DConfKeyView.view row:selected,
+DConfWindow DConfKeyView.view row:selected:hover {
border-radius: 0px;
box-shadow: none;
}
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 09ae55a3..7012f603 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -679,7 +679,8 @@ NemoWindow .notebook tab .button GtkImage:active:hover {
* Dconf-editor *
****************/
-DConfDirView {
+/* sidebar */
+DConfWindow GtkTreeView.view {
-GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
}
@@ -721,15 +722,21 @@ DConfWindow GtkTreeView.view row:hover {
text-shadow: none;
}
-DConfWindow DConfKeyView.view {
+/* view */
+DConfWindow DConfKeyView.view,
+DConfWindow DConfKeyView.view row {
background-color: @theme_base_color;
color: @theme_fg_color;
}
-DConfWindow GtkBox.vertical DConfKeyView.view row,
-DConfWindow GtkBox.vertical DConfKeyView.view row:hover,
-DConfWindow GtkBox.vertical DConfKeyView row:selected ,
-DConfWindow GtkBox.vertical DConfKeyView row:selected:hover {
+DConfWindow DConfKeyView.view row:selected {
+ color: @theme_selected_fg_color;
+}
+
+DConfWindow DConfKeyView.view row,
+DConfWindow DConfKeyView.view row:hover,
+DConfWindow DConfKeyView.view row:selected,
+DConfWindow DConfKeyView.view row:selected:hover {
border-radius: 0px;
box-shadow: none;
}