Skip to content
Snippets Groups Projects
Commit 36696a80 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Fixed old, annoying css error that it turned out I had made myself :-P

parent 538c2662
No related branches found
No related tags found
No related merge requests found
......@@ -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 ---- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment