Make all the buttons look the same

This commit is contained in:
yflory
2017-05-15 16:16:50 +02:00
parent 0f37d9def7
commit 716245f864
8 changed files with 43 additions and 10 deletions

View File

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