|
|
@ -1159,11 +1159,13 @@ |
|
|
|
color: @invertedTextColor; |
|
|
|
text-shadow: @invertedTextShadow; |
|
|
|
} |
|
|
|
|
|
|
|
/* Inverted */ |
|
|
|
.ui.inverted.black.buttons .button, |
|
|
|
.ui.inverted.black.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightBlack inset !important; |
|
|
|
color: @lightBlack; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
.ui.inverted.black.buttons .button:hover, |
|
|
|
.ui.inverted.black.button:hover { |
|
|
@ -1225,7 +1227,7 @@ |
|
|
|
.ui.inverted.blue.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightBlue inset !important; |
|
|
|
color: @lightBlue; |
|
|
|
color: @white; |
|
|
|
} |
|
|
|
.ui.inverted.blue.buttons .button:hover, |
|
|
|
.ui.inverted.blue.button:hover { |
|
|
@ -1284,7 +1286,7 @@ |
|
|
|
.ui.inverted.green.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightGreen inset !important; |
|
|
|
color: @lightGreen; |
|
|
|
color: @white; |
|
|
|
} |
|
|
|
.ui.inverted.green.buttons .button:hover, |
|
|
|
.ui.inverted.green.button:hover { |
|
|
@ -1342,7 +1344,7 @@ |
|
|
|
.ui.inverted.orange.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightOrange inset !important; |
|
|
|
color: @lightOrange; |
|
|
|
color: @white; |
|
|
|
} |
|
|
|
.ui.inverted.orange.buttons .button:hover, |
|
|
|
.ui.inverted.orange.button:hover { |
|
|
@ -1400,7 +1402,7 @@ |
|
|
|
.ui.inverted.pink.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightPink inset !important; |
|
|
|
color: @lightPink; |
|
|
|
color: @white; |
|
|
|
} |
|
|
|
.ui.inverted.pink.buttons .button:hover, |
|
|
|
.ui.inverted.pink.button:hover { |
|
|
@ -1458,7 +1460,7 @@ |
|
|
|
.ui.inverted.purple.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightPurple inset !important; |
|
|
|
color: @lightPurple; |
|
|
|
color: @white; |
|
|
|
} |
|
|
|
.ui.inverted.purple.buttons .button:hover, |
|
|
|
.ui.inverted.purple.button:hover { |
|
|
@ -1516,7 +1518,7 @@ |
|
|
|
.ui.inverted.red.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightRed inset !important; |
|
|
|
color: @lightRed; |
|
|
|
color: @white; |
|
|
|
} |
|
|
|
.ui.inverted.red.buttons .button:hover, |
|
|
|
.ui.inverted.red.button:hover { |
|
|
@ -1575,7 +1577,7 @@ |
|
|
|
.ui.inverted.teal.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightTeal inset !important; |
|
|
|
color: @lightTeal; |
|
|
|
color: @white; |
|
|
|
} |
|
|
|
.ui.inverted.teal.buttons .button:hover, |
|
|
|
.ui.inverted.teal.button:hover { |
|
|
@ -1634,7 +1636,7 @@ |
|
|
|
.ui.inverted.yellow.button { |
|
|
|
background-color: transparent; |
|
|
|
box-shadow: 0px 0px 0px 2px @lightYellow inset !important; |
|
|
|
color: @lightYellow; |
|
|
|
color: @white; |
|
|
|
} |
|
|
|
.ui.inverted.yellow.buttons .button:hover, |
|
|
|
.ui.inverted.yellow.button:hover { |
|
|
|