changeset 18:8c1599a30120

CSS improvements.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 14 Sep 2015 12:49:29 +0300
parents 3f7bc4202df3
children 59075f5e7a62
files basic.css
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/basic.css	Mon Sep 14 12:29:09 2015 +0300
+++ b/basic.css	Mon Sep 14 12:49:29 2015 +0300
@@ -121,10 +121,14 @@
 	border: 0.2em solid white;
 }
 
-a:hover img.albumIcon, a:active img.albumIcon, a:focus img.albumIcon {
+img.albumIcon {
+	border: 0.2em solid black;
+	border-radius: 0.3em;
 	box-shadow: 0px 0px 4px black;
-	background: black;
-	transition: 0.15s;
+}
+
+a:hover img.albumIcon, a:active img.albumIcon, a:focus img.albumIcon {
+	border: 0.2em solid white;
 }
 
 div.imageCBox {