Corrected CSS selector. Related to bug #3271928 and patch#3271930.
This commit is contained in:

committed by
Michal Čihař

parent
1c64284afb
commit
8b392c661e
@@ -1809,7 +1809,7 @@ fieldset .disabled-field td {
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table_columns input, select {
|
#table_columns input, #table_columns select {
|
||||||
width: 14em;
|
width: 14em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-ms-box-sizing: border-box;
|
-ms-box-sizing: border-box;
|
||||||
|
@@ -2111,7 +2111,7 @@ fieldset .disabled-field td {
|
|||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table_columns input, select {
|
#table_columns input, #table_columns select {
|
||||||
width: 14em;
|
width: 14em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-ms-box-sizing: border-box;
|
-ms-box-sizing: border-box;
|
||||||
|
Reference in New Issue
Block a user