From da55e020559cc63c081bb995fe4192baa2274f0c Mon Sep 17 00:00:00 2001 From: Alberto Maturano Date: Fri, 14 Aug 2015 19:51:22 -0500 Subject: [PATCH] Add colored items on inverted menu --- src/definitions/collections/menu.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/definitions/collections/menu.less b/src/definitions/collections/menu.less index 7f5337fe0..d64c25c9d 100755 --- a/src/definitions/collections/menu.less +++ b/src/definitions/collections/menu.less @@ -1404,6 +1404,7 @@ Floated Menu / Item ---------------*/ /* Red */ +.ui.inverted.menu .red.active.item, .ui.inverted.red.menu { background-color: @red; } @@ -1415,6 +1416,7 @@ Floated Menu / Item } /* Orange */ +.ui.inverted.menu .orange.active.item, .ui.inverted.orange.menu { background-color: @orange; } @@ -1426,6 +1428,7 @@ Floated Menu / Item } /* Yellow */ +.ui.inverted.menu .yellow.active.item, .ui.inverted.yellow.menu { background-color: @yellow; } @@ -1437,6 +1440,7 @@ Floated Menu / Item } /* Olive */ +.ui.inverted.menu .olive.active.item, .ui.inverted.olive.menu { background-color: @olive; } @@ -1448,6 +1452,7 @@ Floated Menu / Item } /* Green */ +.ui.inverted.menu .green.active.item, .ui.inverted.green.menu { background-color: @green; } @@ -1459,6 +1464,7 @@ Floated Menu / Item } /* Teal */ +.ui.inverted.menu .teal.active.item, .ui.inverted.teal.menu { background-color: @teal; } @@ -1470,6 +1476,7 @@ Floated Menu / Item } /* Blue */ +.ui.inverted.menu .blue.active.item, .ui.inverted.blue.menu { background-color: @blue; } @@ -1481,6 +1488,7 @@ Floated Menu / Item } /* Violet */ +.ui.inverted.menu .violet.active.item, .ui.inverted.violet.menu { background-color: @violet; } @@ -1492,6 +1500,7 @@ Floated Menu / Item } /* Purple */ +.ui.inverted.menu .purple.active.item, .ui.inverted.purple.menu { background-color: @purple; } @@ -1503,6 +1512,7 @@ Floated Menu / Item } /* Pink */ +.ui.inverted.menu .pink.active.item, .ui.inverted.pink.menu { background-color: @pink; } @@ -1514,6 +1524,7 @@ Floated Menu / Item } /* Brown */ +.ui.inverted.menu .brown.active.item, .ui.inverted.brown.menu { background-color: @brown; } @@ -1525,6 +1536,7 @@ Floated Menu / Item } /* Grey */ +.ui.inverted.menu .grey.active.item, .ui.inverted.grey.menu { background-color: @grey; }