theme: system-menu-action colors

This commit is contained in:
Jakub Steiner 2015-02-09 16:25:40 +01:00 committed by Florian Müllner
parent 2c795f7d05
commit e516b40c8c
3 changed files with 3 additions and 3 deletions

View File

@ -842,7 +842,7 @@ StScrollBar {
border: 1px solid lighten($borders_color,5%);
&:hover, &:focus {
color: lighten($fg_color, 10%);
color: $selected_fg_color;
background-color: $selected_bg_color;
border: none;
padding: 14px;

View File

@ -729,7 +729,7 @@ StScrollBar {
padding: 13px;
border: 1px solid #0d0d0d; }
.system-menu-action:hover, .system-menu-action:focus {
color: white;
color: #ffffff;
background-color: #215d9c;
border: none;
padding: 14px; }

View File

@ -729,7 +729,7 @@ StScrollBar {
padding: 13px;
border: 1px solid #282c2c; }
.system-menu-action:hover, .system-menu-action:focus {
color: white;
color: #ffffff;
background-color: #215d9c;
border: none;
padding: 14px; }