* luci/themes: throw even more hacks at IE
This commit is contained in:
parent
9451a49408
commit
c276cba246
4 changed files with 26 additions and 0 deletions
|
@ -51,6 +51,12 @@
|
|||
width: 50% !important;
|
||||
}
|
||||
|
||||
* html .cbi-input-user,
|
||||
* html .cbi-input-password {
|
||||
text-indent: 0 !important;
|
||||
padding-left: 1.5em !important;
|
||||
}
|
||||
|
||||
* html .cbi-section legend {
|
||||
background-color: #ffffff;
|
||||
color: #555555;
|
||||
|
|
|
@ -11,3 +11,10 @@ table.cbi-section-table td .cbi-input-text,
|
|||
table.cbi-section-table td .cbi-input-select {
|
||||
width: 95% !important;
|
||||
}
|
||||
|
||||
.cbi-input-user,
|
||||
.cbi-input-password {
|
||||
text-indent: 0 !important;
|
||||
padding-left: 1.5em !important;
|
||||
width: 18.5em !important;
|
||||
}
|
||||
|
|
|
@ -51,6 +51,12 @@
|
|||
width: 50% !important;
|
||||
}
|
||||
|
||||
* html .cbi-input-user,
|
||||
* html .cbi-input-password {
|
||||
text-indent: 0 !important;
|
||||
padding-left: 1.5em !important;
|
||||
}
|
||||
|
||||
* html .cbi-section legend {
|
||||
background-color: #ffffff;
|
||||
color: #555555;
|
||||
|
|
|
@ -11,3 +11,10 @@ table.cbi-section-table td .cbi-input-text,
|
|||
table.cbi-section-table td .cbi-input-select {
|
||||
width: 95% !important;
|
||||
}
|
||||
|
||||
.cbi-input-user,
|
||||
.cbi-input-password {
|
||||
text-indent: 0 !important;
|
||||
padding-left: 1.5em !important;
|
||||
width: 18.5em !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue