mirror of
https://github.com/pi-hole/web.git
synced 2026-04-19 00:11:44 +01:00
Added arrow to select boxes
This commit is contained in:
8
dist/css/AdminLTE.css
vendored
8
dist/css/AdminLTE.css
vendored
@@ -889,9 +889,6 @@ a:focus {
|
||||
*/
|
||||
.form-control {
|
||||
border-radius: 0px !important;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
box-shadow: none;
|
||||
border-color: #d2d6de;
|
||||
}
|
||||
@@ -909,6 +906,11 @@ a:focus {
|
||||
.form-control::-webkit-input-placeholder {
|
||||
color: #bbb;
|
||||
}
|
||||
.form-control:not(select) {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
appearance: none;
|
||||
}
|
||||
.form-group.has-success label {
|
||||
color: #00a65a;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user