|
@ -1346,7 +1346,7 @@ Floated Menu / Item |
|
|
background-color: #2185d0; |
|
|
background-color: #2185d0; |
|
|
} |
|
|
} |
|
|
.ui.inverted.blue.menu .active.item, |
|
|
.ui.inverted.blue.menu .active.item, |
|
|
.ui.inverted.blue.pointing.menu .active.item:after { |
|
|
|
|
|
|
|
|
.ui.inverted.blue.pointing.menu .item:after { |
|
|
background-color: #0d79ca !important; |
|
|
background-color: #0d79ca !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -1355,7 +1355,7 @@ Floated Menu / Item |
|
|
background-color: #21ba45; |
|
|
background-color: #21ba45; |
|
|
} |
|
|
} |
|
|
.ui.inverted.green.menu .active.item, |
|
|
.ui.inverted.green.menu .active.item, |
|
|
.ui.inverted.green.pointing.menu .active.item:after { |
|
|
|
|
|
|
|
|
.ui.inverted.green.pointing.menu .item:after { |
|
|
background-color: #0fb335 !important; |
|
|
background-color: #0fb335 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -1364,7 +1364,7 @@ Floated Menu / Item |
|
|
background-color: #f2711c; |
|
|
background-color: #f2711c; |
|
|
} |
|
|
} |
|
|
.ui.inverted.orange.menu .active.item, |
|
|
.ui.inverted.orange.menu .active.item, |
|
|
.ui.inverted.orange.pointing.menu .active.item:after { |
|
|
|
|
|
|
|
|
.ui.inverted.orange.pointing.menu .item:after { |
|
|
background-color: #f56100 !important; |
|
|
background-color: #f56100 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -1373,7 +1373,7 @@ Floated Menu / Item |
|
|
background-color: #e03997; |
|
|
background-color: #e03997; |
|
|
} |
|
|
} |
|
|
.ui.inverted.pink.menu .active.item, |
|
|
.ui.inverted.pink.menu .active.item, |
|
|
.ui.inverted.pink.pointing.menu .active.item:after { |
|
|
|
|
|
|
|
|
.ui.inverted.pink.pointing.menu .item:after { |
|
|
background-color: #f0108e !important; |
|
|
background-color: #f0108e !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -1382,7 +1382,7 @@ Floated Menu / Item |
|
|
background-color: #6a33c8; |
|
|
background-color: #6a33c8; |
|
|
} |
|
|
} |
|
|
.ui.inverted.purple.menu .active.item, |
|
|
.ui.inverted.purple.menu .active.item, |
|
|
.ui.inverted.purple.pointing.menu .active.item:after { |
|
|
|
|
|
|
|
|
.ui.inverted.purple.pointing.menu .item:after { |
|
|
background-color: #5b1dc5 !important; |
|
|
background-color: #5b1dc5 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -1391,7 +1391,7 @@ Floated Menu / Item |
|
|
background-color: #db2828; |
|
|
background-color: #db2828; |
|
|
} |
|
|
} |
|
|
.ui.inverted.red.menu .active.item, |
|
|
.ui.inverted.red.menu .active.item, |
|
|
.ui.inverted.red.pointing.menu .active.item:after { |
|
|
|
|
|
|
|
|
.ui.inverted.red.pointing.menu .item:after { |
|
|
background-color: #da1010 !important; |
|
|
background-color: #da1010 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -1622,6 +1622,9 @@ Floated Menu / Item |
|
|
.ui.pointing.menu .active.item:after { |
|
|
.ui.pointing.menu .active.item:after { |
|
|
visibility: visible; |
|
|
visibility: visible; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.pointing.menu .active.dropdown.item:after { |
|
|
|
|
|
visibility: hidden; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* Don't double up pointers */ |
|
|
/* Don't double up pointers */ |
|
|
.ui.pointing.menu .dropdown.active.item:after, |
|
|
.ui.pointing.menu .dropdown.active.item:after, |
|
@ -1639,7 +1642,7 @@ Floated Menu / Item |
|
|
.ui.pointing.menu .active.item:hover:after { |
|
|
.ui.pointing.menu .active.item:hover:after { |
|
|
background-color: #f4f4f4; |
|
|
background-color: #f4f4f4; |
|
|
} |
|
|
} |
|
|
.ui.vertical.pointing.menu .item:hover:after { |
|
|
|
|
|
|
|
|
.ui.vertical.pointing.menu .active.item:hover:after { |
|
|
background-color: #fafafa; |
|
|
background-color: #fafafa; |
|
|
} |
|
|
} |
|
|
.ui.vertical.pointing.menu .active.item:after { |
|
|
.ui.vertical.pointing.menu .active.item:after { |
|
|