mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-28 07:19:09 -04:00
Remove all style from the organize.css file and make use of the themeroller styles as much as possible.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
ref="<?= $album->id ?>">
|
||||
<span class="ui-icon ui-icon-minus">
|
||||
</span>
|
||||
<span class="g-organize-album-text <?= $selected && $album->id == $selected->id ? "selected" : "" ?>"
|
||||
<span class="g-organize-album-text <?= $selected && $album->id == $selected->id ? "ui-state-focus" : "" ?>"
|
||||
ref="<?= $album->id ?>">
|
||||
<?= html::clean($album->title) ?>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user