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;

View File

@@ -1,3 +1,5 @@
@import "../../customize.dist/src/less/variables.less";
@tree-bg: #fff;
@tree-fg: #000;
@tree-lines-col: #888;
@@ -23,8 +25,6 @@
@toolbar-path-bg: #fff;
@toolbar-path-border: #888;
@button-font-size: 12px;
@size-mobile: 600px;
/* PAGE */
@@ -536,7 +536,13 @@ span {
button {
height: 24px;
font-size: @button-font-size;
font: @toolbar-button-font;
span {
font: @toolbar-button-font;
}
.fa, &.fa {
font-family: FontAwesome;
}
&.element {
border-radius: 2px;
background: @toolbar-button-bg;