aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16
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.16
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.16')
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-dark.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-darker.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-dark.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css2
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css2
-rw-r--r--common/gtk-3.0/3.16/sass/_common.scss2
7 files changed, 7 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css
index f5b9a4f..0a7e5a9 100644
--- a/common/gtk-3.0/3.16/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-dark.css
@@ -1526,7 +1526,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.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css
index ac27f39..6c62bf8 100644
--- a/common/gtk-3.0/3.16/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-darker.css
@@ -1527,7 +1527,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.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
index 52b12c7..f92eb1c 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
@@ -1526,7 +1526,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.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
index ef6e9df..9724413 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
@@ -1527,7 +1527,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.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index 0e93bff..e587370 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -1526,7 +1526,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.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 51e4c90..eab47fb 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -1526,7 +1526,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.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index 6b075ee..27956f6 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -1750,7 +1750,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);
}
}
}