Fix a few CSS errors in md theme
This commit is contained in:
parent
21e5189e18
commit
06def03a1f
@ -488,7 +488,7 @@ section.setupsection {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field-error-icon { color: #ea1212; !important; }
|
.field-error-icon { color: #ea1212 !important; }
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
@ -3570,7 +3570,7 @@ td.border, div.tagtable div div.border {
|
|||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
max-width: 150px !important;
|
max-width: 150px !important;
|
||||||
//background-color: inherit;
|
/*background-color: inherit;*/
|
||||||
background-color: gainsboro;
|
background-color: gainsboro;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
@ -3583,7 +3583,7 @@ td.border, div.tagtable div div.border {
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
max-width: 150px !important;
|
max-width: 150px !important;
|
||||||
//background-color: inherit;
|
/*background-color: inherit;*/
|
||||||
background-color: gainsboro;
|
background-color: gainsboro;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
@ -4164,7 +4164,7 @@ tr.liste_sub_total, tr.liste_sub_total td {
|
|||||||
}
|
}
|
||||||
.paymenttable tr td:first-child, .margintable tr td:first-child
|
.paymenttable tr td:first-child, .margintable tr td:first-child
|
||||||
{
|
{
|
||||||
//padding-left: 2px;
|
/*padding-left: 2px;*/
|
||||||
}
|
}
|
||||||
.paymenttable, .margintable tr td {
|
.paymenttable, .margintable tr td {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user