Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-10-02 01:42:45 +0400
committerThomas Tanghus <thomas@tanghus.net>2012-10-02 01:42:45 +0400
commit36696a8057b2d96a447fcb3e6d1005b708cf0b02 (patch)
tree5997d488523fd91671dc4f1b5bbd58cb04948972 /core
parent538c2662a940dd805cdeedb42c4eeaf884b4a468 (diff)
Fixed old, annoying css error that it turned out I had made myself :-P
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 7d855556c84..35ef8c36ddf 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -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 ---- */