Buttons minimum size #73

Merged
asmeron merged 1 commits from YanTheKaller/ubl-settings-resourcequota:master into master 4 weeks ago

@ -154,4 +154,9 @@ border-color: @theme_text_color;
padding-bottom:3px; padding-bottom:3px;
background:@theme_selected_bg_color; background:@theme_selected_bg_color;
border-radius:2px; border-radius:2px;
}
button {
min-width: 26px;
min-height: 24px;
} }
Loading…
Cancel
Save