Change the button font size in the toolbar

pull/1/head
yflory 2017-05-15 14:53:51 +02:00
parent 48496416e7
commit 0f37d9def7
4 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

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

View File

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

View File

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