mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Reduce padding-right, but only for input[type=number]
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
input[type=number] {
|
||||||
|
padding-right: 0; // Setting the padding-right to zero, as some versions Firefox render the arrow-buttons on number inputs useless.
|
||||||
|
}
|
||||||
|
|
||||||
.sidebar-nav li > a > .fa {
|
.sidebar-nav li > a > .fa {
|
||||||
color: $navbar-inverse-bg;
|
color: $navbar-inverse-bg;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -83,6 +83,9 @@
|
|||||||
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px $color-rgba);
|
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px $color-rgba);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
input[type=number] {
|
||||||
|
padding-right: 0; // Setting the padding-right to zero, as some versions Firefox render the arrow-buttons on number inputs useless.
|
||||||
|
}
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
box-sizing: border-box; // 1
|
box-sizing: border-box; // 1
|
||||||
|
|||||||
Reference in New Issue
Block a user