|
|
@ -500,7 +500,7 @@ strong { |
|
|
|
margin-left: 0; |
|
|
|
margin-left: 0; |
|
|
|
overflow: auto; |
|
|
|
overflow: auto; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
border-radius: 12px; |
|
|
|
border-radius: 6px; |
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
-webkit-overflow-scrolling: touch; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -535,7 +535,7 @@ input[type="color"], |
|
|
|
margin-bottom: 10px; |
|
|
|
margin-bottom: 10px; |
|
|
|
line-height: 21px; |
|
|
|
line-height: 21px; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2); |
|
|
|
border: 1px solid #dddddd; |
|
|
|
border-radius: 3px; |
|
|
|
border-radius: 3px; |
|
|
|
outline: none; |
|
|
|
outline: none; |
|
|
|
-webkit-appearance: none; |
|
|
|
-webkit-appearance: none; |
|
|
@ -578,6 +578,9 @@ select { |
|
|
|
margin-bottom: 0; |
|
|
|
margin-bottom: 0; |
|
|
|
background-color: transparent; |
|
|
|
background-color: transparent; |
|
|
|
border-bottom: 1px solid #dddddd; |
|
|
|
border-bottom: 1px solid #dddddd; |
|
|
|
|
|
|
|
border-top: 0; |
|
|
|
|
|
|
|
border-left: 0; |
|
|
|
|
|
|
|
border-right: 0; |
|
|
|
border-radius: 0; |
|
|
|
border-radius: 0; |
|
|
|
-webkit-box-shadow: none; |
|
|
|
-webkit-box-shadow: none; |
|
|
|
box-shadow: none; |
|
|
|
box-shadow: none; |
|
|
@ -625,24 +628,20 @@ select { |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 1.15; |
|
|
|
line-height: 1.15; |
|
|
|
color: white; |
|
|
|
color: #333; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
vertical-align: top; |
|
|
|
vertical-align: top; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
background-color: transparent; |
|
|
|
background-color: white; |
|
|
|
border: 1px solid white; |
|
|
|
border: 1px solid #dddddd; |
|
|
|
border-radius: 4px; |
|
|
|
border-radius: 6px; |
|
|
|
-webkit-transition: background-color, opacity, color; |
|
|
|
|
|
|
|
transition: background-color, opacity, color; |
|
|
|
|
|
|
|
-webkit-transition-duration: 0.2s; |
|
|
|
|
|
|
|
transition-duration: 0.2s; |
|
|
|
|
|
|
|
-webkit-transition-timing-function: linear; |
|
|
|
|
|
|
|
transition-timing-function: linear; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
[class*="button"]:active, [class*="button"].active, [class*="button"].button-filled { |
|
|
|
[class*="button"].button-filled { |
|
|
|
color: #fff; |
|
|
|
|
|
|
|
background-color: white; |
|
|
|
background-color: white; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
[class*="button"]:active, [class*="button"].active { |
|
|
|
|
|
|
|
background-color: #ebebeb; |
|
|
|
|
|
|
|
} |
|
|
|
[class*="button"]:disabled, [class*="button"].disabled, [class*="button"].button-filled:active { |
|
|
|
[class*="button"]:disabled, [class*="button"].disabled, [class*="button"].button-filled:active { |
|
|
|
opacity: .6; |
|
|
|
opacity: .6; |
|
|
|
} |
|
|
|
} |
|
|
@ -652,6 +651,7 @@ select { |
|
|
|
border: 1px solid #428bca; |
|
|
|
border: 1px solid #428bca; |
|
|
|
} |
|
|
|
} |
|
|
|
.button-primary:active, .button-primary.active, .button-primary.button-filled { |
|
|
|
.button-primary:active, .button-primary.active, .button-primary.button-filled { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
background-color: #428bca; |
|
|
|
background-color: #428bca; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -660,6 +660,7 @@ select { |
|
|
|
border: 1px solid #5cb85c; |
|
|
|
border: 1px solid #5cb85c; |
|
|
|
} |
|
|
|
} |
|
|
|
.button-positive:active, .button-positive.active, .button-positive.button-filled { |
|
|
|
.button-positive:active, .button-positive.active, .button-positive.button-filled { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
background-color: #5cb85c; |
|
|
|
background-color: #5cb85c; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -668,6 +669,7 @@ select { |
|
|
|
border: 1px solid #d9534f; |
|
|
|
border: 1px solid #d9534f; |
|
|
|
} |
|
|
|
} |
|
|
|
.button-negative:active, .button-negative.active, .button-negative.button-filled { |
|
|
|
.button-negative:active, .button-negative.active, .button-negative.button-filled { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
background-color: #d9534f; |
|
|
|
background-color: #d9534f; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -676,8 +678,7 @@ select { |
|
|
|
border: none; |
|
|
|
border: none; |
|
|
|
} |
|
|
|
} |
|
|
|
.button-link:active, .button-link.active { |
|
|
|
.button-link:active, .button-link.active { |
|
|
|
color: #428bca; |
|
|
|
color: #3071a9; |
|
|
|
opacity: .3; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.button-link.button-filled { |
|
|
|
.button-link.button-filled { |
|
|
|
background-color: transparent; |
|
|
|
background-color: transparent; |
|
|
@ -699,6 +700,7 @@ select { |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 44px; |
|
|
|
line-height: 44px; |
|
|
|
color: #428bca; |
|
|
|
color: #428bca; |
|
|
|
|
|
|
|
background-color: transparent; |
|
|
|
border: 0; |
|
|
|
border: 0; |
|
|
|
-webkit-transition: opacity 0.2s linear; |
|
|
|
-webkit-transition: opacity 0.2s linear; |
|
|
|
transition: opacity 0.2s linear; |
|
|
|
transition: opacity 0.2s linear; |
|
|
@ -818,14 +820,13 @@ input[type="button"] { |
|
|
|
|
|
|
|
|
|
|
|
[class*="badge"] { |
|
|
|
[class*="badge"] { |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
color: white; |
|
|
|
color: #333; |
|
|
|
} |
|
|
|
} |
|
|
|
[class*="badge"].badge-filled { |
|
|
|
[class*="badge"].badge-filled { |
|
|
|
padding: 2px 9px; |
|
|
|
padding: 2px 9px; |
|
|
|
color: #fff; |
|
|
|
|
|
|
|
font-size: 13px; |
|
|
|
font-size: 13px; |
|
|
|
line-height: 1; |
|
|
|
line-height: 1; |
|
|
|
background-color: white; |
|
|
|
background-color: rgba(0, 0, 0, 0.15); |
|
|
|
border-radius: 100px; |
|
|
|
border-radius: 100px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -833,6 +834,7 @@ input[type="button"] { |
|
|
|
color: #428bca; |
|
|
|
color: #428bca; |
|
|
|
} |
|
|
|
} |
|
|
|
.badge-primary.badge-filled { |
|
|
|
.badge-primary.badge-filled { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
background-color: #428bca; |
|
|
|
background-color: #428bca; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -840,6 +842,7 @@ input[type="button"] { |
|
|
|
color: #5cb85c; |
|
|
|
color: #5cb85c; |
|
|
|
} |
|
|
|
} |
|
|
|
.badge-positive.badge-filled { |
|
|
|
.badge-positive.badge-filled { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
background-color: #5cb85c; |
|
|
|
background-color: #5cb85c; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -847,6 +850,7 @@ input[type="button"] { |
|
|
|
color: #d9534f; |
|
|
|
color: #d9534f; |
|
|
|
} |
|
|
|
} |
|
|
|
.badge-negative.badge-filled { |
|
|
|
.badge-negative.badge-filled { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
background-color: #d9534f; |
|
|
|
background-color: #d9534f; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -859,7 +863,7 @@ input[type="button"] { |
|
|
|
|
|
|
|
|
|
|
|
.button-filled .badge-filled, |
|
|
|
.button-filled .badge-filled, |
|
|
|
[class*="button"]:active .badge-filled { |
|
|
|
[class*="button"]:active .badge-filled { |
|
|
|
background-color: rgba(0, 0, 0, 0.2); |
|
|
|
background-color: rgba(0, 0, 0, 0.15); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.button-block [class*="badge"] { |
|
|
|
.button-block [class*="badge"] { |
|
|
|