|
|
@ -21,7 +21,7 @@ |
|
|
|
outline: none; |
|
|
|
border: none; |
|
|
|
vertical-align: baseline; |
|
|
|
background-color: #e0e2e4; |
|
|
|
background-color: #e0e1e2; |
|
|
|
color: rgba(0, 0, 0, 0.6); |
|
|
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; |
|
|
|
margin: 0em 0.25em 0em 0em; |
|
|
@ -57,7 +57,7 @@ |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
.ui.button:hover { |
|
|
|
background-color: #caccce; |
|
|
|
background-color: #cacbcd; |
|
|
|
background-image: none; |
|
|
|
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; |
|
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
@ -71,7 +71,7 @@ |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
.ui.button:focus { |
|
|
|
background-color: #caccce; |
|
|
|
background-color: #cacbcd; |
|
|
|
color: rgba(0, 0, 0, 0.8); |
|
|
|
background-image: '' !important; |
|
|
|
box-shadow: '' !important; |
|
|
@ -86,7 +86,7 @@ |
|
|
|
|
|
|
|
.ui.button:active, |
|
|
|
.ui.active.button:active { |
|
|
|
background-color: #babcbe; |
|
|
|
background-color: #babbbc; |
|
|
|
background-image: ''; |
|
|
|
color: rgba(0, 0, 0, 0.9); |
|
|
|
box-shadow: 0px 0px 0px 1px transparent inset, none; |
|
|
@ -97,18 +97,18 @@ |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
.ui.active.button { |
|
|
|
background-color: #c0c0c0; |
|
|
|
background-color: #c0c1c2; |
|
|
|
background-image: none; |
|
|
|
box-shadow: 0px 0px 0px 1px transparent inset; |
|
|
|
color: rgba(0, 0, 0, 0.95); |
|
|
|
} |
|
|
|
.ui.active.button:hover { |
|
|
|
background-color: #c0c0c0; |
|
|
|
background-color: #c0c1c2; |
|
|
|
background-image: none; |
|
|
|
color: rgba(0, 0, 0, 0.95); |
|
|
|
} |
|
|
|
.ui.active.button:active { |
|
|
|
background-color: #c0c0c0; |
|
|
|
background-color: #c0c1c2; |
|
|
|
background-image: none; |
|
|
|
} |
|
|
|
|
|
|
@ -222,8 +222,8 @@ |
|
|
|
.ui.animated.button { |
|
|
|
position: relative; |
|
|
|
overflow: hidden; |
|
|
|
vertical-align: middle; |
|
|
|
padding-right: 0em !important; |
|
|
|
vertical-align: middle; |
|
|
|
z-index: 1; |
|
|
|
} |
|
|
|
.ui.animated.button .content { |
|
|
@ -874,36 +874,6 @@ |
|
|
|
vertical-align: baseline; |
|
|
|
} |
|
|
|
|
|
|
|
/*-------------- |
|
|
|
Attached |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
.ui.attached.button { |
|
|
|
display: block; |
|
|
|
margin: 0em; |
|
|
|
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important; |
|
|
|
border-radius: 0em; |
|
|
|
} |
|
|
|
.ui.attached.top.button { |
|
|
|
border-radius: 0.285714rem 0.285714rem 0em 0em; |
|
|
|
} |
|
|
|
.ui.attached.bottom.button { |
|
|
|
border-radius: 0em 0em 0.285714rem 0.285714rem; |
|
|
|
} |
|
|
|
.ui.attached.left.button { |
|
|
|
display: inline-block; |
|
|
|
border-left: none; |
|
|
|
padding-right: 0.75em; |
|
|
|
text-align: right; |
|
|
|
border-radius: 0.285714rem 0em 0em 0.285714rem; |
|
|
|
} |
|
|
|
.ui.attached.right.button { |
|
|
|
display: inline-block; |
|
|
|
padding-left: 0.75em; |
|
|
|
text-align: left; |
|
|
|
border-radius: 0em 0.285714rem 0.285714rem 0em; |
|
|
|
} |
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Or Buttons |
|
|
|
--------------------*/ |
|
|
@ -950,75 +920,123 @@ |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
|
|
|
|
/* Plural Attached */ |
|
|
|
.attached.ui.buttons { |
|
|
|
margin: 0px; |
|
|
|
border-radius: 0em 0em 0em 0em; |
|
|
|
/* Singular */ |
|
|
|
.ui.attached.button { |
|
|
|
position: relative; |
|
|
|
display: block; |
|
|
|
margin: 0em; |
|
|
|
border-radius: 0em; |
|
|
|
box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* Top / Bottom */ |
|
|
|
.ui.attached.top.button { |
|
|
|
border-radius: 0.285714rem 0.285714rem 0em 0em; |
|
|
|
} |
|
|
|
.ui.attached.bottom.button { |
|
|
|
border-radius: 0em 0em 0.285714rem 0.285714rem; |
|
|
|
} |
|
|
|
|
|
|
|
/* Left / Right */ |
|
|
|
.ui.left.attached.button { |
|
|
|
display: inline-block; |
|
|
|
border-left: none; |
|
|
|
text-align: right; |
|
|
|
padding-right: 0.75em; |
|
|
|
border-radius: 0.285714rem 0em 0em 0.285714rem; |
|
|
|
} |
|
|
|
.ui.right.attached.button { |
|
|
|
display: inline-block; |
|
|
|
text-align: left; |
|
|
|
padding-left: 0.75em; |
|
|
|
border-radius: 0em 0.285714rem 0.285714rem 0em; |
|
|
|
} |
|
|
|
|
|
|
|
/* Plural */ |
|
|
|
.ui.attached.buttons { |
|
|
|
position: relative; |
|
|
|
display: -webkit-box; |
|
|
|
display: -webkit-flex; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
border-radius: 0em; |
|
|
|
width: auto !important; |
|
|
|
z-index: 2; |
|
|
|
margin-left: -1px; |
|
|
|
margin-right: -1px; |
|
|
|
} |
|
|
|
.attached.ui.buttons .button { |
|
|
|
.ui.attached.buttons .button { |
|
|
|
margin: 0em; |
|
|
|
} |
|
|
|
.attached.ui.buttons .button:first-child { |
|
|
|
border-radius: 0em 0em 0em 0em; |
|
|
|
.ui.attached.buttons .button:first-child { |
|
|
|
border-radius: 0em; |
|
|
|
} |
|
|
|
.attached.ui.buttons .button:last-child { |
|
|
|
border-radius: 0em 0em 0em 0em; |
|
|
|
.ui.attached.buttons .button:last-child { |
|
|
|
border-radius: 0em; |
|
|
|
} |
|
|
|
|
|
|
|
/* Top Side */ |
|
|
|
[class*="top attached"].ui.buttons { |
|
|
|
/* Top / Bottom */ |
|
|
|
.ui[class*="top attached"].buttons { |
|
|
|
margin-bottom: -1px; |
|
|
|
border-radius: 0.285714rem 0.285714rem 0em 0em; |
|
|
|
} |
|
|
|
[class*="top attached"].ui.buttons .button:first-child { |
|
|
|
.ui[class*="top attached"].buttons .button:first-child { |
|
|
|
border-radius: 0.285714rem 0em 0em 0em; |
|
|
|
} |
|
|
|
[class*="top attached"].ui.buttons .button:last-child { |
|
|
|
.ui[class*="top attached"].buttons .button:last-child { |
|
|
|
border-radius: 0em 0.285714rem 0em 0em; |
|
|
|
} |
|
|
|
|
|
|
|
/* Bottom Side */ |
|
|
|
[class*="bottom attached"].ui.buttons { |
|
|
|
.ui[class*="bottom attached"].buttons { |
|
|
|
margin-top: -1px; |
|
|
|
border-radius: 0em 0em 0.285714rem 0.285714rem; |
|
|
|
} |
|
|
|
[class*="bottom attached"].ui.buttons .button:first-child { |
|
|
|
.ui[class*="bottom attached"].buttons .button:first-child { |
|
|
|
border-radius: 0em 0em 0em 0.285714rem; |
|
|
|
} |
|
|
|
[class*="bottom attached"].ui.buttons .button:last-child { |
|
|
|
.ui[class*="bottom attached"].buttons .button:last-child { |
|
|
|
border-radius: 0em 0em 0.285714rem 0em; |
|
|
|
} |
|
|
|
|
|
|
|
/* Left Side */ |
|
|
|
[class*="left attached"].ui.buttons { |
|
|
|
/* Left / Right */ |
|
|
|
.ui[class*="left attached"].buttons { |
|
|
|
display: -webkit-inline-box; |
|
|
|
display: -webkit-inline-flex; |
|
|
|
display: -ms-inline-flexbox; |
|
|
|
display: inline-flex; |
|
|
|
margin-right: 0em; |
|
|
|
margin-left: -1px; |
|
|
|
border-radius: 0em 0.285714rem 0.285714rem 0em; |
|
|
|
} |
|
|
|
[class*="left attached"].ui.buttons .button:first-child { |
|
|
|
.ui[class*="left attached"].buttons .button:first-child { |
|
|
|
margin-left: -1px; |
|
|
|
border-radius: 0em 0.285714rem 0em 0em; |
|
|
|
} |
|
|
|
[class*="left attached"].ui.buttons .button:last-child { |
|
|
|
.ui[class*="left attached"].buttons .button:last-child { |
|
|
|
margin-left: -1px; |
|
|
|
border-radius: 0em 0em 0.285714rem 0em; |
|
|
|
} |
|
|
|
|
|
|
|
/* Right Side */ |
|
|
|
[class*="right attached"].ui.buttons, |
|
|
|
[class*="right attached"].ui.buttons .button { |
|
|
|
.ui[class*="right attached"].buttons { |
|
|
|
display: -webkit-inline-box; |
|
|
|
display: -webkit-inline-flex; |
|
|
|
display: -ms-inline-flexbox; |
|
|
|
display: inline-flex; |
|
|
|
margin-left: 0em; |
|
|
|
margin-right: -1px; |
|
|
|
border-radius: 0.285714rem 0em 0em 0.285714rem; |
|
|
|
} |
|
|
|
[class*="right attached"].ui.buttons .button:first-child { |
|
|
|
.ui[class*="right attached"].buttons .button:first-child { |
|
|
|
margin-left: -1px; |
|
|
|
border-radius: 0.285714rem 0em 0em 0em; |
|
|
|
} |
|
|
|
[class*="right attached"].ui.buttons .button:last-child { |
|
|
|
.ui[class*="right attached"].buttons .button:last-child { |
|
|
|
margin-left: -1px; |
|
|
|
border-radius: 0em 0em 0em 0.285714rem; |
|
|
|
} |
|
|
|
|
|
|
|
/* Fluid */ |
|
|
|
/*------------------- |
|
|
|
Fluid |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
.ui.fluid.buttons, |
|
|
|
.ui.button.fluid { |
|
|
|
display: -webkit-box; |
|
|
@ -1128,7 +1146,10 @@ |
|
|
|
/* Fluid Vertical Buttons */ |
|
|
|
.ui.fluid.vertical.buttons, |
|
|
|
.ui.fluid.vertical.buttons > .button { |
|
|
|
display: block; |
|
|
|
display: -webkit-box; |
|
|
|
display: -webkit-flex; |
|
|
|
display: -ms-flexbox; |
|
|
|
display: flex; |
|
|
|
width: auto; |
|
|
|
} |
|
|
|
.ui.\32.vertical.buttons > .button, |
|
|
@ -3169,6 +3190,11 @@ |
|
|
|
.ui.buttons > .active.button { |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
.ui.buttons:not(.basic):not(.inverted) { |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
|
|
|
|
/* Clearfix */ |
|
|
|
.ui.buttons:after { |
|
|
|
content: "."; |
|
|
|
display: block; |
|
|
@ -3176,22 +3202,23 @@ |
|
|
|
clear: both; |
|
|
|
visibility: hidden; |
|
|
|
} |
|
|
|
.ui.buttons .button:first-child { |
|
|
|
border-left: none; |
|
|
|
} |
|
|
|
.ui.buttons:not(.basic):not(.inverted) { |
|
|
|
box-shadow: none; |
|
|
|
} |
|
|
|
.ui.buttons > .ui.button:not(.basic):not(.inverted), |
|
|
|
.ui.buttons:not(.basic):not(.inverted) > .button { |
|
|
|
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; |
|
|
|
} |
|
|
|
|
|
|
|
/* Standard Group */ |
|
|
|
.ui.buttons .button { |
|
|
|
-webkit-box-flex: 1; |
|
|
|
-webkit-flex: 1 0 auto; |
|
|
|
-ms-flex: 1 0 auto; |
|
|
|
flex: 1 0 auto; |
|
|
|
margin: 0em; |
|
|
|
border-radius: 0em; |
|
|
|
margin: 0px 0px 0px 0px; |
|
|
|
} |
|
|
|
.ui.buttons > .ui.button:not(.basic):not(.inverted), |
|
|
|
.ui.buttons:not(.basic):not(.inverted) > .button { |
|
|
|
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset; |
|
|
|
} |
|
|
|
.ui.buttons .button:first-child { |
|
|
|
border-left: none; |
|
|
|
margin-left: 0em; |
|
|
|
border-top-left-radius: 0.285714rem; |
|
|
|
border-bottom-left-radius: 0.285714rem; |
|
|
|