Style headerbar close button

pull/224/head
Satyajit Sahoo 2015-05-31 21:54:13 +05:30
parent 3b736963fb
commit 0edb0d13e4
1 changed files with 3 additions and 0 deletions

View File

@ -102,17 +102,20 @@
&:hover, &:hover:focus {
background-image: none;
background-color: transparent;
color: $selected_bg-color;
box-shadow: none;
}
&:active, &:active:hover {
background-image: none;
background-color: transparent;
color: shade($selected_bg_color, .9);
box-shadow: none;
}
&:backdrop {
background: none;
color: mix($titlebar_fg_color, $titlebar_bg_color, .6);
icon-shadow: none;
}
}