Revision 9ca66d99
Von Sven Schöling vor etwa 2 Jahren hinzugefügt
css/design40/style.css | ||
---|---|---|
5094 | 5094 |
#row_table_scroll_id { |
5095 | 5095 |
max-width: 96vw !important; |
5096 | 5096 |
} |
5097 |
img.icon-sort-up { |
|
5098 |
content: url("../../image/up-small.png"); |
|
5099 |
} |
|
5100 |
img.icon-sort-down { |
|
5101 |
content: url("../../image/down.png"); |
|
5102 |
} |
|
5103 |
img.icon-dragdrop { |
|
5104 |
content: url("../../image/updown2.png"); |
|
5105 |
} |
|
5106 |
img.icon-delete { |
|
5107 |
content: url("../../image/cross2.png"); |
|
5108 |
} |
|
5109 |
img.icon-map { |
|
5110 |
content: url("../../image/map-earth.png"); |
|
5111 |
} |
|
5097 | 5112 |
/* ------------------------------------------------------------- */ |
5098 | 5113 |
/* JQUERY UI (jquery-ui.less) */ |
5099 | 5114 |
/* ------------------------------------------------------------- */ |
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