aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14
diff options
context:
space:
mode:
authorHorst31802015-08-03 19:23:10 +0200
committerHorst31802015-08-03 19:23:10 +0200
commit2376326de034be8260cbc7d712563267137c2515 (patch)
tree58d37c45b9ea4784eab756bb5f6e524be89ea605 /common/gtk-3.0/3.14
parentbd5daf593a3b37de4128edaf848b821f6bcd26b6 (diff)
downloadsolarc-theme-2376326de034be8260cbc7d712563267137c2515.tar.gz
solarc-theme-2376326de034be8260cbc7d712563267137c2515.tar.xz
solarc-theme-2376326de034be8260cbc7d712563267137c2515.zip
fix invisible notebook arrow
Diffstat (limited to 'common/gtk-3.0/3.14')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-darker.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css2
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css2
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss2
7 files changed, 7 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css
index 0f49ec6..5ca613b 100644
--- a/common/gtk-3.0/3.14/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-dark.css
@@ -1511,7 +1511,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook.arrow:active {
color: #D3DAE3; }
.notebook.arrow:insensitive {
- color: rgba(211, 218, 227, 0); }
+ color: rgba(211, 218, 227, 0.15); }
/**************
* Scrollbars *
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css
index b41fb9e..d296129 100644
--- a/common/gtk-3.0/3.14/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-darker.css
@@ -1512,7 +1512,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook.arrow:active {
color: #5c616c; }
.notebook.arrow:insensitive {
- color: rgba(92, 97, 108, 0); }
+ color: rgba(92, 97, 108, 0.25); }
/**************
* Scrollbars *
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
index 6ac7f91..be70c84 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
@@ -1511,7 +1511,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook.arrow:active {
color: #D3DAE3; }
.notebook.arrow:insensitive {
- color: rgba(211, 218, 227, 0); }
+ color: rgba(211, 218, 227, 0.15); }
/**************
* Scrollbars *
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
index e44e1e7..98a78c9 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
@@ -1512,7 +1512,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook.arrow:active {
color: #5c616c; }
.notebook.arrow:insensitive {
- color: rgba(92, 97, 108, 0); }
+ color: rgba(92, 97, 108, 0.25); }
/**************
* Scrollbars *
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css
index f5e1039..4f72252 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid.css
@@ -1511,7 +1511,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook.arrow:active {
color: #5c616c; }
.notebook.arrow:insensitive {
- color: rgba(92, 97, 108, 0); }
+ color: rgba(92, 97, 108, 0.25); }
/**************
* Scrollbars *
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 43c5184..2628d67 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.css
@@ -1511,7 +1511,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook.arrow:active {
color: #5c616c; }
.notebook.arrow:insensitive {
- color: rgba(92, 97, 108, 0); }
+ color: rgba(92, 97, 108, 0.25); }
/**************
* Scrollbars *
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 089b641..b9f2863 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -1735,7 +1735,7 @@ column-header.button.dnd { // for treeview-like derive widgets
&:hover { color: mix($fg_color, $insensitive_fg_color, 50%); }
&:active { color: $fg_color; }
&:insensitive {
- color: transparentize($insensitive_fg_color,0.7);
+ color: transparentize($insensitive_fg_color,0.3);
}
}
}