|
|
@ -220,6 +220,7 @@ |
|
|
|
|
|
|
|
font-size: 0.9em; |
|
|
|
display: block; |
|
|
|
color: rgba(0, 0, 0, 0.75); |
|
|
|
|
|
|
|
-webkit-touch-callout: none; |
|
|
|
-webkit-user-select: none; |
|
|
@ -228,6 +229,9 @@ |
|
|
|
-ms-user-select: none; |
|
|
|
user-select: none; |
|
|
|
} |
|
|
|
.ui.menu .dropdown.item .menu .item.active { |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.ui.menu .dropdown.item .menu .item:first-child { |
|
|
|
border-top: none; |
|
|
|
} |
|
|
@ -374,6 +378,7 @@ |
|
|
|
background-color: #F0F0F0; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*--- Contrasting ---*/ |
|
|
|
.ui.contrasting.menu { |
|
|
|
background-color: #333333; |
|
|
@ -400,6 +405,7 @@ |
|
|
|
color: rgba(0, 0, 0, 0.75); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/*--- Contrasting Colors ---*/ |
|
|
|
.ui.contrasting.green.menu { |
|
|
|
background-color: #A1CF64; |
|
|
@ -499,6 +505,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
/*--- Pointers ---*/ |
|
|
|
|
|
|
|
.ui.contrasting.pointing.menu .item.active:after { |
|
|
|
background-color: #3E3E3E; |
|
|
|
box-shadow: none; |
|
|
@ -762,6 +769,14 @@ |
|
|
|
width: 100%; |
|
|
|
border: none; |
|
|
|
} |
|
|
|
.ui.menu.fixed, |
|
|
|
.ui.menu.fixed:first-child, |
|
|
|
.ui.menu.fixed:last-child { |
|
|
|
-webkit-border-radius: 0px; |
|
|
|
-moz-border-radius: 0px; |
|
|
|
border-radius: 0px; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.menu.fixed.top { |
|
|
|
top: 0px; |
|
|
|
left: 0px; |
|
|
@ -852,7 +867,7 @@ |
|
|
|
background-color: #F3F3F3; |
|
|
|
} |
|
|
|
.ui.pointing.menu .item.active:hover:after { |
|
|
|
background-color: #EAEAEA; |
|
|
|
background-color: #F3F3F3; |
|
|
|
} |
|
|
|
|
|
|
|
/*-------------- |