aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802015-06-04 13:39:30 +0200
committerHorst31802015-06-04 13:39:30 +0200
commit68c972ea0c43e6276a5003e8ffbebf159301e7b5 (patch)
treef9865620f49acf19fb5366c4a5f20134fb96ded8
parent04029eea7903458788564e520d645aa0ae667344 (diff)
downloadsolarc-theme-68c972ea0c43e6276a5003e8ffbebf159301e7b5.tar.gz
solarc-theme-68c972ea0c43e6276a5003e8ffbebf159301e7b5.tar.xz
solarc-theme-68c972ea0c43e6276a5003e8ffbebf159301e7b5.zip
fix a typo
-rw-r--r--common/gtk-3.0/3.16/_transparent_widgets.scss2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css8
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css8
3 files changed, 9 insertions, 9 deletions
diff --git a/common/gtk-3.0/3.16/_transparent_widgets.scss b/common/gtk-3.0/3.16/_transparent_widgets.scss
index dbf9ec4..1ca434a 100644
--- a/common/gtk-3.0/3.16/_transparent_widgets.scss
+++ b/common/gtk-3.0/3.16/_transparent_widgets.scss
@@ -78,7 +78,7 @@ MarlinViewWindow {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal { background-color: $bg_color; }
// Gedit sidebar
-GeditWindow.background.csd GeditWindow.background {
+GeditWindow.background.csd {
background-color: transparent;
.pane-separator,
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index b0beff6..15d5e13 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -3129,12 +3129,12 @@ MarlinViewWindow .pane-separator {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal {
background-color: #f9fafb; }
-GeditWindow.background.csd GeditWindow.background {
+GeditWindow.background.csd {
background-color: transparent; }
- GeditWindow.background.csd GeditWindow.background .pane-separator,
- GeditWindow.background.csd GeditWindow.background .pane-separator:hover {
+ GeditWindow.background.csd .pane-separator,
+ GeditWindow.background.csd .pane-separator:hover {
background-color: #3c4049; }
- GeditWindow.background.csd GeditWindow.background .titlebar .pane-separator {
+ GeditWindow.background.csd .titlebar .pane-separator {
background-color: #d4d5db; }
.gedit-bottom-panel-paned {
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 7a1e9de..43e3cb3 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -3129,12 +3129,12 @@ MarlinViewWindow .pane-separator {
GtkFileChooserDialog GtkPaned > .vertical > .horizontal {
background-color: #f9fafb; }
-GeditWindow.background.csd GeditWindow.background {
+GeditWindow.background.csd {
background-color: transparent; }
- GeditWindow.background.csd GeditWindow.background .pane-separator,
- GeditWindow.background.csd GeditWindow.background .pane-separator:hover {
+ GeditWindow.background.csd .pane-separator,
+ GeditWindow.background.csd .pane-separator:hover {
background-color: rgba(60, 64, 73, 0.95); }
- GeditWindow.background.csd GeditWindow.background .titlebar .pane-separator {
+ GeditWindow.background.csd .titlebar .pane-separator {
background-color: rgba(212, 213, 219, 0.95); }
.gedit-bottom-panel-paned {