Add some styling for GtkShortcutsWindow

Add some keycap frame around keysyms, and make the stack switcher
buttons rounds. This is very provisional.
This commit is contained in:
Matthias Clasen 2015-10-11 16:40:48 -04:00
parent 1dfbae1aa4
commit d1c81446d7
3 changed files with 689 additions and 797 deletions

View File

@ -3436,3 +3436,23 @@ GtkVolumeButton.button {
@include undershoot(right);
}
}
GtkShortcutsWindow .round .button {
border-radius: 20px;
outline-radius: 20px;
}
GtkShortcutsWindow .round .button .label {
padding: 0;
}
GtkShortcutsWindow GtkShortcutLabel .frame {
background-color: #fefefe;
border: 1px solid #cecece;
border-radius: 5px;
box-shadow: 0px 1px 0px #fff inset,
0px -2px 0px #dedede inset;
color: #555753;
padding: 3px 8px 3px 8px;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff