Revision 86ec4349
Von Cem Aydin vor etwa 1 Jahr hinzugefügt
css/design40/less/tables.less | ||
---|---|---|
tr.listrow_error { background-color: @base-error-bg !important ; }
|
||
tr.listrow_info { background-color: @base-info-bg !important ; }
|
||
tr.listrow_warning { background-color: @base-warning-bg !important ; }
|
||
tr.listrow_error0 { background-color: @base-error-bg !important ; }
|
||
tr.listrow_error1 { background-color: @msg-error-light !important ; }
|
||
|
||
td, th {
|
||
color: @table-list-zebra-text-color ;
|
Auch abrufbar als: Unified diff
Fix Design4.0: fehlende Klassen für alternierende Fehlerzellen in Tabellen hinzugefügt
- Design 4.0 dokumentation in HTML ergänzt
- CSS / LESS neu generiert
Behebt/ref: Fehler #652