new styles for submenu items

- new styles for submenu items
pull/654/head
Christoph Zierz - zzmedia 11 years ago committed by Christian Ratz
parent 0a9af74d38
commit d275d7d15c
  1. 15
      app/assets/stylesheets/content/main_menu.css.sass

@ -112,19 +112,26 @@ $main_menu_folded_width: 50px
background: #f3f3f3
ul.menu-children
background: #04232F
background: #f8f8f8
border-right: 1px solid #E7E7E7
padding: 10px 0
li
padding: 0 15px 0 0
li a
font-size: 13px
line-height: 30px
height: 30px
line-height: 25px
height: 25px
border: none
padding: 0 0 0 50px
color: #04232F
li a:hover
border: none
background: none
li a.selected
border: none !important
background: none
color: #04232F
font-family: 'LatoBold','Lucida Grande',Helvetica,Arial,sans-serif
a
text-decoration: none
@ -146,8 +153,6 @@ $main_menu_folded_width: 50px
height: 40px
text-align: center
li .open
background: #04232F !important
border-left: 4px solid #AAAAAA !important
li .open .toggler
-moz-transform: rotate(180deg)
-webkit-transform: rotate(180deg)

Loading…
Cancel
Save