1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-09-28 14:00:44 +00:00

fix invisible notebook arrow

This commit is contained in:
Horst3180 2015-08-03 19:23:10 +02:00
parent bd5daf593a
commit 2376326de0
14 changed files with 14 additions and 14 deletions

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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);
}
}
}

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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);
}
}
}