Revision 9ca66d99
Von Sven Schöling vor etwa 2 Jahren hinzugefügt
css/design40/less/specials.less | ||
---|---|---|
148 | 148 |
#row_table_scroll_id { |
149 | 149 |
max-width: 96vw !important; |
150 | 150 |
} |
151 |
|
|
152 |
|
|
153 |
// icons that change between stylesheets |
|
154 |
img { |
|
155 |
&.icon-sort-up { |
|
156 |
content:url("../../image/up-small.png"); |
|
157 |
} |
|
158 |
&.icon-sort-down { |
|
159 |
content:url("../../image/down.png"); |
|
160 |
} |
|
161 |
&.icon-dragdrop { |
|
162 |
content:url("../../image/updown2.png"); |
|
163 |
} |
|
164 |
&.icon-delete { |
|
165 |
content:url("../../image/cross2.png"); |
|
166 |
} |
|
167 |
&.icon-map { |
|
168 |
content:url("../../image/map-earth.png"); |
|
169 |
} |
|
170 |
} |
Auch abrufbar als: Unified diff
design40: alternative images
statt <img src="...."> können jetzt bestimmte bilder direkt über das
stylesheet bestimmt werden in dem man src leer lässt, und nur eine icon
Klasse setzt: <img class="icon-map"> zum Beispiel.
Zur Zeit betrifft das:
up.png -> icon-sort-up
down.png -> icon-sort-down
updown.png -> icon-dragdrop
map.png -> icon-map
cross.png -> icon-delete