summaryrefslogtreecommitdiffstats
path: root/data/css/style.css
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-08-09 22:41:14 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-08-09 22:41:14 +0200
commit4808179f5f11f77bfc38f8b6dc41a6d88bd3b192 (patch)
tree3b9000dbd846e59383e944827bc8710121933d25 /data/css/style.css
parent712c0c158e468220a91884394be2c8e53957c628 (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.css8
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 }