mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 13:40:31 +00:00
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:
parent
1dfbae1aa4
commit
d1c81446d7
@ -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
Loading…
Reference in New Issue
Block a user