forked from AuroraMiddleware/gtk
Adwaita: style notebook tab overflow arrow
This commit is contained in:
parent
d49d592316
commit
461acd6e42
@ -1204,6 +1204,20 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
|
||||
}
|
||||
}
|
||||
}
|
||||
&.arrow {
|
||||
color: $insensitive_fg_color;
|
||||
&:hover { color: mix($fg_color, $insensitive_fg_color, 50%); }
|
||||
&:active { color: $fg_color; }
|
||||
&:insensitive {
|
||||
color: transparentize($insensitive_fg_color,0.7);
|
||||
}
|
||||
&:backdrop {
|
||||
color: transparentize($backdrop_fg_color,0.6);
|
||||
&:insensitive {
|
||||
color: $backdrop_insensitive_color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//.notebook > .frame,
|
||||
|
@ -1373,6 +1373,18 @@ GtkTreeView.view.progressbar {
|
||||
border-color: transparent; }
|
||||
.notebook tab .button > GtkImage {
|
||||
padding: 2px; }
|
||||
.notebook.arrow {
|
||||
color: #939695; }
|
||||
.notebook.arrow:hover {
|
||||
color: #c0c2c0; }
|
||||
.notebook.arrow:active {
|
||||
color: #eeeeec; }
|
||||
.notebook.arrow:insensitive {
|
||||
color: rgba(147, 150, 149, 0.3); }
|
||||
.notebook.arrow:backdrop {
|
||||
color: rgba(201, 203, 201, 0.4); }
|
||||
.notebook.arrow:backdrop:insensitive {
|
||||
color: #454c4c; }
|
||||
|
||||
/**************
|
||||
* Scrollbars *
|
||||
|
@ -1366,6 +1366,18 @@ GtkTreeView.view.progressbar {
|
||||
border-color: transparent; }
|
||||
.notebook tab .button > GtkImage {
|
||||
padding: 2px; }
|
||||
.notebook.arrow {
|
||||
color: #8d9091; }
|
||||
.notebook.arrow:hover {
|
||||
color: #5d6263; }
|
||||
.notebook.arrow:active {
|
||||
color: #2e3436; }
|
||||
.notebook.arrow:insensitive {
|
||||
color: rgba(141, 144, 145, 0.3); }
|
||||
.notebook.arrow:backdrop {
|
||||
color: rgba(84, 89, 90, 0.4); }
|
||||
.notebook.arrow:backdrop:insensitive {
|
||||
color: #c7c7c7; }
|
||||
|
||||
/**************
|
||||
* Scrollbars *
|
||||
|
Loading…
Reference in New Issue
Block a user