Revision 432d9f7c
Von Cem Aydin vor fast 4 Jahren hinzugefügt
css/less/tables.less | ||
---|---|---|
574 | 574 |
// padding: 0.5em 0.4em 0.5em 0.3em ; |
575 | 575 |
// font-weight: normal ; |
576 | 576 |
// font-size: @h3-size ; |
577 |
// color: @brand-heading-color ;
|
|
577 |
// color: @base-heading-color ;
|
|
578 | 578 |
.mx-h3-caption ; |
579 | 579 |
border: none ; |
580 | 580 |
} |
... | ... | |
721 | 721 |
//padding-left: 0.8em !important; |
722 | 722 |
} |
723 | 723 |
tr:hover { background-color: @t-row-zebra-bg-hover ; } |
724 |
tr.listrow_error { background-color: @brand-error-bg !important ; }
|
|
724 |
tr.listrow_error { background-color: @base-error-bg !important ; }
|
|
725 | 725 |
|
726 | 726 |
td, th { |
727 | 727 |
color: @table-list-zebra-text-color ; |
... | ... | |
1074 | 1074 |
} |
1075 | 1075 |
&:link, |
1076 | 1076 |
&:visited{ |
1077 |
color: @brand-light ;
|
|
1077 |
color: @base-light ;
|
|
1078 | 1078 |
} |
1079 | 1079 |
} |
1080 | 1080 |
} |
Auch abrufbar als: Unified diff
Neues Design Anpassung: #386 Farben Überschriften und Buttons angepasst
Da bei einer Änderung der Brand Farbe oftmals ein unbrauchbarer
Hintergrund-Ton entstand, habe ich diese nun entkoppelt. Dazu:
- brand durchgehend in base umbenannt
- neuen Abschnitt brand eingefügt (css/less/variables_color_style.less)
- diesen für H1 Header und Buttons verwendet
- less/css neu kompiliert