mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix a few CSS errors in md theme
This commit is contained in:
@@ -488,7 +488,7 @@ section.setupsection {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.field-error-icon { color: #ea1212; !important; }
|
||||
.field-error-icon { color: #ea1212 !important; }
|
||||
|
||||
textarea {
|
||||
border-radius: 0;
|
||||
@@ -3570,7 +3570,7 @@ td.border, div.tagtable div div.border {
|
||||
left: 0;
|
||||
top: 0;
|
||||
max-width: 150px !important;
|
||||
//background-color: inherit;
|
||||
/*background-color: inherit;*/
|
||||
background-color: gainsboro;
|
||||
z-index: 2;
|
||||
}
|
||||
@@ -3583,7 +3583,7 @@ td.border, div.tagtable div div.border {
|
||||
right: 0;
|
||||
top: 0;
|
||||
max-width: 150px !important;
|
||||
//background-color: inherit;
|
||||
/*background-color: inherit;*/
|
||||
background-color: gainsboro;
|
||||
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
|
||||
{
|
||||
//padding-left: 2px;
|
||||
/*padding-left: 2px;*/
|
||||
}
|
||||
.paymenttable, .margintable tr td {
|
||||
height: 22px;
|
||||
|
||||
Reference in New Issue
Block a user