Revision ec4779b8
Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt
css/kivitendo/main.css | ||
---|---|---|
192 | 192 |
} */ |
193 | 193 |
.listheading { |
194 | 194 |
padding: 0.2em; |
195 |
background-color: #EBEBEB;
|
|
196 |
color: #006400;
|
|
195 |
background-color: #006400;
|
|
196 |
color: white;
|
|
197 | 197 |
font-weight: bolder; |
198 | 198 |
text-align: left; |
199 | 199 |
border-style: none; |
Auch abrufbar als: Unified diff
Spaltenüberschriften mit grünem Background
Leider enthalten momentan gewisse Tabs noch <div
class="listheading">..., und die sind auf Überschriften
gestylt. Deshalb gab's Inkonsistenzen in den Tabellenlistheadings: mal
grauer Hintergrund, mal grün, wodurch weiße/schwarze Schrift oft
schwer lesbar war.