mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 685285 - Reduce main toolbar height to match planned design (r=wesj)
This commit is contained in:
parent
f7e3f5a65b
commit
1c1c62afea
@ -46,7 +46,7 @@
|
||||
padding: 0;
|
||||
background: @color_toolbar_background@;
|
||||
border: none;
|
||||
min-height: @touch_button_xlarge@;
|
||||
min-height: @touch_button_small@;
|
||||
}
|
||||
|
||||
#toolbar-moveable-container[mode="discovery"],
|
||||
|
@ -232,12 +232,12 @@ spinbuttons {
|
||||
toolbar {
|
||||
-moz-appearance: none;
|
||||
background-color: @color_background_default@;
|
||||
max-height: @touch_button_large@;
|
||||
max-height: @touch_button_small@;
|
||||
}
|
||||
|
||||
toolbarbutton {
|
||||
min-width: @touch_button_xlarge@ !important; /* primary button size */
|
||||
min-height: @touch_button_xlarge@ !important; /* primary button size */
|
||||
min-width: @touch_button_small@ !important; /* primary button size */
|
||||
min-height: @touch_button_small@ !important; /* primary button size */
|
||||
-moz-appearance: none !important;
|
||||
padding: @padding_xsmall@;
|
||||
-moz-margin-end: @margin_xxxnormal@;
|
||||
|
Loading…
Reference in New Issue
Block a user