Browse Source

Add colored items on inverted menu

pull/2850/head
Alberto Maturano 9 years ago
parent
commit
da55e02055
1 changed files with 12 additions and 0 deletions
  1. 12
      src/definitions/collections/menu.less

12
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;
}

Loading…
Cancel
Save