forked from AuroraMiddleware/gtk
Adwaita: Remove gtkstyle-fallback
This commit is contained in:
parent
560e03f962
commit
5d6aeb4bf7
@ -74,31 +74,6 @@ check:disabled,
|
||||
radio:disabled,
|
||||
treeview.expander:disabled { -gtk-icon-filter: opacity(0.5); }
|
||||
|
||||
.gtkstyle-fallback {
|
||||
color: $fg_color;
|
||||
background-color: $bg_color;
|
||||
|
||||
&:hover {
|
||||
color: $fg_color;
|
||||
background-color: lighten($bg_color, 10%);
|
||||
}
|
||||
|
||||
&:active {
|
||||
color: $fg_color;
|
||||
background-color: darken($bg_color, 10%);
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
color: $insensitive_fg_color;
|
||||
background-color: $insensitive_bg_color;
|
||||
}
|
||||
|
||||
&:selected {
|
||||
color: $selected_fg_color;
|
||||
background-color: $selected_bg_color;
|
||||
}
|
||||
}
|
||||
|
||||
.view,
|
||||
%view {
|
||||
color: $text_color;
|
||||
|
@ -15,16 +15,6 @@ button:focus(visible), checkbutton:focus(visible), radiobutton:focus(visible), s
|
||||
/* These wildcard seems unavoidable, need to investigate. Wildcards are bad and troublesome, use them with care, or better, just don't. Everytime a wildcard is used a kitten dies, painfully. */
|
||||
spinner:disabled, arrow:disabled, scrollbar:disabled, check:disabled, radio:disabled, treeview.expander:disabled { -gtk-icon-filter: opacity(0.5); }
|
||||
|
||||
.gtkstyle-fallback { color: #eeeeec; background-color: #353535; }
|
||||
|
||||
.gtkstyle-fallback:hover { color: #eeeeec; background-color: #4e4e4e; }
|
||||
|
||||
.gtkstyle-fallback:active { color: #eeeeec; background-color: #1b1b1b; }
|
||||
|
||||
.gtkstyle-fallback:disabled { color: #919190; background-color: #323232; }
|
||||
|
||||
.gtkstyle-fallback:selected { color: #ffffff; background-color: #15539e; }
|
||||
|
||||
.view, iconview, textview > text { color: white; background-color: #2d2d2d; }
|
||||
|
||||
.view:backdrop, iconview:backdrop, textview > text:backdrop { color: #d6d6d6; background-color: #303030; }
|
||||
|
@ -15,16 +15,6 @@ button:focus(visible), checkbutton:focus(visible), radiobutton:focus(visible), s
|
||||
/* These wildcard seems unavoidable, need to investigate. Wildcards are bad and troublesome, use them with care, or better, just don't. Everytime a wildcard is used a kitten dies, painfully. */
|
||||
spinner:disabled, arrow:disabled, scrollbar:disabled, check:disabled, radio:disabled, treeview.expander:disabled { -gtk-icon-filter: opacity(0.5); }
|
||||
|
||||
.gtkstyle-fallback { color: #2e3436; background-color: #f6f5f4; }
|
||||
|
||||
.gtkstyle-fallback:hover { color: #2e3436; background-color: white; }
|
||||
|
||||
.gtkstyle-fallback:active { color: #2e3436; background-color: #dfdcd8; }
|
||||
|
||||
.gtkstyle-fallback:disabled { color: #929595; background-color: #faf9f8; }
|
||||
|
||||
.gtkstyle-fallback:selected { color: #ffffff; background-color: #3584e4; }
|
||||
|
||||
.view, iconview, textview > text { color: black; background-color: #ffffff; }
|
||||
|
||||
.view:backdrop, iconview:backdrop, textview > text:backdrop { color: #323232; background-color: #fcfcfc; }
|
||||
|
Loading…
Reference in New Issue
Block a user