diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-08-09 22:41:14 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-08-09 22:41:14 +0200 |
commit | 4808179f5f11f77bfc38f8b6dc41a6d88bd3b192 (patch) | |
tree | 3b9000dbd846e59383e944827bc8710121933d25 /data/css/style.css | |
parent | 712c0c158e468220a91884394be2c8e53957c628 (diff) |
Add delete support to thumbnail history
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/css/style.css b/data/css/style.css index ad956c57f..bcbcaafc5 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -238,6 +238,14 @@ body { display: inline-block; } +.upload_history_thumbnails .marked { + background: red; +} + +.upload_history_thumbnails .marked img { + opacity: 0.4; +} + /* highlighting theme */ .hll { background-color: #ffffcc } |