Improve style of scope buttons
Keep all buttons at the same place and use darkened button background instead of tiny icons to indicate which scope type is active.
This commit is contained in:
@@ -453,6 +453,26 @@ filechooser placessidebar list row:selected {
|
||||
padding-bottom: 0.25em;
|
||||
margin: 0;
|
||||
}
|
||||
/* Copied from button.flat style. */
|
||||
button.radio#histButton {
|
||||
border: 0.083333333333333333em solid transparent;
|
||||
box-shadow: none;
|
||||
background-image: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
button.radio#histButton:hover {
|
||||
border-color: @bg-button-border;
|
||||
box-shadow: inset 0 0.083333333333333333em rgba(242, 242, 242, 0.1);
|
||||
background-image: linear-gradient(to bottom, rgba(100,100,100,.3), rgba(30,30,30,.3));
|
||||
background-color: @bg-button-hover;
|
||||
}
|
||||
button.radio#histButton:active,
|
||||
button.radio#histButton:checked {
|
||||
border-color: @bg-button-border;
|
||||
box-shadow: inset 0 0.1em rgba(242, 242, 242, 0.08);
|
||||
background-image: linear-gradient(to bottom, rgba(100,100,100,.3), rgba(30,30,30,.3));
|
||||
background-color: @bg-button-active;
|
||||
}
|
||||
|
||||
/*** end ***************************************************************************************/
|
||||
|
||||
|
Reference in New Issue
Block a user