|
@ -33,6 +33,7 @@ |
|
|
font-family: @fontFamily; |
|
|
font-family: @fontFamily; |
|
|
background: @background; |
|
|
background: @background; |
|
|
font-weight: @fontWeight; |
|
|
font-weight: @fontWeight; |
|
|
|
|
|
border: @border; |
|
|
box-shadow: @boxShadow; |
|
|
box-shadow: @boxShadow; |
|
|
border-radius: @borderRadius; |
|
|
border-radius: @borderRadius; |
|
|
min-height: @minHeight; |
|
|
min-height: @minHeight; |
|
@ -266,6 +267,11 @@ |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) { |
|
|
|
|
|
float: @dropdownItemIconFloat; |
|
|
|
|
|
margin: @dropdownItemIconMargin; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Secondary */ |
|
|
/* Secondary */ |
|
|
.ui.secondary.menu .dropdown.item > .menu, |
|
|
.ui.secondary.menu .dropdown.item > .menu, |
|
@ -303,9 +309,6 @@ |
|
|
border-top-right-radius: 0em; |
|
|
border-top-right-radius: 0em; |
|
|
border-bottom-right-radius: 0em; |
|
|
border-bottom-right-radius: 0em; |
|
|
} |
|
|
} |
|
|
.ui.vertical.menu .dropdown.item .menu .item i.icon { |
|
|
|
|
|
margin-right: 0em; |
|
|
|
|
|
} |
|
|
|
|
|
.ui.vertical.menu .dropdown.item.active { |
|
|
.ui.vertical.menu .dropdown.item.active { |
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
} |
|
|
} |
|
@ -659,6 +662,7 @@ Floated Menu / Item |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
border-radius: 0em; |
|
|
border-radius: 0em; |
|
|
box-shadow: none !important; |
|
|
box-shadow: none !important; |
|
|
|
|
|
border: none; |
|
|
border-bottom: @tabularBorderWidth solid @tabularBorderColor; |
|
|
border-bottom: @tabularBorderWidth solid @tabularBorderColor; |
|
|
} |
|
|
} |
|
|
.ui.tabular.fluid.menu { |
|
|
.ui.tabular.fluid.menu { |
|
@ -771,6 +775,7 @@ Floated Menu / Item |
|
|
.ui.secondary.menu { |
|
|
.ui.secondary.menu { |
|
|
background: @secondaryBackground; |
|
|
background: @secondaryBackground; |
|
|
border-radius: 0em; |
|
|
border-radius: 0em; |
|
|
|
|
|
border: none; |
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -861,7 +866,7 @@ Floated Menu / Item |
|
|
.ui.secondary.vertical.menu > .item { |
|
|
.ui.secondary.vertical.menu > .item { |
|
|
border: none; |
|
|
border: none; |
|
|
margin: @secondaryVerticalItemMargin; |
|
|
margin: @secondaryVerticalItemMargin; |
|
|
border-radius: @secondaryVerticalItemBorderRadius; |
|
|
|
|
|
|
|
|
border-radius: @secondaryVerticalItemBorderRadius !important; |
|
|
} |
|
|
} |
|
|
.ui.secondary.vertical.menu > .header.item { |
|
|
.ui.secondary.vertical.menu > .header.item { |
|
|
border-radius: 0em; |
|
|
border-radius: 0em; |
|
@ -958,7 +963,7 @@ Floated Menu / Item |
|
|
border-bottom: none; |
|
|
border-bottom: none; |
|
|
border-right-style: solid; |
|
|
border-right-style: solid; |
|
|
border-right-color: transparent; |
|
|
border-right-color: transparent; |
|
|
border-radius: 0em; |
|
|
|
|
|
|
|
|
border-radius: 0em !important; |
|
|
margin: @secondaryVerticalPointingItemMargin; |
|
|
margin: @secondaryVerticalPointingItemMargin; |
|
|
border-right-width: @secondaryPointingBorderWidth; |
|
|
border-right-width: @secondaryPointingBorderWidth; |
|
|
} |
|
|
} |
|
@ -1006,6 +1011,7 @@ Floated Menu / Item |
|
|
background: none transparent; |
|
|
background: none transparent; |
|
|
border-radius: 0px; |
|
|
border-radius: 0px; |
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
|
|
|
border: none; |
|
|
|
|
|
|
|
|
margin: @textMenuMargin; |
|
|
margin: @textMenuMargin; |
|
|
} |
|
|
} |
|
@ -1699,15 +1705,29 @@ Floated Menu / Item |
|
|
.ui.menu.attached { |
|
|
.ui.menu.attached { |
|
|
margin: 0rem; |
|
|
margin: 0rem; |
|
|
border-radius: 0px; |
|
|
border-radius: 0px; |
|
|
|
|
|
margin-left: -@borderWidth; |
|
|
|
|
|
margin-right: -@borderWidth; |
|
|
|
|
|
width: @attachedWidth; |
|
|
box-shadow: @attachedBoxShadow; /* avoid rgba multiplying */ |
|
|
box-shadow: @attachedBoxShadow; /* avoid rgba multiplying */ |
|
|
} |
|
|
} |
|
|
.ui.top.attached.menu { |
|
|
.ui.top.attached.menu { |
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|
border-radius: @borderRadius @borderRadius 0em 0em; |
|
|
} |
|
|
} |
|
|
.ui.menu.bottom.attached { |
|
|
|
|
|
|
|
|
.ui.bottom.attached.menu { |
|
|
|
|
|
border-top: none; |
|
|
border-radius: 0em 0em @borderRadius @borderRadius; |
|
|
border-radius: 0em 0em @borderRadius @borderRadius; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ui.top.attached.menu:not(.tabular) { |
|
|
|
|
|
border-bottom: none; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ui.attached.tabular.menu { |
|
|
|
|
|
margin-left: 0; |
|
|
|
|
|
margin-right: 0; |
|
|
|
|
|
width: 100%; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/*-------------- |
|
|
/*-------------- |
|
|
Sizes |
|
|
Sizes |
|
|
---------------*/ |
|
|
---------------*/ |
|
|