vertical-align: text-bottom;
This commit is contained in:
parent
f621dee26a
commit
82851601b7
3 changed files with 3 additions and 3 deletions
|
@ -2276,7 +2276,7 @@ button:focus {
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
-ms-appearance: none;
|
-ms-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
vertical-align: middle;
|
vertical-align: text-bottom;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-box-shadow: inset 0 0 0 1px #727e96;
|
-webkit-box-shadow: inset 0 0 0 1px #727e96;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
-ms-appearance: none;
|
-ms-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
vertical-align: middle;
|
vertical-align: text-bottom;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-shadow: inset 0 0 0 1px $checkbox-color;
|
box-shadow: inset 0 0 0 1px $checkbox-color;
|
||||||
|
|
Loading…
Add table
Reference in a new issue