aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.18/sass
diff options
context:
space:
mode:
authorHorst31802015-09-20 11:41:18 +0200
committerHorst31802015-09-20 11:41:18 +0200
commita96d6ad4e27cda870192e050890c30309cdc6319 (patch)
treed08834b69d05dcc48e413ccb481332329e1b39f5 /common/gtk-3.0/3.18/sass
parent6d54f680c5c5035f479e111a34785b9b7265ebd2 (diff)
downloadsolarc-theme-a96d6ad4e27cda870192e050890c30309cdc6319.tar.gz
solarc-theme-a96d6ad4e27cda870192e050890c30309cdc6319.tar.xz
solarc-theme-a96d6ad4e27cda870192e050890c30309cdc6319.zip
3.18: fix gnome-terminal
Diffstat (limited to 'common/gtk-3.0/3.18/sass')
-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;}
+ }
+ }
+ }
}
//