You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1881 lines
49 KiB

/*
* # Semantic - Button
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Theme
*******************************/
/*
███████╗███████╗███╗ ███╗ █████╗ ███╗ ██╗████████╗██╗ ██████╗ ██╗ ██╗██╗
██╔════╝██╔════╝████╗ ████║██╔══██╗████╗ ██║╚══██╔══╝██║██╔════╝ ██║ ██║██║
███████╗█████╗ ██╔████╔██║███████║██╔██╗ ██║ ██║ ██║██║ ██║ ██║██║
╚════██║██╔══╝ ██║╚██╔╝██║██╔══██║██║╚██╗██║ ██║ ██║██║ ██║ ██║██║
███████║███████╗██║ ╚═╝ ██║██║ ██║██║ ╚████║ ██║ ██║╚██████╗ ╚██████╔╝██║
╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝
*/
/*******************************
Folders
*******************************/
/* Path to theme packages */
/* Path to site override folder */
/*******************************
Themes
*******************************/
/* To override a theme for an individual element
specify theme name below
Be sure to update the user folder name (see README)
*/
/* Global */
/* Elements */
/* Collections */
/* Modules */
/* Views */
/*******************************
Import Directives
*******************************/
/*------------------
Load Default
-------------------*/
/*******************************
Site Settings
*******************************/
/*-------------------
Paths
--------------------*/
/*-------------------
Fonts
--------------------*/
/*-------------------
Site Colors
--------------------*/
/*--- Colors ---*/
/*-------------------
Page
--------------------*/
/*-------------------
Background Colors
--------------------*/
/* Used for differentiating neutrals */
/* Used for differentiating layers */
/*-------------------
Grid
--------------------*/
/*-------------------
Breakpoints
--------------------*/
/*******************************
Power-User
*******************************/
/*-------------------
Icons
--------------------*/
/* Max Width of Icon */
/*-------------------
Easing
--------------------*/
/*--- Light Variations ---*/
/*--- Neutrals ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
/*--- Colored Headers ---*/
/*-------------------
Emotive Colors
--------------------*/
/* Mood */
/* Solid Background Color */
/* Status */
/* Darkened Headers */
/*-------------------
Neutral Text
--------------------*/
/*-------------------
Brand Colors
--------------------*/
/*-------------------
Grid Columns
--------------------*/
/*-------------------
Borders
--------------------*/
/*-------------------
Sizes
--------------------*/
/*-------------------
Transitions
--------------------*/
/*******************************
States
*******************************/
/*-------------------
Disabled
--------------------*/
/*-------------------
Hover
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Down (:active)
--------------------*/
/*--- Colors ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*-------------------
Active
--------------------*/
/*--- Standard ---*/
/*--- Emotive ---*/
/*--- Neutrals ---*/
/*******************************
Button
*******************************/
/*-------------------
Element
--------------------*/
/* Shadow */
/* transitions */
/* Padding */
/* Icon */
/* Loader */
/*-------------------
Group
--------------------*/
/*-------------------
States
--------------------*/
/* Hovered */
/* Focused */
/* Pressed Down */
/* Active */
/* Active + Hovered */
/* Loading */
/*-------------------
Types
--------------------*/
/* Or */
/* Icon */
/* Labeled Icon */
/* Inverted */
/* Basic */
/* Basic Inverted */
/* Basic Group */
/*-------------------
Variations
--------------------*/
/* Colors */
/* Compact */
/* Attached */
/* Floated */
/* Animated */
/* Sizing */
/*------------------
Load Theme
-------------------*/
/*------------------
Load Site
-------------------*/
/*******************************
User Global Variables
*******************************/
/*******************************
User Variable Overrides
*******************************/
/*------------------
Override Mix-in
-------------------*/
/*******************************
Button
*******************************/
/* Prototype */
.ui.button {
cursor: pointer;
display: inline-block;
vertical-align: baseline;
min-height: 1em;
outline: none;
border: none;
background-color: #fafafa;
color: rgba(0, 0, 0, 0.6);
margin: 0em 0.25em 0em 0em;
padding: 0.8em 1.5em 0.8em;
font-family: 'Open Sans', "Helvetica Neue", Arial, Helvetica, sans-serif;
text-transform: none;
text-shadow: none;
font-weight: bold;
line-height: 1;
font-style: normal;
text-align: center;
text-decoration: none;
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09));
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.09));
border-radius: 0.25em;
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
-webkit-transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease;
transition: opacity 0.25s ease, background-color 0.25s ease, color 0.25s ease, background 0.25s ease;
-webkit-tap-highlight-color: transparent;
}
/*******************************
States
*******************************/
/*--------------
Hover
---------------*/
.ui.button:hover {
background-color: '';
background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13));
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.13));
color: rgba(0, 0, 0, 0.8);
}
.ui.button:hover .icon {
opacity: 0.85;
}
/*--------------
Focus
---------------*/
.ui.button:focus {
background-color: '';
background-image: '';
box-shadow: 0px 0px 1px rgba(81, 167, 232, 0.8) inset, 0px 0px 3px 2px rgba(81, 167, 232, 0.8);
color: rgba(0, 0, 0, 0.8);
}
.ui.button:focus .icon {
opacity: 0.85;
}
/*--------------
Down
---------------*/
.ui.button:active,
.ui.active.button:active {
background-color: #f1f1f1;
background-image: '';
color: rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.1) inset;
}
/*--------------
Active
---------------*/
.ui.active.button {
background-color: #dadada;
background-image: none;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 1px 4px 0px rgba(0, 0, 0, 0.1) inset;
color: rgba(0, 0, 0, 0.6);
}
.ui.button.active:hover {
background-color: #dadada;
background-image: none;
color: rgba(0, 0, 0, 0.8);
}
.ui.button.active:active {
background-color: #dadada;
background-image: none;
}
/*--------------
Loading
---------------*/
.ui.loading.button {
position: relative;
cursor: default;
background-color: #ffffff !important;
text-shadow: none !important;
color: transparent !important;
-webkit-transition: all 0s linear;
transition: all 0s linear;
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.loading.button:after {
position: absolute;
top: 0em;
left: 0em;
width: 100%;
height: 100%;
content: '';
background: transparent url("../../themes/packages/default/assets/images/loader-mini.gif") no-repeat 50% 50%;
}
.ui.labeled.icon.loading.button .icon {
background-color: transparent;
box-shadow: none;
}
/*-------------------
Disabled
--------------------*/
.ui.buttons .disabled.button,
.ui.disabled.button,
.ui.disabled.button:hover,
.ui.disabled.button.active {
cursor: default;
background-color: #dcddde !important;
color: rgba(0, 0, 0, 0.4) !important;
opacity: 0.3 !important;
background-image: none !important;
box-shadow: none !important;
pointer-events: none;
}
/*******************************
Types
*******************************/
/*-------------------
Animated
--------------------*/
.ui.animated.button {
position: relative;
overflow: hidden;
padding-right: 0em;
}
.ui.animated.button .content {
will-change: transform, opacity;
}
.ui.animated.button .visible.content {
position: relative;
margin-right: 1.5em;
}
.ui.animated.button .hidden.content {
position: absolute;
width: 100%;
}
/* Horizontal */
.ui.animated.button .visible.content,
.ui.animated.button .hidden.content {
-webkit-transition: right 0.3s ease 0s;
transition: right 0.3s ease 0s;
}
.ui.animated.button .visible.content {
left: auto;
right: 0%;
}
.ui.animated.button .hidden.content {
top: 50%;
left: auto;
right: -100%;
margin-top: -0.5em;
}
.ui.animated.button:hover .visible.content {
left: auto;
right: 200%;
}
.ui.animated.button:hover .hidden.content {
left: auto;
right: 0%;
}
/* Vertical */
.ui.vertical.animated.button .visible.content,
.ui.vertical.animated.button .hidden.content {
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
transition: top 0.3s ease, transform 0.3s ease;
}
.ui.vertical.animated.button .visible.content {
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
transform: translateY(0%);
right: auto;
}
.ui.vertical.animated.button .hidden.content {
top: -50%;
left: 0%;
right: auto;
}
.ui.vertical.animated.button:hover .visible.content {
-webkit-transform: translateY(200%);
-ms-transform: translateY(200%);
transform: translateY(200%);
right: auto;
}
.ui.vertical.animated.button:hover .hidden.content {
top: 50%;
right: auto;
}
/* Fade */
.ui.fade.animated.button .visible.content,
.ui.fade.animated.button .hidden.content {
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.ui.fade.animated.button .visible.content {
left: auto;
right: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.ui.fade.animated.button .hidden.content {
opacity: 0;
left: 0%;
right: auto;
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}
.ui.fade.animated.button:hover .visible.content {
left: auto;
right: auto;
opacity: 0;
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
transform: scale(0.75);
}
.ui.fade.animated.button:hover .hidden.content {
left: 0%;
right: auto;
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
/*-------------------
Inverted
--------------------*/
.ui.inverted.button {
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
background: transparent none;
color: #ffffff;
text-shadow: none !important;
}
.ui.inverted.buttons .button {
margin: 0px 0px 0px -2px;
}
.ui.inverted.buttons .button:first-child {
margin-left: 0em;
}
.ui.inverted.vertical.buttons .button {
margin: 0px 0px -2px 0px;
}
.ui.inverted.vertical.buttons .button:first-child {
margin-top: 0em;
}
.ui.inverted.buttons .button:hover {
position: relative;
}
.ui.inverted.button:hover {
background: #ffffff;
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
color: rgba(0, 0, 0, 0.8);
}
/*-------------------
Primary
--------------------*/
.ui.primary.buttons .button,
.ui.primary.button {
background-color: #0074d9;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.primary.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
background-color: #0082f3;
color: #ffffff;
text-shadow: none;
}
.ui.primary.buttons .button:active,
.ui.primary.button:active {
background-color: #0061b5;
color: #ffffff;
text-shadow: none;
}
.ui.primary.buttons .active.button,
.ui.primary.button.active {
background-color: #0066c0;
color: #ffffff;
text-shadow: none;
}
/*-------------------
Secondary
--------------------*/
.ui.secondary.buttons .button,
.ui.secondary.button {
background-color: #191919;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.secondary.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover {
background-color: #262626;
color: #ffffff;
text-shadow: none;
}
.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
background-color: #070707;
color: #ffffff;
text-shadow: none;
}
.ui.secondary.buttons .active.button,
.ui.secondary.button.active {
background-color: #0c0c0c;
color: #ffffff;
text-shadow: none;
}
/*-------------------
Social
--------------------*/
/* Facebook */
.ui.facebook.button {
background-color: #3b579d;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.facebook.button:hover {
background-color: #4261b0;
color: #ffffff;
text-shadow: none;
}
.ui.facebook.button:active {
background-color: #314983;
color: #ffffff;
text-shadow: none;
}
/* Twitter */
.ui.twitter.button {
background-color: #4092cc;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.twitter.button:hover {
background-color: #549dd1;
color: #ffffff;
text-shadow: none;
}
.ui.twitter.button:active {
background-color: #3180b7;
color: #ffffff;
text-shadow: none;
}
/* Google Plus */
.ui.google.plus.button {
background-color: #d34836;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.google.plus.button:hover {
background-color: #d85b4b;
color: #ffffff;
text-shadow: none;
}
.ui.google.plus.button:active {
background-color: #bc3a29;
color: #ffffff;
text-shadow: none;
}
/* Linked In */
.ui.linkedin.button {
background-color: #1f88be;
color: #ffffff;
text-shadow: none;
}
.ui.linkedin.button:hover {
background-color: #2398d4;
color: #ffffff;
text-shadow: none;
}
.ui.linkedin.button:active {
background-color: #1a729f;
color: #ffffff;
text-shadow: none;
}
/* YouTube */
.ui.youtube.button {
background-color: #cc181e;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.youtube.button:hover {
background-color: #e31b21;
color: #ffffff;
text-shadow: none;
}
.ui.youtube.button:active {
background-color: #ac1419;
color: #ffffff;
text-shadow: none;
}
/* Instagram */
.ui.instagram.button {
background-color: #49769c;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.instagram.button:hover {
background-color: #5183ad;
color: #ffffff;
text-shadow: none;
}
.ui.instagram.button:active {
background-color: #3e6484;
color: #ffffff;
text-shadow: none;
}
/* Pinterest */
.ui.pinterest.button {
background-color: #00aced;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.pinterest.button:hover {
background-color: #08bbff;
color: #ffffff;
text-shadow: none;
}
.ui.pinterest.button:active {
background-color: #0092c9;
color: #ffffff;
text-shadow: none;
}
/* VK */
.ui.vk.button {
background-color: #4D7198;
color: #ffffff;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.vk.button:hover {
background-color: #567ea9;
color: #ffffff;
}
.ui.vk.button:active {
background-color: #415f80;
color: #ffffff;
}
/*--------------
Icon
---------------*/
.ui.button > .icon {
opacity: 0.8;
margin: 0em 0.4em 0em -0.2em;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
vertical-align: baseline;
}
.ui.button > .right.icon {
margin: 0em -0.2em 0em 0.4em;
}
/*******************************
Variations
*******************************/
/*-------------------
Floated
--------------------*/
.ui.left.floated.buttons,
.ui.left.floated.button {
float: left;
margin-left: 0em;
margin-right: 0.25em;
}
.ui.right.floated.buttons,
.ui.right.floated.button {
float: right;
margin-right: 0em;
margin-left: 0.25em;
}
/*-------------------
Compact
--------------------*/
.ui.compact.buttons .button,
.ui.compact.button {
padding: 0.6em 1.125em 0.6em;
}
.ui.compact.icon.buttons .button,
.ui.compact.icon.button {
padding: 0.6em 0.6em 0.6em;
}
.ui.compact.labeled.icon.buttons .button,
.ui.compact.labeled.icon.button {
padding: 0.6em 3.725em 0.6em;
}
.ui.compact.labeled.icon.buttons > .button > .icon,
.ui.compact.labeled.icon.button > .icon {
padding-top: 0.65em !important;
}
/*-------------------
Sizes
--------------------*/
.ui.mini.buttons .button,
.ui.mini.buttons .or,
.ui.mini.button {
font-size: 0.7rem;
}
.ui.tiny.buttons .button,
.ui.tiny.buttons .or,
.ui.tiny.button {
font-size: 0.8rem;
}
.ui.small.buttons .button,
.ui.small.buttons .or,
.ui.small.button {
font-size: 0.875rem;
}
.ui.buttons .button,
.ui.button {
font-size: 1rem;
}
.ui.large.buttons .button,
.ui.large.buttons .or,
.ui.large.button {
font-size: 1.125rem;
}
.ui.big.buttons .button,
.ui.big.buttons .or,
.ui.big.button {
font-size: 1.25rem;
}
.ui.huge.buttons .button,
.ui.huge.buttons .or,
.ui.huge.button {
font-size: 1.375rem;
}
.ui.massive.buttons .button,
.ui.massive.buttons .or,
.ui.massive.button {
font-size: 1.5rem;
}
/* Loading Resize */
.ui.huge.loading.button:after,
.ui.huge.loading.button.active:after {
background-image: url("../../themes/packages/default/assets/images/loader-small.gif");
}
.ui.massive.buttons .loading.button:after,
.ui.gigantic.buttons .loading.button:after,
.ui.massive.loading.button:after,
.ui.gigantic.loading.button:after,
.ui.massive.buttons .loading.button.active:after,
.ui.gigantic.buttons .loading.button.active:after,
.ui.massive.loading.button.active:after,
.ui.gigantic.loading.button.active:after {
background-image: url("../../themes/packages/default/assets/images/loader-medium.gif");
}
/*--------------
Icon Only
---------------*/
.ui.icon.buttons .button,
.ui.icon.button {
padding: 0.8em 0.8em 0.8em;
}
.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
opacity: 0.9;
margin: 0em;
vertical-align: top;
}
.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
height: 0em;
}
/*-------------------
Basic
--------------------*/
.ui.basic.buttons .button,
.ui.basic.button {
background-color: transparent !important;
background-image: none;
color: rgba(0, 0, 0, 0.6) !important;
font-weight: normal;
text-transform: none;
text-shadow: none !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}
.ui.basic.labeled.icon.button > .icon {
padding-top: 0.85em !important;
}
.ui.basic.buttons {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
border-radius: 0.25em;
}
.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
background: #fafafa !important;
color: rgba(0, 0, 0, 0.8) !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
}
.ui.basic.buttons .button:active,
.ui.basic.button:active {
background: rgba(0, 0, 0, 0.02) !important;
color: rgba(0, 0, 0, 0.8) !important;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.ui.basic.buttons .button.active,
.ui.basic.button.active {
background: rgba(0, 0, 0, 0.05) !important;
color: rgba(0, 0, 0, 0.8);
box-shadow: rgba(0, 0, 0, 0.2);
}
.ui.basic.buttons .button.active:hover,
.ui.basic.button.active:hover {
background-color: rgba(0, 0, 0, 0.05);
}
/* Vertical */
.ui.basic.buttons .button:hover {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset;
}
.ui.basic.buttons .button:active {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
}
.ui.basic.buttons .button.active {
box-shadow: rgba(0, 0, 0, 0.2) inset;
}
/* Inverted */
.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
background-color: transparent !important;
color: #fafafa !important;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
}
.ui.basic.inverted.buttons .button:hover,
.ui.basic.inverted.button:hover {
color: #ffffff !important;
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}
.ui.basic.inverted.buttons .button:active,
.ui.basic.inverted.button:active {
background-color: rgba(255, 255, 255, 0.05) !important;
color: #ffffff !important;
box-shadow: 0px 0px 0px 2px #cccccc inset !important;
}
.ui.basic.inverted.buttons .button.active,
.ui.basic.inverted.button.active {
background-color: rgba(255, 255, 255, 0.05);
color: #ffffff;
text-shadow: none;
box-shadow: 0px 0px 0px 2px #dadada inset;
}
.ui.basic.inverted.buttons .button.active:hover,
.ui.basic.inverted.button.active:hover {
background-color: rgba(255, 255, 255, 0.01);
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}
/* Loading */
.ui.basic.loading.button:after {
background-color: #ffffff;
border-radius: 0.25em;
}
/* Basic Group */
.ui.basic.buttons .button {
border-left: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: none;
}
.ui.basic.vertical.buttons .button {
border-left: none;
}
/*--------------
Labeled Icon
---------------*/
.ui.labeled.icon.buttons .button,
.ui.labeled.icon.button {
position: relative;
padding-left: 4.1em !important;
padding-right: 1.5em !important;
}
.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
position: absolute;
top: 0em;
left: 0em;
box-sizing: border-box;
width: 2.6em;
height: 100%;
padding-top: 0.85em;
background-color: rgba(0, 0, 0, 0.05);
text-align: center;
color: '';
border-radius: 0.25em 0px 0px 0.25em;
line-height: 1;
box-shadow: -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
.ui.labeled.icon.buttons .button > .icon {
border-radius: 0em;
}
.ui.labeled.icon.buttons .button:first-child > .icon {
border-top-left-radius: 0.25em;
border-bottom-left-radius: 0.25em;
}
.ui.labeled.icon.buttons .button:last-child > .icon {
border-top-right-radius: 0.25em;
border-bottom-right-radius: 0.25em;
}
.ui.vertical.labeled.icon.buttons .button:first-child > .icon {
border-radius: 0em;
border-top-left-radius: 0.25em;
}
.ui.vertical.labeled.icon.buttons .button:last-child > .icon {
border-radius: 0em;
border-bottom-left-radius: 0.25em;
}
.ui.right.labeled.icon.button {
padding-right: 4.1em !important;
padding-left: 1.5em !important;
}
.ui.left.fluid.labeled.icon.button,
.ui.right.fluid.labeled.icon.button {
padding-left: 1.5em !important;
padding-right: 1.5em !important;
}
.ui.right.labeled.icon.button .icon {
left: auto;
right: 0em;
border-radius: 0em 0.25em 0.25em 0em;
box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset;
}
/*--------------
Toggle
---------------*/
/* Toggle (Modifies active state to give affordances) */
.ui.toggle.buttons .active.button,
.ui.buttons .button.toggle.active,
.ui.button.toggle.active {
background-color: #2ecc40 !important;
box-shadow: none !important;
text-shadow: none;
color: #ffffff !important;
}
.ui.button.toggle.active:hover {
background-color: #40d451 !important;
text-shadow: none;
color: #ffffff !important;
}
/*--------------
Circular
---------------*/
.ui.circular.button {
border-radius: 10em;
}
/*--------------
Attached
---------------*/
.ui.attached.button {
display: block;
margin: 0em;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) !important;
}
.ui.attached.top.button {
border-radius: 0.25em 0.25em 0em 0em;
}
.ui.attached.bottom.button {
border-radius: 0em 0em 0.25em 0.25em;
}
.ui.attached.left.button {
display: inline-block;
border-left: none;
padding-right: 0.75em;
text-align: right;
border-radius: 0.25em 0em 0em 0.25em;
}
.ui.attached.right.button {
display: inline-block;
padding-left: 0.75em;
text-align: left;
border-radius: 0em 0.25em 0.25em 0em;
}
/*-------------------
Or Buttons
--------------------*/
.ui.buttons .or {
position: relative;
float: left;
width: 0.3em;
height: 1.1em;
z-index: 3;
}
.ui.buttons .or:before {
position: absolute;
top: 50%;
left: 50%;
content: 'or';
background-color: #ffffff;
text-shadow: none;
margin-top: -0.1em;
margin-left: -0.9em;
width: 1.8em;
height: 1.8em;
line-height: 1.6;
color: rgba(0, 0, 0, 0.4);
font-style: normal;
font-weight: bold;
text-align: center;
border-radius: 500em;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
}
.ui.buttons .or:after {
position: absolute;
top: 0em;
left: 0em;
content: ' ';
background-color: transparent;
width: 0.3em;
height: 2.1em;
border-top: 0.5em solid transparent;
border-bottom: 0.5em solid transparent;
}
/* Fluid Or */
.ui.fluid.buttons .or {
width: 0em !important;
}
.ui.fluid.buttons .or:after {
display: none;
}
/*-------------------
Attached
--------------------*/
/* Plural Attached */
.attached.ui.buttons {
margin: 0px;
border-radius: 0.25em 0.25em 0em 0em;
}
.attached.ui.buttons .button:first-child {
border-radius: 0.25em 0em 0em 0em;
}
.attached.ui.buttons .button:last-child {
border-radius: 0em 0.25em 0em 0em;
}
/* Bottom Side */
.bottom.attached.ui.buttons {
margin-top: -1px;
border-radius: 0em 0em 0.25em 0.25em;
}
.bottom.attached.ui.buttons .button:first-child {
border-radius: 0em 0em 0em 0.25em;
}
.bottom.attached.ui.buttons .button:last-child {
border-radius: 0em 0em 0.25em 0em;
}
/* Left Side */
.left.attached.ui.buttons {
margin-left: -1px;
border-radius: 0em 0.25em 0.25em 0em;
}
.left.attached.ui.buttons .button:first-child {
margin-left: -1px;
border-radius: 0em 0.25em 0em 0em;
}
.left.attached.ui.buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0.25em 0em;
}
/* Right Side */
.right.attached.ui.buttons,
.right.attached.ui.buttons .button {
margin-right: -1px;
border-radius: 0.25em 0em 0em 0.25em;
}
.right.attached.ui.buttons .button:first-child {
margin-left: -1px;
border-radius: 0.25em 0em 0em 0em;
}
.right.attached.ui.buttons .button:last-child {
margin-left: -1px;
border-radius: 0em 0em 0em 0.25em;
}
/* Fluid */
.ui.fluid.buttons,
.ui.button.fluid,
.ui.fluid.buttons > .button {
display: block;
width: 100%;
}
.ui.\32.buttons > .button,
.ui.two.buttons > .button {
width: 50%;
}
.ui.\33.buttons > .button,
.ui.three.buttons > .button {
width: 33.333%;
}
.ui.\34.buttons > .button,
.ui.four.buttons > .button {
width: 25%;
}
.ui.\35.buttons > .button,
.ui.five.buttons > .button {
width: 20%;
}
.ui.\36.buttons > .button,
.ui.six.buttons > .button {
width: 16.666%;
}
.ui.\37.buttons > .button,
.ui.seven.buttons > .button {
width: 14.285%;
}
.ui.\38.buttons > .button,
.ui.eight.buttons > .button {
width: 12.500%;
}
.ui.\39.buttons > .button,
.ui.nine.buttons > .button {
width: 11.11%;
}
.ui.\31\30.buttons > .button,
.ui.ten.buttons > .button {
width: 10%;
}
.ui.\31\31.buttons > .button,
.ui.eleven.buttons > .button {
width: 9.09%;
}
.ui.\31\32.buttons > .button,
.ui.twelve.buttons > .button {
width: 8.3333%;
}
/* Fluid Vertical Buttons */
.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
display: block;
width: auto;
box-sizing: border-box;
}
.ui.\32.vertical.buttons > .button,
.ui.two.vertical.buttons > .button {
height: 50%;
}
.ui.\33.vertical.buttons > .button,
.ui.three.vertical.buttons > .button {
height: 33.333%;
}
.ui.\34.vertical.buttons > .button,
.ui.four.vertical.buttons > .button {
height: 25%;
}
.ui.\35.vertical.buttons > .button,
.ui.five.vertical.buttons > .button {
height: 20%;
}
.ui.\36.vertical.buttons > .button,
.ui.six.vertical.buttons > .button {
height: 16.666%;
}
.ui.\37.vertical.buttons > .button,
.ui.seven.vertical.buttons > .button {
height: 14.285%;
}
.ui.\38.vertical.buttons > .button,
.ui.eight.vertical.buttons > .button {
height: 12.500%;
}
.ui.\39.vertical.buttons > .button,
.ui.nine.vertical.buttons > .button {
height: 11.11%;
}
.ui.\31\30.vertical.buttons > .button,
.ui.ten.vertical.buttons > .button {
height: 10%;
}
.ui.\31\31.vertical.buttons > .button,
.ui.eleven.vertical.buttons > .button {
height: 9.09%;
}
.ui.\31\32.vertical.buttons > .button,
.ui.twelve.vertical.buttons > .button {
height: 8.3333%;
}
/*-------------------
Colors
--------------------*/
/*--- Black ---*/
.ui.black.buttons .button,
.ui.black.button {
background-color: #191919;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.black.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.black.buttons .button:hover,
.ui.black.button:hover {
background-color: #262626;
color: #ffffff;
text-shadow: none;
}
.ui.black.buttons .button:active,
.ui.black.button:active {
background-color: #070707;
color: #ffffff;
text-shadow: none;
}
.ui.black.buttons .button.active,
.ui.black.buttons .button.active:active,
.ui.black.button.active,
.ui.black.button .button.active:active {
background-color: #0c0c0c;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.black.buttons .button,
.ui.inverted.black.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #333333 inset !important;
color: #ffffff;
}
.ui.inverted.black.buttons .button:hover,
.ui.inverted.black.button:hover {
box-shadow: 0px 0px 0px 2px #333333 inset !important;
background-color: #333333;
color: #ffffff;
}
.ui.inverted.black.basic.buttons .button,
.ui.inverted.black.buttons .basic.button,
.ui.inverted.black.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.black.basic.buttons .button:hover,
.ui.inverted.black.buttons .basic.button:hover,
.ui.inverted.black.basic.button:hover {
box-shadow: 0px 0px 0px 2px #333333 inset !important;
color: #ffffff !important;
}
/*--- Blue ---*/
.ui.blue.buttons .button,
.ui.blue.button {
background-color: #0074d9;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.blue.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.blue.buttons .button:hover,
.ui.blue.button:hover {
background-color: #0082f3;
color: #ffffff;
text-shadow: none;
}
.ui.blue.buttons .button:active,
.ui.blue.button:active {
background-color: #0061b5;
color: #ffffff;
text-shadow: none;
}
.ui.blue.buttons .button.active,
.ui.blue.buttons .button.active:active,
.ui.blue.button.active,
.ui.blue.button .button.active:active {
background-color: #0066c0;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.blue.buttons .button,
.ui.inverted.blue.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
color: #ffffff;
}
.ui.inverted.blue.buttons .button:hover,
.ui.inverted.blue.button:hover {
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
background-color: #54c8ff;
color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.blue.basic.buttons .button,
.ui.inverted.blue.buttons .basic.button,
.ui.inverted.blue.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.blue.basic.buttons .button:hover,
.ui.inverted.blue.buttons .basic.button:hover,
.ui.inverted.blue.basic.button:hover {
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
color: #54c8ff !important;
}
/*--- Green ---*/
.ui.green.buttons .button,
.ui.green.button {
background-color: #2ecc40;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.green.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.green.buttons .button:hover,
.ui.green.button:hover {
background-color: #40d451;
color: #ffffff;
text-shadow: none;
}
.ui.green.buttons .button:active,
.ui.green.button:active {
background-color: #27af37;
color: #ffffff;
text-shadow: none;
}
.ui.green.buttons .button.active,
.ui.green.buttons .button.active:active,
.ui.green.button.active,
.ui.green.button .button.active:active {
background-color: #29b739;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.green.buttons .button,
.ui.inverted.green.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
color: #ffffff;
}
.ui.inverted.green.buttons .button:hover,
.ui.inverted.green.button:hover {
box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
background-color: #2ecc40;
color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.green.basic.buttons .button,
.ui.inverted.green.buttons .basic.button,
.ui.inverted.green.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.green.basic.buttons .button:hover,
.ui.inverted.green.buttons .basic.button:hover,
.ui.inverted.green.basic.button:hover {
box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
color: #2ecc40 !important;
}
/*--- Orange ---*/
.ui.orange.buttons .button,
.ui.orange.button {
background-color: #ff851b;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.orange.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.orange.buttons .button:hover,
.ui.orange.button:hover {
background-color: #ff9335;
color: #ffffff;
text-shadow: none;
}
.ui.orange.buttons .button:active,
.ui.orange.button:active {
background-color: #f67300;
color: #ffffff;
text-shadow: none;
}
.ui.orange.buttons .button.active,
.ui.orange.buttons .button.active:active,
.ui.orange.button.active,
.ui.orange.button .button.active:active {
background-color: #0c0c0c;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.orange.buttons .button,
.ui.inverted.orange.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #ff851b inset !important;
color: #ffffff;
}
.ui.inverted.orange.buttons .button:hover,
.ui.inverted.orange.button:hover {
box-shadow: 0px 0px 0px 2px #ff851b inset !important;
background-color: #ff851b;
color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.orange.basic.buttons .button,
.ui.inverted.orange.buttons .basic.button,
.ui.inverted.orange.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.orange.basic.buttons .button:hover,
.ui.inverted.orange.buttons .basic.button:hover,
.ui.inverted.orange.basic.button:hover {
box-shadow: 0px 0px 0px 2px #ff851b inset !important;
color: #ff851b !important;
}
/*--- Pink ---*/
.ui.pink.buttons .button,
.ui.pink.button {
background-color: #d9499a;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.pink.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.pink.buttons .button:hover,
.ui.pink.button:hover {
background-color: #dd5ea6;
color: #ffffff;
text-shadow: none;
}
.ui.pink.buttons .button:active,
.ui.pink.button:active {
background-color: #d22c8a;
color: #ffffff;
text-shadow: none;
}
.ui.pink.buttons .button.active,
.ui.pink.buttons .button.active:active,
.ui.pink.button.active,
.ui.pink.button .button.active:active {
background-color: #d5348e;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.pink.buttons .button,
.ui.inverted.pink.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
color: #ffffff;
}
.ui.inverted.pink.buttons .button:hover,
.ui.inverted.pink.button:hover {
box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
background-color: #ff8edf;
color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.pink.basic.buttons .button,
.ui.inverted.pink.buttons .basic.button,
.ui.inverted.pink.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.pink.basic.buttons .button:hover,
.ui.inverted.pink.buttons .basic.button:hover,
.ui.inverted.pink.basic.button:hover {
box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
color: #ff8edf !important;
}
/*--- Purple ---*/
.ui.purple.buttons .button,
.ui.purple.button {
background-color: #a24096;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.purple.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.purple.buttons .button:hover,
.ui.purple.button:hover {
background-color: #b447a7;
color: #ffffff;
text-shadow: none;
}
.ui.purple.buttons .button:active,
.ui.purple.button:active {
background-color: #88367e;
color: #ffffff;
text-shadow: none;
}
.ui.purple.buttons .button.active,
.ui.purple.buttons .button.active:active,
.ui.purple.button.active,
.ui.purple.button .button.active:active {
background-color: #903985;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.purple.buttons .button,
.ui.inverted.purple.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
color: #ffffff;
}
.ui.inverted.purple.buttons .button:hover,
.ui.inverted.purple.button:hover {
box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
background-color: #cdc6ff;
color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.purple.basic.buttons .button,
.ui.inverted.purple.buttons .basic.button,
.ui.inverted.purple.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.purple.basic.buttons .button:hover,
.ui.inverted.purple.buttons .basic.button:hover,
.ui.inverted.purple.basic.button:hover {
box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
color: #cdc6ff !important;
}
/*--- Red ---*/
.ui.red.buttons .button,
.ui.red.button {
background-color: #ff4136;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.red.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.red.buttons .button:hover,
.ui.red.button:hover {
background-color: #ff5950;
color: #ffffff;
text-shadow: none;
}
.ui.red.buttons .button:active,
.ui.red.button:active {
background-color: #ff1f12;
color: #ffffff;
text-shadow: none;
}
.ui.red.buttons .button.active,
.ui.red.buttons .button.active:active,
.ui.red.button.active,
.ui.red.button .button.active:active {
background-color: #ff291c;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.red.buttons .button,
.ui.inverted.red.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #ff695e inset !important;
color: #ffffff;
}
.ui.inverted.red.buttons .button:hover,
.ui.inverted.red.button:hover {
box-shadow: 0px 0px 0px 2px #ff695e inset !important;
background-color: #ff695e;
color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.red.basic.buttons .button,
.ui.inverted.red.buttons .basic.button,
.ui.inverted.red.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.red.basic.buttons .button:hover,
.ui.inverted.red.buttons .basic.button:hover,
.ui.inverted.red.basic.button:hover {
box-shadow: 0px 0px 0px 2px #ff695e inset !important;
color: #ff695e !important;
}
/*--- Teal ---*/
.ui.teal.buttons .button,
.ui.teal.button {
background-color: #39cccc;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.teal.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.teal.buttons .button:hover,
.ui.teal.button:hover {
background-color: #4dd1d1;
color: #ffffff;
text-shadow: none;
}
.ui.teal.buttons .button:active,
.ui.teal.button:active {
background-color: #2eb3b3;
color: #ffffff;
text-shadow: none;
}
.ui.teal.buttons .button.active,
.ui.teal.buttons .button.active:active,
.ui.teal.button.active,
.ui.teal.button .button.active:active {
background-color: #30bbbb;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.teal.buttons .button,
.ui.inverted.teal.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #6dffff inset !important;
color: #ffffff;
}
.ui.inverted.teal.buttons .button:hover,
.ui.inverted.teal.button:hover {
box-shadow: 0px 0px 0px 2px #6dffff inset !important;
background-color: #6dffff;
color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.teal.basic.buttons .button,
.ui.inverted.teal.buttons .basic.button,
.ui.inverted.teal.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.teal.basic.buttons .button:hover,
.ui.inverted.teal.buttons .basic.button:hover,
.ui.inverted.teal.basic.button:hover {
box-shadow: 0px 0px 0px 2px #6dffff inset !important;
color: #6dffff !important;
}
/*--- Yellow ---*/
.ui.yellow.buttons .button,
.ui.yellow.button {
background-color: #ffcb08;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.yellow.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.yellow.buttons .button:hover,
.ui.yellow.button:hover {
background-color: #ffd021;
color: #ffffff;
text-shadow: none;
}
.ui.yellow.buttons .button:active,
.ui.yellow.button:active {
background-color: #e3b300;
color: #ffffff;
text-shadow: none;
}
.ui.yellow.buttons .button.active,
.ui.yellow.buttons .button.active:active,
.ui.yellow.button.active,
.ui.yellow.button .button.active:active {
background-color: #edbb00;
color: #ffffff;
text-shadow: none;
}
/* Inverted */
.ui.inverted.yellow.buttons .button,
.ui.inverted.yellow.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
color: #ffffff;
}
.ui.inverted.yellow.buttons .button:hover,
.ui.inverted.yellow.button:hover {
box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
background-color: #ffe21f;
color: rgba(0, 0, 0, 0.8);
}
.ui.inverted.yellow.basic.buttons .button,
.ui.inverted.yellow.buttons .basic.button,
.ui.inverted.yellow.basic.button {
background-color: transparent;
box-shadow: 0px 0px 0px 2px #999999 inset !important;
color: #ffffff;
}
.ui.inverted.yellow.basic.buttons .button:hover,
.ui.inverted.yellow.buttons .basic.button:hover,
.ui.inverted.yellow.basic.button:hover {
box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
color: #ffe21f !important;
}
/*---------------
Positive
----------------*/
.ui.positive.buttons .button,
.ui.positive.button {
background-color: #2ecc40 !important;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.positive.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.positive.buttons .button:hover,
.ui.positive.button:hover,
.ui.positive.buttons .active.button,
.ui.positive.button.active {
background-color: #40d451 !important;
color: #ffffff;
text-shadow: none;
}
.ui.positive.buttons .button:active,
.ui.positive.button:active {
background-color: #27af37 !important;
color: #ffffff;
text-shadow: none;
}
.ui.positive.buttons .button.active,
.ui.positive.buttons .button.active:active,
.ui.positive.button.active,
.ui.positive.button .button.active:active {
background-color: #29b739;
color: #ffffff;
text-shadow: none;
}
/*---------------
Negative
----------------*/
.ui.negative.buttons .button,
.ui.negative.button {
background-color: #ff4136 !important;
color: #ffffff;
text-shadow: none;
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.1));
}
.ui.negative.button {
box-shadow: 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.negative.buttons .button:hover,
.ui.negative.button:hover,
.ui.negative.buttons .active.button,
.ui.negative.button.active {
background-color: #ff5950 !important;
color: #ffffff;
text-shadow: none;
}
.ui.negative.buttons .button:active,
.ui.negative.button:active {
background-color: #ff1f12 !important;
color: #ffffff;
text-shadow: none;
}
.ui.negative.buttons .button.active,
.ui.negative.buttons .button.active:active,
.ui.negative.button.active,
.ui.negative.button .button.active:active {
background-color: #ff291c;
color: #ffffff;
text-shadow: none;
}
/*******************************
Groups
*******************************/
.ui.buttons {
display: inline-block;
vertical-align: middle;
margin: 0em 0.25em 0em 0em;
}
.ui.buttons:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.ui.buttons .button:first-child {
border-left: none;
}
.ui.buttons:not(.basic):not(.inverted) {
box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ui.buttons > .ui.button:not(.basic):not(.inverted),
.ui.buttons:not(.basic):not(.inverted) > .button {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, 0px 0em 0px 0px rgba(0, 0, 0, 0.1) inset;
}
.ui.buttons .button {
margin: 0em;
float: left;
border-radius: 0em;
margin: 0px 0px 0px -1px;
}
.ui.buttons .button:first-child {
margin-left: 0em;
border-top-left-radius: 0.25em;
border-bottom-left-radius: 0.25em;
}
.ui.buttons .button:last-child {
border-top-right-radius: 0.25em;
border-bottom-right-radius: 0.25em;
}
/* Vertical Style */
.ui.vertical.buttons {
display: inline-block;
}
.ui.vertical.buttons .button {
display: block;
float: none;
margin: 0px 0px -1px 0px;
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ui.vertical.buttons .button:first-child,
.ui.vertical.buttons .mini.button:first-child,
.ui.vertical.buttons .tiny.button:first-child,
.ui.vertical.buttons .small.button:first-child,
.ui.vertical.buttons .massive.button:first-child,
.ui.vertical.buttons .huge.button:first-child {
border-radius: 0.25em 0.25em 0px 0px;
}
.ui.vertical.buttons .button:last-child,
.ui.vertical.buttons .mini.button:last-child,
.ui.vertical.buttons .tiny.button:last-child,
.ui.vertical.buttons .small.button:last-child,
.ui.vertical.buttons .massive.button:last-child,
.ui.vertical.buttons .huge.button:last-child,
.ui.vertical.buttons .gigantic.button:last-child {
margin-bottom: 0px;
border-radius: 0px 0px 0.25em 0.25em;
}
/*******************************
Overrides
*******************************/
/*******************************
Overrides
*******************************/