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,7 +64,7 @@ body, th, td, input {
64 } 64 }
65 65
66 #content { 66 #content {
67 - margin-top: 92px; 67 + margin-top: 105px;
68 } 68 }
69 69
70 /*************************** user bar ********************************/ 70 /*************************** user bar ********************************/
@@ -241,11 +241,11 @@ body, th, td, input { @@ -241,11 +241,11 @@ body, th, td, input {
241 #navigation .menu-submenu ul{ 241 #navigation .menu-submenu ul{
242 border: 1px solid #888a85; 242 border: 1px solid #888a85;
243 border-top: 0px; 243 border-top: 0px;
244 - border-left: 0px;  
245 background-color: #ccc; 244 background-color: #ccc;
246 padding-right: 2px; 245 padding-right: 2px;
247 height: auto; 246 height: auto;
248 display: block; 247 display: block;
  248 + padding-top: 20px;
249 } 249 }
250 250
251 #navigation .menu-submenu{ 251 #navigation .menu-submenu{
@@ -260,6 +260,7 @@ body, th, td, input { @@ -260,6 +260,7 @@ body, th, td, input {
260 padding: 4px 5px; 260 padding: 4px 5px;
261 font-size: 12px; 261 font-size: 12px;
262 line-height: normal; 262 line-height: normal;
  263 + border-left: 0;
263 } 264 }
264 265
265 #navigation .menu-submenu-trigger { 266 #navigation .menu-submenu-trigger {
@@ -269,7 +270,7 @@ body, th, td, input { @@ -269,7 +270,7 @@ body, th, td, input {
269 width: 124px; 270 width: 124px;
270 } 271 }
271 #navigation li:hover .menu-submenu-trigger:hover { 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 #navigation li:hover .menu-submenu-trigger{ 276 #navigation li:hover .menu-submenu-trigger{
@@ -278,6 +279,11 @@ body, th, td, input { @@ -278,6 +279,11 @@ body, th, td, input {
278 279
279 #navigation li .menu-submenu-trigger{ 280 #navigation li .menu-submenu-trigger{
280 display: none; 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 #navigation .menu-submenu-header, #navigation .menu-submenu-footer, #navigation .menu-submenu h4{ 289 #navigation .menu-submenu-header, #navigation .menu-submenu-footer, #navigation .menu-submenu h4{