active_frontend 2.1.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/app/assets/images/placeholders/camera.png +0 -0
- data/app/assets/images/placeholders/person.png +0 -0
- data/app/assets/images/placeholders/picture.png +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/javascripts/chart.js +10 -10
- data/vendor/assets/stylesheets/ad.scss +1 -1
- data/vendor/assets/stylesheets/alert.scss +18 -14
- data/vendor/assets/stylesheets/aside.scss +15 -13
- data/vendor/assets/stylesheets/breadcrumb.scss +4 -4
- data/vendor/assets/stylesheets/button.scss +136 -120
- data/vendor/assets/stylesheets/canvas.scss +5 -15
- data/vendor/assets/stylesheets/code.scss +63 -63
- data/vendor/assets/stylesheets/colorpicker.scss +2 -1
- data/vendor/assets/stylesheets/datepicker.scss +14 -14
- data/vendor/assets/stylesheets/dropdown.scss +16 -17
- data/vendor/assets/stylesheets/footer.scss +30 -102
- data/vendor/assets/stylesheets/form.scss +39 -47
- data/vendor/assets/stylesheets/header.scss +119 -113
- data/vendor/assets/stylesheets/label_and_badge.scss +28 -29
- data/vendor/assets/stylesheets/link.scss +9 -9
- data/vendor/assets/stylesheets/list.scss +4 -4
- data/vendor/assets/stylesheets/loader.scss +5 -5
- data/vendor/assets/stylesheets/map.scss +1 -1
- data/vendor/assets/stylesheets/modal.scss +16 -22
- data/vendor/assets/stylesheets/nav_and_tab.scss +25 -26
- data/vendor/assets/stylesheets/navbar.scss +39 -0
- data/vendor/assets/stylesheets/pagination.scss +4 -4
- data/vendor/assets/stylesheets/panel.scss +12 -10
- data/vendor/assets/stylesheets/placeholder.scss +5 -5
- data/vendor/assets/stylesheets/popover.scss +6 -6
- data/vendor/assets/stylesheets/progress.scss +2 -2
- data/vendor/assets/stylesheets/reset.scss +2 -2
- data/vendor/assets/stylesheets/sidebar.scss +8 -11
- data/vendor/assets/stylesheets/spinner.scss +30 -30
- data/vendor/assets/stylesheets/swoggle.scss +15 -15
- data/vendor/assets/stylesheets/table.scss +19 -14
- data/vendor/assets/stylesheets/timepicker.scss +6 -6
- data/vendor/assets/stylesheets/tooltip.scss +5 -5
- data/vendor/assets/stylesheets/trunk.scss +22 -25
- data/vendor/assets/stylesheets/typeahead.scss +1 -1
- data/vendor/assets/stylesheets/typography.scss +12 -12
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7a6d34d16c2131ba12ecb7129ae1d6558de7e84
|
4
|
+
data.tar.gz: 22eade1d957faea329f36731c0aac9d5a4ad2aca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3065b658799e4d47667c93b43a633077ff982966d68fd3cc16e3544a5ec02786d69985f986b7b2aeed52a29b11cae4fd4abb47d59d8d31992660e8d9fec71bea
|
7
|
+
data.tar.gz: 88a821de66be828affac6259c258bd9b32572d9f3e9b0afc40d5cc62455d74cd57e3be75902ab14631bec3d332ba5595ebba7eaa28a18b3177c33af915cc06df
|
data/README.md
CHANGED
Binary file
|
Binary file
|
Binary file
|
@@ -49,7 +49,7 @@
|
|
49
49
|
scaleStartValue: null,
|
50
50
|
|
51
51
|
// String - Colour of the scale line
|
52
|
-
scaleLineColor: "rgba(
|
52
|
+
scaleLineColor: "rgba(243,243,243,1)",
|
53
53
|
|
54
54
|
// Number - Pixel width of the scale line
|
55
55
|
scaleLineWidth: 1,
|
@@ -70,13 +70,13 @@
|
|
70
70
|
scaleFontFamily: "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
|
71
71
|
|
72
72
|
// Number - Scale label font size in pixels
|
73
|
-
scaleFontSize:
|
73
|
+
scaleFontSize: 11,
|
74
74
|
|
75
75
|
// String - Scale label font weight style
|
76
|
-
scaleFontStyle: "
|
76
|
+
scaleFontStyle: "bold",
|
77
77
|
|
78
78
|
// String - Scale label font colour
|
79
|
-
scaleFontColor: "rgba(
|
79
|
+
scaleFontColor: "rgba(34,34,34,1)",
|
80
80
|
|
81
81
|
// Boolean - whether or not the chart should be responsive and resize when the browser does.
|
82
82
|
responsive: true,
|
@@ -91,7 +91,7 @@
|
|
91
91
|
tooltipEvents: ["mousemove", "touchstart", "touchmove", "mouseout"],
|
92
92
|
|
93
93
|
// String - Tooltip background colour
|
94
|
-
tooltipFillColor: "rgba(
|
94
|
+
tooltipFillColor: "rgba(34,34,34,1)",
|
95
95
|
|
96
96
|
// String - Tooltip label font declaration for the scale label
|
97
97
|
tooltipFontFamily: "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
|
@@ -1910,7 +1910,7 @@
|
|
1910
1910
|
scaleShowGridLines : true,
|
1911
1911
|
|
1912
1912
|
//String - Colour of the grid lines
|
1913
|
-
scaleGridLineColor : "rgba(
|
1913
|
+
scaleGridLineColor : "rgba(243,243,243,1)",
|
1914
1914
|
|
1915
1915
|
//Number - Width of the grid lines
|
1916
1916
|
scaleGridLineWidth : 1,
|
@@ -2387,7 +2387,7 @@
|
|
2387
2387
|
scaleShowGridLines : true,
|
2388
2388
|
|
2389
2389
|
//String - Colour of the grid lines
|
2390
|
-
scaleGridLineColor : "rgba(
|
2390
|
+
scaleGridLineColor : "rgba(243,243,243,1)",
|
2391
2391
|
|
2392
2392
|
//Number - Width of the grid lines
|
2393
2393
|
scaleGridLineWidth : 1,
|
@@ -2992,7 +2992,7 @@
|
|
2992
2992
|
scaleBeginAtZero : true,
|
2993
2993
|
|
2994
2994
|
//String - Colour of the angle line
|
2995
|
-
angleLineColor : "rgba(
|
2995
|
+
angleLineColor : "rgba(243,243,243,1)",
|
2996
2996
|
|
2997
2997
|
//Number - Pixel width of the angle line
|
2998
2998
|
angleLineWidth : 1,
|
@@ -3001,13 +3001,13 @@
|
|
3001
3001
|
pointLabelFontFamily : "'Gotham', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",
|
3002
3002
|
|
3003
3003
|
//String - Point label font weight
|
3004
|
-
pointLabelFontStyle : "
|
3004
|
+
pointLabelFontStyle : "bold",
|
3005
3005
|
|
3006
3006
|
//Number - Point label font size in pixels
|
3007
3007
|
pointLabelFontSize : 11,
|
3008
3008
|
|
3009
3009
|
//String - Point label font colour
|
3010
|
-
pointLabelFontColor : "rgba(
|
3010
|
+
pointLabelFontColor : "rgba(34,34,34,1)",
|
3011
3011
|
|
3012
3012
|
//Boolean - Whether to show a dot for each point
|
3013
3013
|
pointDot : true,
|
@@ -13,8 +13,8 @@
|
|
13
13
|
z-index: 1040;
|
14
14
|
}
|
15
15
|
.alert {
|
16
|
-
background: rgba(
|
17
|
-
border-bottom:
|
16
|
+
background: rgba(249,249,249,1);
|
17
|
+
border-bottom: 2px solid rgba(0,0,0,0.02);
|
18
18
|
-moz-box-sizing: border-box;
|
19
19
|
box-sizing: border-box;
|
20
20
|
color: rgba(255,255,255,1);
|
@@ -41,29 +41,33 @@
|
|
41
41
|
|
42
42
|
/* # Colors
|
43
43
|
================================================== */
|
44
|
-
.alert-
|
45
|
-
.alert-notice
|
46
|
-
|
47
|
-
|
44
|
+
.alert-gray,
|
45
|
+
.alert-notice,
|
46
|
+
.alert.alert-gray .alert-close,
|
47
|
+
.alert.alert-notice .alert-close { color: rgba(34,34,34,1) !important; }
|
48
|
+
.alert.alert-gray > a,
|
49
|
+
.alert.alert-notice > a {
|
50
|
+
color: rgba(34,34,34,1);
|
51
|
+
border-bottom-color: rgba(34,34,34,1);
|
48
52
|
}
|
49
53
|
.alert-green,
|
50
54
|
.alert-success {
|
51
|
-
background: rgba(
|
52
|
-
border-color: rgba(
|
55
|
+
background: rgba(27,192,109,1);
|
56
|
+
border-color: rgba(7,172,89,1);
|
53
57
|
}
|
54
58
|
.alert-orange,
|
55
59
|
.alert-warning {
|
56
|
-
background: rgba(
|
57
|
-
border-color: rgba(
|
60
|
+
background: rgba(166,165,71,1);
|
61
|
+
border-color: rgba(146,145,51,1);
|
58
62
|
}
|
59
63
|
.alert-red,
|
60
64
|
.alert-error,
|
61
65
|
.alert-alert {
|
62
|
-
background: rgba(
|
63
|
-
border-color: rgba(
|
66
|
+
background: rgba(225,80,80,1);
|
67
|
+
border-color: rgba(205,60,60,1);
|
64
68
|
}
|
65
69
|
.alert-black,
|
66
70
|
.alert-system {
|
67
|
-
background: rgba(
|
68
|
-
border-color: rgba(
|
71
|
+
background: rgba(54,54,54,1);
|
72
|
+
border-color: rgba(34,34,34,1);
|
69
73
|
}
|
@@ -45,10 +45,10 @@
|
|
45
45
|
right: initial;
|
46
46
|
}
|
47
47
|
.aside-header {
|
48
|
-
background: rgba(
|
49
|
-
border-bottom: 1px solid rgba(
|
48
|
+
background: rgba(24,24,24,1);
|
49
|
+
border-bottom: 1px solid rgba(4,4,4,1);
|
50
50
|
margin: 0;
|
51
|
-
padding:
|
51
|
+
padding: 21px 0px 22px 0px;
|
52
52
|
position: absolute;
|
53
53
|
text-transform: uppercase;
|
54
54
|
text-align: center;
|
@@ -57,9 +57,10 @@
|
|
57
57
|
z-index: 1051;
|
58
58
|
}
|
59
59
|
.aside-header h3 {
|
60
|
-
|
60
|
+
color: rgba(255,255,255,1);
|
61
|
+
font-size: 14px;
|
61
62
|
letter-spacing: 1px;
|
62
|
-
line-height:
|
63
|
+
line-height: 14px;
|
63
64
|
margin: 0;
|
64
65
|
text-transform: uppercase;
|
65
66
|
text-align: center;
|
@@ -76,7 +77,7 @@
|
|
76
77
|
.aside-body p:last-child { margin-bottom: 0; }
|
77
78
|
.aside-footer {
|
78
79
|
background: rgba(255,255,255,1);
|
79
|
-
border-top: 1px solid rgba(
|
80
|
+
border-top: 1px solid rgba(243,243,243,1);
|
80
81
|
bottom: 0;
|
81
82
|
margin-bottom: 0;
|
82
83
|
padding: 0;
|
@@ -94,15 +95,16 @@ input.aside-footer-btn {
|
|
94
95
|
border: 0;
|
95
96
|
-moz-box-sizing: border-box;
|
96
97
|
box-sizing: border-box;
|
97
|
-
color: rgba(
|
98
|
+
color: rgba(34,34,34,1) !important;
|
98
99
|
cursor: pointer;
|
99
100
|
float: left;
|
100
101
|
-webkit-font-smoothing: antialiased;
|
101
|
-
font-weight:
|
102
|
-
font-size:
|
103
|
-
|
102
|
+
font-weight: bold;
|
103
|
+
font-size: 11px;
|
104
|
+
letter-spacing: 1px;
|
105
|
+
line-height: 11px;
|
104
106
|
margin: 0;
|
105
|
-
padding:
|
107
|
+
padding: 22px 0;
|
106
108
|
text-rendering: geometricPrecision;
|
107
109
|
text-transform: uppercase;
|
108
110
|
text-indent: 0;
|
@@ -113,13 +115,13 @@ input.aside-footer-btn {
|
|
113
115
|
.aside-footer-btn[disabled],
|
114
116
|
button.aside-footer-btn[disabled],
|
115
117
|
input.aside-footer-btn[disabled] {
|
116
|
-
color: rgba(
|
118
|
+
color: rgba(200,200,200,1) !important;
|
117
119
|
cursor: not-allowed;
|
118
120
|
}
|
119
121
|
.aside-footer-btn-group > .aside-footer-btn,
|
120
122
|
.aside-footer-btn-group > button.aside-footer-btn
|
121
123
|
.aside-footer-btn-group > input.aside-footer-btn {
|
122
|
-
border-right: 1px solid rgba(
|
124
|
+
border-right: 1px solid rgba(243,243,243,1);
|
123
125
|
width: 50%;
|
124
126
|
}
|
125
127
|
.aside-footer-btn-group > .aside-footer-btn:last-child,
|
@@ -14,10 +14,10 @@
|
|
14
14
|
font-weight: bold;
|
15
15
|
font-size: 13px;
|
16
16
|
}
|
17
|
-
.breadcrumb > li > a { color: rgba(
|
18
|
-
.breadcrumb > li > a:hover { color: rgba(
|
17
|
+
.breadcrumb > li > a { color: rgba(34,34,34,1); }
|
18
|
+
.breadcrumb > li > a:hover { color: rgba(27,192,109,1); }
|
19
19
|
.breadcrumb > li > .divider {
|
20
|
-
color: rgba(
|
20
|
+
color: rgba(34,34,34,1);
|
21
21
|
padding: 0 5px;
|
22
22
|
}
|
23
|
-
.breadcrumb > .active { color: rgba(
|
23
|
+
.breadcrumb > .active { color: rgba(27,192,109,1); }
|
@@ -17,23 +17,24 @@
|
|
17
17
|
.btn {
|
18
18
|
-webkit-appearance: none;
|
19
19
|
-moz-appearance: none;
|
20
|
-
background: rgba(
|
21
|
-
border:
|
22
|
-
border-radius: 2px;
|
20
|
+
background: rgba(249,249,249,1);
|
21
|
+
border: 2px solid rgba(249,249,249,1);
|
23
22
|
-moz-box-sizing: border-box;
|
24
23
|
box-sizing: border-box;
|
25
|
-
color: rgba(
|
24
|
+
color: rgba(34,34,34,1);
|
26
25
|
cursor: pointer;
|
27
26
|
display: inline-block;
|
28
27
|
-webkit-font-smoothing: antialiased;
|
28
|
+
font-size: 11px;
|
29
29
|
font-weight: bold;
|
30
|
-
|
31
|
-
line-height:
|
30
|
+
letter-spacing: 1px;
|
31
|
+
line-height: 11px;
|
32
32
|
margin: 0;
|
33
|
-
padding:
|
33
|
+
padding: 15px 20px;
|
34
|
+
text-align: center;
|
34
35
|
text-decoration: none;
|
35
36
|
text-rendering: geometricPrecision;
|
36
|
-
text-
|
37
|
+
text-transform: uppercase;
|
37
38
|
-webkit-transition: all 0.3s linear;
|
38
39
|
transition: all 0.3s linear;
|
39
40
|
vertical-align: middle;
|
@@ -45,7 +46,10 @@
|
|
45
46
|
.btn:focus,
|
46
47
|
.btn[disabled],
|
47
48
|
.btn[disabled]:hover,
|
48
|
-
.open > .dropdown-toggle.btn {
|
49
|
+
.open > .dropdown-toggle.btn {
|
50
|
+
background: rgba(253,253,253,1);
|
51
|
+
text-decoration: none;
|
52
|
+
}
|
49
53
|
.btn[disabled],
|
50
54
|
.btn[disabled]:hover {
|
51
55
|
cursor: not-allowed;
|
@@ -59,25 +63,13 @@
|
|
59
63
|
|
60
64
|
/* # Sizes
|
61
65
|
================================================== */
|
62
|
-
.btn-large {
|
63
|
-
|
64
|
-
|
65
|
-
padding: 15px 30px;
|
66
|
-
}
|
67
|
-
.btn-medium {
|
68
|
-
font-size: 12px;
|
69
|
-
line-height: 12px;
|
70
|
-
padding: 9px 15px;
|
71
|
-
}
|
72
|
-
.btn-small {
|
73
|
-
font-size: 11px;
|
74
|
-
line-height: 11px;
|
75
|
-
padding: 7px 15px;
|
76
|
-
}
|
66
|
+
.btn-large { padding: 19px 30px; }
|
67
|
+
.btn-medium { padding: 9px 15px 10px 15px; }
|
68
|
+
.btn-small { padding: 7px 15px 8px 15px; }
|
77
69
|
.btn-mini {
|
78
70
|
font-size: 9px;
|
79
71
|
line-height: 9px;
|
80
|
-
padding: 6px 10px;
|
72
|
+
padding: 7px 10px 6px 10px;
|
81
73
|
}
|
82
74
|
.btn-block,
|
83
75
|
button.btn-block,
|
@@ -94,50 +86,106 @@ input.btn-block {
|
|
94
86
|
/* # Colors
|
95
87
|
================================================== */
|
96
88
|
.btn-black {
|
97
|
-
background: rgba(
|
98
|
-
border-color: rgba(
|
89
|
+
background: rgba(34,34,34,1);
|
90
|
+
border-color: rgba(34,34,34,1);
|
99
91
|
color: rgba(255,255,255,1) !important;
|
100
92
|
}
|
93
|
+
.btn-black[disabled],
|
94
|
+
.btn-black[disabled]:hover,
|
95
|
+
.btn-black:active,
|
96
|
+
.btn-black.active,
|
97
|
+
.btn-black:hover,
|
98
|
+
.btn-black:focus,
|
99
|
+
.open > .dropdown-toggle.btn.btn-black { background: rgba(54,54,54,1); }
|
101
100
|
.btn-blue {
|
102
|
-
background: rgba(
|
103
|
-
border-color: rgba(
|
101
|
+
background: rgba(76,143,202,1);
|
102
|
+
border-color: rgba(76,143,202,1);
|
104
103
|
color: rgba(255,255,255,1) !important;
|
105
104
|
}
|
105
|
+
.btn-blue[disabled],
|
106
|
+
.btn-blue[disabled]:hover,
|
107
|
+
.btn-blue:active,
|
108
|
+
.btn-blue.active,
|
109
|
+
.btn-blue:hover,
|
110
|
+
.btn-blue:focus,
|
111
|
+
.open > .dropdown-toggle.btn.btn-blue { background: rgba(96,163,222,1); }
|
106
112
|
.btn-green {
|
107
|
-
background: rgba(
|
108
|
-
border-color: rgba(
|
113
|
+
background: rgba(27,192,109,1);
|
114
|
+
border-color: rgba(27,192,109,1);
|
109
115
|
color: rgba(255,255,255,1) !important;
|
110
116
|
}
|
117
|
+
.btn-green[disabled],
|
118
|
+
.btn-green[disabled]:hover,
|
119
|
+
.btn-green:active,
|
120
|
+
.btn-green.active,
|
121
|
+
.btn-green:hover,
|
122
|
+
.btn-green:focus,
|
123
|
+
.open > .dropdown-toggle.btn.btn-green { background: rgba(47,212,129,1); }
|
111
124
|
.btn-orange {
|
112
|
-
background: rgba(255,
|
113
|
-
border-color: rgba(255,
|
125
|
+
background: rgba(255,154,46,1);
|
126
|
+
border-color: rgba(255,154,46,1);
|
114
127
|
color: rgba(255,255,255,1) !important;
|
115
128
|
}
|
129
|
+
.btn-orange[disabled],
|
130
|
+
.btn-orange[disabled]:hover,
|
131
|
+
.btn-orange:active,
|
132
|
+
.btn-orange.active,
|
133
|
+
.btn-orange:hover,
|
134
|
+
.btn-orange:focus,
|
135
|
+
.open > .dropdown-toggle.btn.btn-orange { background: rgba(255,174,66,1); }
|
116
136
|
.btn-purple {
|
117
|
-
background: rgba(
|
118
|
-
border-color: rgba(
|
137
|
+
background: rgba(110,115,136,1);
|
138
|
+
border-color: rgba(110,115,136,1);
|
119
139
|
color: rgba(255,255,255,1) !important;
|
120
140
|
}
|
141
|
+
.btn-purple[disabled],
|
142
|
+
.btn-purple[disabled]:hover,
|
143
|
+
.btn-purple:active,
|
144
|
+
.btn-purple.active,
|
145
|
+
.btn-purple:hover,
|
146
|
+
.btn-purple:focus,
|
147
|
+
.open > .dropdown-toggle.btn.btn-purple { background: rgba(130,135,156,1); }
|
121
148
|
.btn-red {
|
122
|
-
background: rgba(
|
123
|
-
border-color: rgba(
|
149
|
+
background: rgba(225,80,80,1);
|
150
|
+
border-color: rgba(225,80,80,1);
|
124
151
|
color: rgba(255,255,255,1) !important;
|
125
152
|
}
|
153
|
+
.btn-red[disabled],
|
154
|
+
.btn-red[disabled]:hover,
|
155
|
+
.btn-red:active,
|
156
|
+
.btn-red.active,
|
157
|
+
.btn-red:hover,
|
158
|
+
.btn-red:focus,
|
159
|
+
.open > .dropdown-toggle.btn.btn-red { background: rgba(255,99,88,1); }
|
126
160
|
.btn-smoke {
|
127
|
-
background: rgba(
|
128
|
-
border-color: rgba(
|
161
|
+
background: rgba(100,100,100,1);
|
162
|
+
border-color: rgba(100,100,100,1);
|
129
163
|
color: rgba(255,255,255,1) !important;
|
130
164
|
}
|
165
|
+
.btn-smoke[disabled],
|
166
|
+
.btn-smoke[disabled]:hover,
|
167
|
+
.btn-smoke:active,
|
168
|
+
.btn-smoke.active,
|
169
|
+
.btn-smoke:hover,
|
170
|
+
.btn-smoke:focus,
|
171
|
+
.open > .dropdown-toggle.btn.btn-smoke { background: rgba(120,120,120,1); }
|
131
172
|
.btn-white {
|
132
173
|
background: rgba(255,255,255,1);
|
133
174
|
border-color: rgba(255,255,255,1);
|
134
|
-
color: rgba(
|
175
|
+
color: rgba(200,200,200,1) !important;
|
135
176
|
}
|
136
177
|
.btn-yellow {
|
137
|
-
background: rgba(
|
138
|
-
border-color: rgba(
|
178
|
+
background: rgba(166,165,71,1);
|
179
|
+
border-color: rgba(166,165,71,1);
|
139
180
|
color: rgba(255,255,255,1) !important;
|
140
181
|
}
|
182
|
+
.btn-yellow[disabled],
|
183
|
+
.btn-yellow[disabled]:hover,
|
184
|
+
.btn-yellow:active,
|
185
|
+
.btn-yellow.active,
|
186
|
+
.btn-yellow:hover,
|
187
|
+
.btn-yellow:focus,
|
188
|
+
.open > .dropdown-toggle.btn.btn-yellow { background: rgba(186,185,91,1); }
|
141
189
|
|
142
190
|
/* # Links
|
143
191
|
================================================== */
|
@@ -145,7 +193,7 @@ input.btn-block {
|
|
145
193
|
background: transparent;
|
146
194
|
border-color: transparent;
|
147
195
|
box-shadow: none;
|
148
|
-
color: rgba(
|
196
|
+
color: rgba(200,200,200,1) !important;
|
149
197
|
padding: 0;
|
150
198
|
}
|
151
199
|
.btn-link:active,
|
@@ -155,7 +203,7 @@ input.btn-block {
|
|
155
203
|
.btn-link[disabled],
|
156
204
|
.btn-link[disabled]:hover {
|
157
205
|
background: transparent;
|
158
|
-
color: rgba(
|
206
|
+
color: rgba(34,34,34,1) !important;
|
159
207
|
}
|
160
208
|
|
161
209
|
/* # Icons
|
@@ -164,13 +212,13 @@ input.btn-block {
|
|
164
212
|
font-size: 17px;
|
165
213
|
line-height: 17px;
|
166
214
|
min-width: 42px;
|
167
|
-
padding:
|
215
|
+
padding: 12px 15px;
|
168
216
|
}
|
169
217
|
.btn-large.btn-icon {
|
170
218
|
font-size: 23px;
|
171
219
|
line-height: 22px;
|
172
220
|
min-width: 50px;
|
173
|
-
padding:
|
221
|
+
padding: 13px 15px;
|
174
222
|
}
|
175
223
|
.btn-medium.btn-icon {
|
176
224
|
font-size: 15px;
|
@@ -197,83 +245,91 @@ input.btn-block {
|
|
197
245
|
.btn-outline[disabled],
|
198
246
|
.btn-outline[disabled]:hover {
|
199
247
|
background: transparent;
|
200
|
-
color: rgba(
|
248
|
+
color: rgba(200,200,200,1) !important;
|
201
249
|
}
|
202
250
|
.btn-outline:active,
|
203
251
|
.btn-outline.active,
|
204
252
|
.btn-outline:hover,
|
205
|
-
.btn-outline:focus
|
206
|
-
|
207
|
-
|
253
|
+
.btn-outline:focus,
|
254
|
+
.open > .dropdown-toggle.btn.btn-outline {
|
255
|
+
background: rgba(253,253,253,1);
|
256
|
+
color: rgba(34,34,34,1) !important;
|
208
257
|
}
|
209
258
|
.btn-outline.btn-black,
|
210
259
|
.btn-outline.btn-black[disabled],
|
211
|
-
.btn-outline.btn-black[disabled]:hover { color: rgba(
|
260
|
+
.btn-outline.btn-black[disabled]:hover { color: rgba(34,34,34,1) !important; }
|
212
261
|
.btn-outline.btn-black:active,
|
213
262
|
.btn-outline.btn-black.active,
|
214
263
|
.btn-outline.btn-black:hover,
|
215
|
-
.btn-outline.btn-black:focus
|
216
|
-
|
264
|
+
.btn-outline.btn-black:focus,
|
265
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-black {
|
266
|
+
background: rgba(44,44,44,1);
|
217
267
|
color: rgba(255,255,255,1) !important;
|
218
268
|
}
|
219
269
|
.btn-outline.btn-blue,
|
220
270
|
.btn-outline.btn-blue[disabled],
|
221
|
-
.btn-outline.btn-blue[disabled]:hover { color: rgba(
|
271
|
+
.btn-outline.btn-blue[disabled]:hover { color: rgba(76,143,202,1) !important; }
|
222
272
|
.btn-outline.btn-blue:active,
|
223
273
|
.btn-outline.btn-blue.active,
|
224
274
|
.btn-outline.btn-blue:hover,
|
225
|
-
.btn-outline.btn-blue:focus
|
226
|
-
|
275
|
+
.btn-outline.btn-blue:focus,
|
276
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-blue {
|
277
|
+
background: rgba(96,163,222,1);
|
227
278
|
color: rgba(255,255,255,1) !important;
|
228
279
|
}
|
229
280
|
.btn-outline.btn-green,
|
230
281
|
.btn-outline.btn-green[disabled],
|
231
|
-
.btn-outline.btn-green[disabled]:hover { color: rgba(
|
282
|
+
.btn-outline.btn-green[disabled]:hover { color: rgba(27,192,109,1) !important; }
|
232
283
|
.btn-outline.btn-green:active,
|
233
284
|
.btn-outline.btn-green.active,
|
234
285
|
.btn-outline.btn-green:hover,
|
235
|
-
.btn-outline.btn-green:focus
|
236
|
-
|
286
|
+
.btn-outline.btn-green:focus,
|
287
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-green {
|
288
|
+
background: rgba(47,212,129,1);
|
237
289
|
color: rgba(255,255,255,1) !important;
|
238
290
|
}
|
239
291
|
.btn-outline.btn-orange,
|
240
292
|
.btn-outline.btn-orange[disabled],
|
241
|
-
.btn-outline.btn-orange[disabled]:hover { color: rgba(255,
|
293
|
+
.btn-outline.btn-orange[disabled]:hover { color: rgba(255,154,46,1) !important; }
|
242
294
|
.btn-outline.btn-orange:active,
|
243
295
|
.btn-outline.btn-orange.active,
|
244
296
|
.btn-outline.btn-orange:hover,
|
245
|
-
.btn-outline.btn-orange:focus
|
246
|
-
|
297
|
+
.btn-outline.btn-orange:focus,
|
298
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-orange {
|
299
|
+
background: rgba(255,174,66,1);
|
247
300
|
color: rgba(255,255,255,1) !important;
|
248
301
|
}
|
249
302
|
.btn-outline.btn-purple,
|
250
303
|
.btn-outline.btn-purple[disabled],
|
251
|
-
.btn-outline.btn-purple[disabled]:hover { color: rgba(
|
304
|
+
.btn-outline.btn-purple[disabled]:hover { color: rgba(110,115,136,1) !important; }
|
252
305
|
.btn-outline.btn-purple:active,
|
253
306
|
.btn-outline.btn-purple.active,
|
254
307
|
.btn-outline.btn-purple:hover,
|
255
|
-
.btn-outline.btn-purple:focus
|
256
|
-
|
308
|
+
.btn-outline.btn-purple:focus,
|
309
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-purple {
|
310
|
+
background: rgba(130,135,156,1);
|
257
311
|
color: rgba(255,255,255,1) !important;
|
258
312
|
}
|
259
313
|
.btn-outline.btn-red,
|
260
314
|
.btn-outline.btn-red[disabled],
|
261
|
-
.btn-outline.btn-red[disabled]:hover { color: rgba(
|
315
|
+
.btn-outline.btn-red[disabled]:hover { color: rgba(225,80,80,1) !important; }
|
262
316
|
.btn-outline.btn-red:active,
|
263
317
|
.btn-outline.btn-red.active,
|
264
318
|
.btn-outline.btn-red:hover,
|
265
|
-
.btn-outline.btn-red:focus
|
266
|
-
|
319
|
+
.btn-outline.btn-red:focus,
|
320
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-red {
|
321
|
+
background: rgba(255,99,88,1);
|
267
322
|
color: rgba(255,255,255,1) !important;
|
268
323
|
}
|
269
324
|
.btn-outline.btn-smoke,
|
270
325
|
.btn-outline.btn-smoke[disabled],
|
271
|
-
.btn-outline.btn-smoke[disabled]:hover { color: rgba(
|
326
|
+
.btn-outline.btn-smoke[disabled]:hover { color: rgba(100,100,100,1) !important; }
|
272
327
|
.btn-outline.btn-smoke:active,
|
273
328
|
.btn-outline.btn-smoke.active,
|
274
329
|
.btn-outline.btn-smoke:hover,
|
275
|
-
.btn-outline.btn-smoke:focus
|
276
|
-
|
330
|
+
.btn-outline.btn-smoke:focus,
|
331
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-smoke {
|
332
|
+
background: rgba(120,120,120,1);
|
277
333
|
color: rgba(255,255,255,1) !important;
|
278
334
|
}
|
279
335
|
.btn-outline.btn-white,
|
@@ -282,22 +338,23 @@ input.btn-block {
|
|
282
338
|
.btn-outline.btn-white:active,
|
283
339
|
.btn-outline.btn-white.active,
|
284
340
|
.btn-outline.btn-white:hover,
|
285
|
-
.btn-outline.btn-white:focus
|
341
|
+
.btn-outline.btn-white:focus,
|
342
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-white { color: rgba(34,34,34,1) !important; }
|
286
343
|
.btn-outline.btn-yellow,
|
287
344
|
.btn-outline.btn-yellow[disabled],
|
288
|
-
.btn-outline.btn-yellow[disabled]:hover { color: rgba(
|
345
|
+
.btn-outline.btn-yellow[disabled]:hover { color: rgba(166,165,71,1) !important; }
|
289
346
|
.btn-outline.btn-yellow:active,
|
290
347
|
.btn-outline.btn-yellow.active,
|
291
348
|
.btn-outline.btn-yellow:hover,
|
292
|
-
.btn-outline.btn-yellow:focus
|
293
|
-
|
349
|
+
.btn-outline.btn-yellow:focus,
|
350
|
+
.open > .dropdown-toggle.btn.btn-outline.btn-yellow {
|
351
|
+
background: rgba(186,185,91,1);
|
294
352
|
color: rgba(255,255,255,1) !important;
|
295
353
|
}
|
296
354
|
|
297
355
|
/* # Styles
|
298
356
|
================================================== */
|
299
357
|
.btn-circle { border-radius: 500px; }
|
300
|
-
.btn-uppercase { text-transform: uppercase; }
|
301
358
|
|
302
359
|
/* # Group
|
303
360
|
================================================== */
|
@@ -317,20 +374,10 @@ input.btn-block {
|
|
317
374
|
.btn-group > .dropdown-toggle:not(:first-child) { border-left-color: rgba(0,0,0,0.15); }
|
318
375
|
.btn-group > .btn,
|
319
376
|
.btn-group-vertical > .btn {
|
320
|
-
border-radius: 0;
|
321
377
|
margin-left: -1px;
|
322
378
|
position: relative;
|
323
379
|
}
|
324
|
-
.btn-group > .btn:first-child {
|
325
|
-
border-bottom-left-radius: 2px;
|
326
|
-
border-top-left-radius: 2px;
|
327
|
-
margin-left: 0;
|
328
|
-
}
|
329
|
-
.btn-group > .btn:last-child,
|
330
|
-
.btn-group > .dropdown-toggle {
|
331
|
-
border-bottom-right-radius: 2px;
|
332
|
-
border-top-right-radius: 2px;
|
333
|
-
}
|
380
|
+
.btn-group > .btn:first-child { margin-left: 0; }
|
334
381
|
.btn-group > .btn:active,
|
335
382
|
.btn-group > .btn.active,
|
336
383
|
.btn-group > .btn:hover,
|
@@ -345,23 +392,13 @@ input.btn-block {
|
|
345
392
|
.btn-group-vertical > .btn,
|
346
393
|
.btn-group-vertical > .btn-group,
|
347
394
|
.btn-group-vertical > .btn-group > .btn {
|
348
|
-
border-radius: 0;
|
349
395
|
display: block;
|
350
396
|
margin-left: 0;
|
351
397
|
margin-top: -1px;
|
352
398
|
max-width: 100%;
|
353
399
|
width: 100%;
|
354
400
|
}
|
355
|
-
.btn-group-vertical > .btn:first-child {
|
356
|
-
border-top-right-radius: 2px;
|
357
|
-
border-top-left-radius: 2px;
|
358
|
-
margin-left: 0;
|
359
|
-
}
|
360
|
-
.btn-group-vertical > .btn:last-child,
|
361
|
-
.btn-group-vertical > .dropdown-toggle {
|
362
|
-
border-bottom-right-radius: 2px;
|
363
|
-
border-bottom-left-radius: 2px;
|
364
|
-
}
|
401
|
+
.btn-group-vertical > .btn:first-child { margin-left: 0; }
|
365
402
|
.btn-group-justified {
|
366
403
|
border-collapse: separate;
|
367
404
|
display: table;
|
@@ -404,23 +441,13 @@ input.btn-block {
|
|
404
441
|
.btn-group-responsive > .btn,
|
405
442
|
.btn-group-responsive > .btn-group,
|
406
443
|
.btn-group-responsive > .btn-group > .btn {
|
407
|
-
border-radius: 0;
|
408
444
|
display: block;
|
409
445
|
margin-left: 0;
|
410
446
|
margin-top: -1px;
|
411
447
|
max-width: 100%;
|
412
448
|
width: 100%;
|
413
449
|
}
|
414
|
-
.btn-group-responsive > .btn:first-child {
|
415
|
-
border-top-right-radius: 2px;
|
416
|
-
border-top-left-radius: 2px;
|
417
|
-
margin-left: 0;
|
418
|
-
}
|
419
|
-
.btn-group-responsive > .btn:last-child,
|
420
|
-
.btn-group-responsive > .dropdown-toggle {
|
421
|
-
border-bottom-right-radius: 2px;
|
422
|
-
border-bottom-left-radius: 2px;
|
423
|
-
}
|
450
|
+
.btn-group-responsive > .btn:first-child { margin-left: 0; }
|
424
451
|
.btn-group-vertical-responsive > .btn,
|
425
452
|
.btn-group-vertical-responsive > .btn-group,
|
426
453
|
.btn-group-vertical-responsive > .btn-group > .btn {
|
@@ -430,15 +457,4 @@ input.btn-block {
|
|
430
457
|
max-width: initial;
|
431
458
|
width: initial;
|
432
459
|
}
|
433
|
-
.btn-group-vertical-responsive > .btn:first-child {
|
434
|
-
border-bottom-left-radius: 2px;
|
435
|
-
border-top-right-radius: 0;
|
436
|
-
border-top-left-radius: 2px;
|
437
|
-
}
|
438
|
-
.btn-group-vertical-responsive > .btn:last-child,
|
439
|
-
.btn-group-vertical-responsive > .dropdown-toggle {
|
440
|
-
border-bottom-right-radius: 2px;
|
441
|
-
border-bottom-left-radius: 0;
|
442
|
-
border-top-right-radius: 2px;
|
443
|
-
}
|
444
460
|
}
|