aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass/_applications.scss
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_applications.scss')
-rw-r--r--common/gtk-3.0/3.18/sass/_applications.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index d90000f..db7d141 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -66,6 +66,25 @@ TerminalWindow {
&.vertical .slider { margin-left: 3px; }
&.trough { border-width: 0; }
}
+
+ .notebook {
+ tab .button {
+ color: mix($bg_color, $fg_color, 35%);
+
+ &:hover {
+ color: $fg_color;
+ border-color: $button_border;
+ background-color: $button_bg;
+ }
+ }
+ .active-page, .prelight-page {
+ .button {
+ @extend %undecorated_button;
+ &:hover { color: lighten(red, 15%); @extend %undecorated_button;}
+ &:active { color: $selected_bg_color; @extend %undecorated_button;}
+ }
+ }
+ }
}
//