Change the button font size in the toolbar

pull/1/head
yflory 8 years ago
parent 48496416e7
commit 0f37d9def7

@ -72,7 +72,7 @@
@toolbar-gradient-start: #f5f5f5;
@toolbar-gradient-end: #DDDDDD;
@toolbar-button-font-size: 14px;
@toolbar-button-font-size: 12px;
@topbar-back: #fff;
@topbar-color: #000;

@ -118,7 +118,7 @@
float: right;
}
.cryptpad-toolbar button {
font-size: 14px;
font-size: 12px;
border: 1px solid transparent;
border-radius: .25rem;
color: #292b2c;

@ -467,7 +467,7 @@ span.fa-folder-open {
}
#driveToolbar button {
height: 24px;
font-size: 14px;
font-size: 12px;
}
#driveToolbar button.element {
border-radius: 2px;

@ -23,7 +23,7 @@
@toolbar-path-bg: #fff;
@toolbar-path-border: #888;
@button-font-size: 14px;
@button-font-size: 12px;
@size-mobile: 600px;

Loading…
Cancel
Save