Commit b5a8b3a5e77b81433087066509a43d5fbbf3d18c

Authored by Caio SBA
Committed by Antonio Terceiro
1 parent c7addc8f

Turn navigation submenu trigger more visible

(ActionItem1756)
public/designs/themes/base/imgs/down-arrow-light.png 0 → 100644

169 Bytes

public/designs/themes/base/style.css
... ... @@ -64,7 +64,7 @@ body, th, td, input {
64 64 }
65 65  
66 66 #content {
67   - margin-top: 92px;
  67 + margin-top: 105px;
68 68 }
69 69  
70 70 /*************************** user bar ********************************/
... ... @@ -241,11 +241,11 @@ body, th, td, input {
241 241 #navigation .menu-submenu ul{
242 242 border: 1px solid #888a85;
243 243 border-top: 0px;
244   - border-left: 0px;
245 244 background-color: #ccc;
246 245 padding-right: 2px;
247 246 height: auto;
248 247 display: block;
  248 + padding-top: 20px;
249 249 }
250 250  
251 251 #navigation .menu-submenu{
... ... @@ -260,6 +260,7 @@ body, th, td, input {
260 260 padding: 4px 5px;
261 261 font-size: 12px;
262 262 line-height: normal;
  263 + border-left: 0;
263 264 }
264 265  
265 266 #navigation .menu-submenu-trigger {
... ... @@ -269,7 +270,7 @@ body, th, td, input {
269 270 width: 124px;
270 271 }
271 272 #navigation li:hover .menu-submenu-trigger:hover {
272   - background: #eee url(/images/down-arrow.png) center center no-repeat;
  273 + background: #585858 url(imgs/down-arrow-light.png) center center no-repeat;
273 274 }
274 275  
275 276 #navigation li:hover .menu-submenu-trigger{
... ... @@ -278,6 +279,11 @@ body, th, td, input {
278 279  
279 280 #navigation li .menu-submenu-trigger{
280 281 display: none;
  282 + height: 16px;
  283 + top: 42px;
  284 + left: 0;
  285 + border: 1px solid #888A85;
  286 + outline: none;
281 287 }
282 288  
283 289 #navigation .menu-submenu-header, #navigation .menu-submenu-footer, #navigation .menu-submenu h4{
... ...