]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed old, annoying css error that it turned out I had made myself :-P
authorThomas Tanghus <thomas@tanghus.net>
Mon, 1 Oct 2012 21:42:45 +0000 (23:42 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 1 Oct 2012 21:42:45 +0000 (23:42 +0200)
core/css/styles.css

index 7d855556c847f0713f5c24e5946682ff758daa4f..35ef8c36ddfda2642f80b86f48112721b3bb9c3b 100644 (file)
@@ -160,7 +160,7 @@ a.bookmarklet { background-color: #ddd; border:1px solid #ccc; padding: 5px;padd
 #categoryform .bottombuttons * { float: left;}
 /*#categorylist { border:1px solid #ddd;}*/
 #categorylist li { background:#f8f8f8; padding:.3em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 500ms; -moz-transition:background-color 500ms; -o-transition:background-color 500ms; transition:background-color 500ms; }
-#categorylist li:hover, li:active { background:#eee; }
+#categorylist li:hover, #categorylist li:active { background:#eee; }
 #category_addinput { width: 10em; }
 
 /* ---- APP SETTINGS ---- */