mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
fix invisible notebook arrow
This commit is contained in:
parent
bd5daf593a
commit
2376326de0
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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 *
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user