mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
lazylib formcontrol fix
This commit is contained in:
parent
69f819e9e2
commit
c95bd4835d
@ -177,20 +177,20 @@
|
||||
}
|
||||
|
||||
.form-control {
|
||||
color: #ffffff;
|
||||
color: #fff;
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.form-control:active, .form-control:focus {
|
||||
color: #272b30;
|
||||
background-color: #fff;
|
||||
background-color: #fff !important;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
#subhead_menu .input-group .form-control:active ,.input-group .form-control:focus {
|
||||
color: #272b30;
|
||||
background-color: #ffffff;
|
||||
background-color: #fff !important;
|
||||
height: 30px !important;
|
||||
}
|
||||
.configtable .input-group .form-control:active ,.configtable .input-group .form-control:focus {
|
||||
@ -201,9 +201,9 @@
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
color: #272b30;
|
||||
background-color: #ffffff;
|
||||
background-color: #fff !important;
|
||||
background-image: none;
|
||||
border: 1px solid #cccccc;
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
|
||||
|
Loading…
Reference in New Issue
Block a user