diff --git a/html/css/global/img.css b/html/css/global/img.css index aba1947d..ce8c6855 100644 --- a/html/css/global/img.css +++ b/html/css/global/img.css @@ -110,6 +110,27 @@ position:relative; } +.thread-ddown-menu { + display:inline-block; + float:left; + margin-left:-4px; + margin-top:8px; + padding:4px; + position:absolute; +} + +.thread-ddown-menu ul { + list-style:none; + padding-left: 0px; + margin-top: 0px; + margin-bottom: 0px; +} + +.thread-ddown-menu li { + padding-left: 8px; + padding-right: 8px; +} + .dropdown-button { float:right; list-style:none; @@ -118,6 +139,7 @@ } .dropdown-menu { + list-style: none; min-height:100px; min-width:300px; padding:4px 8px; @@ -202,14 +224,7 @@ vertical-align:top; } -.thread-ddown-menu { - display:inline-block; - float:left; - margin-left:-4px; - margin-top:8px; - padding:4px; - position:absolute; -} + .topbar-item { float:left; diff --git a/html/css/pipes/img.css b/html/css/pipes/img.css index 69715535..ce1e8c33 100644 --- a/html/css/pipes/img.css +++ b/html/css/pipes/img.css @@ -133,6 +133,11 @@ input[type=text],input[type=password],input[type=file],textarea,.thread-ddown-me color:#FFF; } +.thread-ddown-menu li:hover { + background-color:#404040; + +} + ul.boardmenu li:hover { background:#404040; } \ No newline at end of file