Use the same font-size for all the toolbar buttons
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
}
|
||||
|
||||
button {
|
||||
font-size: @toolbar-button-font-size;
|
||||
&#shareButton, &.buttonSuccess {
|
||||
// Bootstrap 4 colors
|
||||
color: #fff;
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
|
||||
@toolbar-gradient-start: #f5f5f5;
|
||||
@toolbar-gradient-end: #DDDDDD;
|
||||
@toolbar-button-font-size: 14px;
|
||||
|
||||
@topbar-back: #fff;
|
||||
@topbar-color: #000;
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
float: right;
|
||||
}
|
||||
.cryptpad-toolbar button {
|
||||
font-size: 14px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: .25rem;
|
||||
color: #292b2c;
|
||||
|
||||
Reference in New Issue
Block a user