flashgrid 2.3.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/flashgrid/version.rb +1 -1
- data/vendor/assets/javascripts/affix.js +2 -2
- data/vendor/assets/javascripts/collapse.js +6 -3
- data/vendor/assets/javascripts/modal.js +3 -3
- data/vendor/assets/javascripts/tooltip.js +9 -4
- data/vendor/assets/stylesheets/ad.css.scss +1 -1
- data/vendor/assets/stylesheets/alert.css.scss +3 -3
- data/vendor/assets/stylesheets/breadcrumb.css.scss +3 -3
- data/vendor/assets/stylesheets/button.css.scss +54 -35
- data/vendor/assets/stylesheets/code.css.scss +56 -56
- data/vendor/assets/stylesheets/datepicker.css.scss +16 -12
- data/vendor/assets/stylesheets/dropdown.css.scss +3 -3
- data/vendor/assets/stylesheets/footer.css.scss +6 -6
- data/vendor/assets/stylesheets/form.css.scss +25 -25
- data/vendor/assets/stylesheets/header.css.scss +8 -8
- data/vendor/assets/stylesheets/image.css.scss +1 -1
- data/vendor/assets/stylesheets/label_and_badge.css.scss +2 -2
- data/vendor/assets/stylesheets/link.css.scss +3 -3
- data/vendor/assets/stylesheets/list.css.scss +4 -4
- data/vendor/assets/stylesheets/map.css.scss +1 -1
- data/vendor/assets/stylesheets/modal.css.scss +4 -4
- data/vendor/assets/stylesheets/nav_and_tab.css.scss +18 -18
- data/vendor/assets/stylesheets/pagination.css.scss +3 -3
- data/vendor/assets/stylesheets/panel.css.scss +9 -9
- data/vendor/assets/stylesheets/placeholder.css.scss +3 -3
- data/vendor/assets/stylesheets/popover.css.scss +7 -7
- data/vendor/assets/stylesheets/progress.css.scss +2 -2
- data/vendor/assets/stylesheets/reset.css.scss +2 -2
- data/vendor/assets/stylesheets/switch.css.scss +10 -10
- data/vendor/assets/stylesheets/table.css.scss +8 -8
- data/vendor/assets/stylesheets/timepicker.css.scss +5 -5
- data/vendor/assets/stylesheets/tooltip.css.scss +5 -5
- data/vendor/assets/stylesheets/trunk.css.scss +1 -1
- data/vendor/assets/stylesheets/typography.css.scss +6 -6
- metadata +2 -2
@@ -14,7 +14,7 @@
|
|
14
14
|
.nav > .pull-left { float: left; }
|
15
15
|
.nav > .pull-right { float: right; }
|
16
16
|
.nav > li > a {
|
17
|
-
color: rgba(
|
17
|
+
color: rgba(136,153,166,1);
|
18
18
|
display: block;
|
19
19
|
font-size: 14px;
|
20
20
|
font-weight: bold;
|
@@ -26,7 +26,7 @@
|
|
26
26
|
text-decoration: none;
|
27
27
|
}
|
28
28
|
.nav-header {
|
29
|
-
background: rgba(
|
29
|
+
background: rgba(15,135,226,1);
|
30
30
|
border-top-right-radius: 3px;
|
31
31
|
border-top-left-radius: 3px;
|
32
32
|
color: rgba(255,255,255,1);
|
@@ -48,19 +48,19 @@
|
|
48
48
|
margin-left: -15px;
|
49
49
|
}
|
50
50
|
.nav-list > li > a {
|
51
|
-
color: rgba(
|
51
|
+
color: rgba(136,153,166,1);
|
52
52
|
padding: 11px 15px 11px 15px;
|
53
53
|
font-weight: bold;
|
54
54
|
}
|
55
|
-
.nav-list > li > a:hover { background: rgba(
|
55
|
+
.nav-list > li > a:hover { background: rgba(235,238,240,1); }
|
56
56
|
.nav-list > .active > a,
|
57
57
|
.nav-list > .active > a:hover,
|
58
58
|
.nav-list > .active > a:focus {
|
59
|
-
background: rgba(
|
59
|
+
background: rgba(245,248,250,1);
|
60
60
|
color: rgba(71,74,84,1);
|
61
61
|
}
|
62
62
|
.nav-list .divider {
|
63
|
-
background: rgba(
|
63
|
+
background: rgba(225,232,237,1);
|
64
64
|
height: 1px;
|
65
65
|
margin: 10px 0 10px 0;
|
66
66
|
overflow: hidden;
|
@@ -75,7 +75,7 @@
|
|
75
75
|
}
|
76
76
|
.nav-tabs:after,
|
77
77
|
.nav-pills:after { clear: both; }
|
78
|
-
.nav-tabs { border-bottom: 1px solid rgba(
|
78
|
+
.nav-tabs { border-bottom: 1px solid rgba(235,238,240,1); }
|
79
79
|
.nav-tabs > li,
|
80
80
|
.nav-pills > li { float: left; }
|
81
81
|
.nav-tabs > li > a {
|
@@ -86,30 +86,30 @@
|
|
86
86
|
.nav-tabs > .active > a,
|
87
87
|
.nav-tabs > .active > a:hover,
|
88
88
|
.nav-tabs > .active > a:focus {
|
89
|
-
border-bottom-color: rgba(
|
90
|
-
color: rgba(
|
89
|
+
border-bottom-color: rgba(235,238,240,1);
|
90
|
+
color: rgba(15,135,226,1);
|
91
91
|
}
|
92
92
|
.nav-tabs .open a.dropdown-toggle { background: transparent; }
|
93
93
|
.nav-pills > li > a {
|
94
|
-
background: rgba(
|
94
|
+
background: rgba(245,248,250,1);
|
95
95
|
border-radius: 2px;
|
96
|
-
color: rgba(
|
96
|
+
color: rgba(136,153,166,1);
|
97
97
|
margin-right: 3px;
|
98
98
|
padding: 9px 10px 9px 10px;
|
99
99
|
}
|
100
|
-
.nav-pills > li > a:hover { background: rgba(
|
100
|
+
.nav-pills > li > a:hover { background: rgba(235,238,240,1); }
|
101
101
|
.nav-pills > .active > a,
|
102
102
|
.nav-pills > .active > a:hover,
|
103
103
|
.nav-pills > .active > a:focus {
|
104
|
-
background: rgba(
|
104
|
+
background: rgba(15,135,226,1);
|
105
105
|
color: rgba(255,255,255,1);
|
106
106
|
}
|
107
107
|
.nav-stacked > li { float: none; }
|
108
108
|
.nav-stacked > li > a { margin-right: 0; }
|
109
109
|
.nav-tabs.nav-stacked { border-bottom: 0; }
|
110
110
|
.nav-tabs.nav-stacked > li > a {
|
111
|
-
background: rgba(
|
112
|
-
color: rgba(
|
111
|
+
background: rgba(245,248,250,1);
|
112
|
+
color: rgba(136,153,166,1);
|
113
113
|
padding: 10px 10px 8px 10px;
|
114
114
|
}
|
115
115
|
.nav-tabs.nav-stacked > li:first-child > a {
|
@@ -122,14 +122,14 @@
|
|
122
122
|
}
|
123
123
|
.nav-tabs.nav-stacked > li > a:hover,
|
124
124
|
.nav-tabs.nav-stacked > li > a:focus {
|
125
|
-
background: rgba(
|
125
|
+
background: rgba(235,238,240,1);
|
126
126
|
color: rgba(71,74,84,1);
|
127
127
|
z-index: 2;
|
128
128
|
}
|
129
129
|
.nav-tabs.nav-stacked > .active > a,
|
130
130
|
.nav-tabs.nav-stacked > .active > a:hover,
|
131
131
|
.nav-tabs.nav-stacked > .active > a:focus {
|
132
|
-
background: rgba(
|
132
|
+
background: rgba(15,135,226,1);
|
133
133
|
color: rgba(255,255,255,1);
|
134
134
|
border-bottom: 0;
|
135
135
|
padding: 10px 10px 10px 10px;
|
@@ -143,7 +143,7 @@
|
|
143
143
|
.nav-pills .open .dropdown-toggle,
|
144
144
|
.nav > li.dropdown.open.active > a:hover,
|
145
145
|
.nav > li.dropdown.open.active > a:focus {
|
146
|
-
background: rgba(
|
146
|
+
background: rgba(235,238,240,1);
|
147
147
|
color: rgba(71,74,84,1);
|
148
148
|
}
|
149
149
|
|
@@ -17,7 +17,7 @@
|
|
17
17
|
margin-right: 2px;
|
18
18
|
}
|
19
19
|
.pagination ul > li > a {
|
20
|
-
background: rgba(
|
20
|
+
background: rgba(245,248,250,1);
|
21
21
|
border-radius: 500px;
|
22
22
|
color: rgba(43,50,53,1);
|
23
23
|
min-width: 8px;
|
@@ -26,9 +26,9 @@
|
|
26
26
|
text-decoration: none;
|
27
27
|
}
|
28
28
|
.pagination ul > li > a:hover,
|
29
|
-
.pagination ul > li > a:focus { background: rgba(
|
29
|
+
.pagination ul > li > a:focus { background: rgba(235,238,240,1); }
|
30
30
|
.pagination ul > .active {
|
31
|
-
background: rgba(
|
31
|
+
background: rgba(15,135,226,1);
|
32
32
|
border-radius: 500px;
|
33
33
|
color: rgba(255,255,255,1);
|
34
34
|
min-width: 8px;
|
@@ -6,7 +6,7 @@
|
|
6
6
|
================================================== */
|
7
7
|
.panel {
|
8
8
|
background: rgba(255,255,255,1);
|
9
|
-
border: 1px solid rgba(
|
9
|
+
border: 1px solid rgba(225,232,237,1);
|
10
10
|
border-radius: 3px;
|
11
11
|
margin-bottom: 20px;
|
12
12
|
}
|
@@ -62,7 +62,7 @@
|
|
62
62
|
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
63
63
|
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 2px; }
|
64
64
|
.panel > .panel-body + .table,
|
65
|
-
.panel > .panel-body + .table-responsive { border-top: 1px solid rgba(
|
65
|
+
.panel > .panel-body + .table-responsive { border-top: 1px solid rgba(225,232,237,1); }
|
66
66
|
.panel > .table > tbody:first-child th,
|
67
67
|
.panel > .table > tbody:first-child td { border-top: 0; }
|
68
68
|
.panel > .table-bordered,
|
@@ -120,8 +120,8 @@
|
|
120
120
|
margin-bottom: 0;
|
121
121
|
}
|
122
122
|
.panel-header {
|
123
|
-
background: rgba(
|
124
|
-
border-bottom: 1px solid rgba(
|
123
|
+
background: rgba(245,248,250,1);
|
124
|
+
border-bottom: 1px solid rgba(225,232,237,1);
|
125
125
|
border-top-right-radius: 3px;
|
126
126
|
border-top-left-radius: 3px;
|
127
127
|
padding: 10px 15px;
|
@@ -137,10 +137,10 @@
|
|
137
137
|
margin-top: 0;
|
138
138
|
}
|
139
139
|
.panel-title > a { color: rgba(71,74,84,1); }
|
140
|
-
.panel-title > a:hover { color: rgba(
|
140
|
+
.panel-title > a:hover { color: rgba(15,135,226,1); }
|
141
141
|
.panel-footer {
|
142
|
-
background: rgba(
|
143
|
-
border-top: 1px solid rgba(
|
142
|
+
background: rgba(245,248,250,1);
|
143
|
+
border-top: 1px solid rgba(225,232,237,1);
|
144
144
|
border-bottom-right-radius: 3px;
|
145
145
|
border-bottom-left-radius: 3px;
|
146
146
|
padding: 12px 15px 8px 15px;
|
@@ -153,6 +153,6 @@
|
|
153
153
|
}
|
154
154
|
.panel-group .panel + .panel { margin-top: 5px; }
|
155
155
|
.panel-group .panel-header { border-bottom: 0; }
|
156
|
-
.panel-group .panel-header + .panel-collapse .panel-body { border-top: 1px solid rgba(
|
156
|
+
.panel-group .panel-header + .panel-collapse .panel-body { border-top: 1px solid rgba(225,232,237,1); }
|
157
157
|
.panel-group .panel-footer { border-top: 0; }
|
158
|
-
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(
|
158
|
+
.panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid rgba(225,232,237,1); }
|
@@ -7,7 +7,7 @@
|
|
7
7
|
================================================== */
|
8
8
|
.placeholder { text-align: center; }
|
9
9
|
.placeholder i {
|
10
|
-
background: rgba(
|
10
|
+
background: rgba(15,135,226,1);
|
11
11
|
border-radius: 500px;
|
12
12
|
color: rgba(255,255,255,1);
|
13
13
|
font-size: 86px;
|
@@ -17,14 +17,14 @@
|
|
17
17
|
}
|
18
18
|
.placeholder-large i {
|
19
19
|
background: transparent;
|
20
|
-
color: rgba(
|
20
|
+
color: rgba(15,135,226,0.60);
|
21
21
|
font-size: 256px;
|
22
22
|
height: initial;
|
23
23
|
line-height: 256px;
|
24
24
|
width: initial;
|
25
25
|
}
|
26
26
|
.placeholder-divider {
|
27
|
-
background: rgba(
|
27
|
+
background: rgba(245,248,250,1);
|
28
28
|
border-radius: 500px;
|
29
29
|
height: 8px;
|
30
30
|
margin: 20px auto;
|
@@ -7,7 +7,7 @@
|
|
7
7
|
.popover {
|
8
8
|
background-clip: padding-box;
|
9
9
|
background: rgba(255,255,255,1);
|
10
|
-
border: 1px solid rgba(
|
10
|
+
border: 1px solid rgba(225,232,237,1);
|
11
11
|
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
|
12
12
|
display: none;
|
13
13
|
float: none;
|
@@ -28,8 +28,8 @@
|
|
28
28
|
.popover.bottom { margin-top: 10px; }
|
29
29
|
.popover.left { margin-left: -10px; }
|
30
30
|
.popover-title {
|
31
|
-
background: rgba(
|
32
|
-
border-bottom: 1px solid rgba(
|
31
|
+
background: rgba(235,238,240,1);
|
32
|
+
border-bottom: 1px solid rgba(225,232,237,1);
|
33
33
|
color: rgba(71,74,84,1);
|
34
34
|
font-size: 14px;
|
35
35
|
font-weight: bold;
|
@@ -64,7 +64,7 @@
|
|
64
64
|
content: "";
|
65
65
|
}
|
66
66
|
.popover.top .arrow {
|
67
|
-
border-top-color: rgba(
|
67
|
+
border-top-color: rgba(235,238,240,1);
|
68
68
|
border-bottom-width: 0;
|
69
69
|
bottom: -11px;
|
70
70
|
left: 50%;
|
@@ -77,7 +77,7 @@
|
|
77
77
|
margin-left: -10px;
|
78
78
|
}
|
79
79
|
.popover.right .arrow {
|
80
|
-
border-right-color: rgba(
|
80
|
+
border-right-color: rgba(235,238,240,1);
|
81
81
|
border-left-width: 0;
|
82
82
|
left: -11px;
|
83
83
|
margin-top: -11px;
|
@@ -90,7 +90,7 @@
|
|
90
90
|
left: 1px;
|
91
91
|
}
|
92
92
|
.popover.bottom .arrow {
|
93
|
-
border-bottom-color: rgba(
|
93
|
+
border-bottom-color: rgba(235,238,240,1);
|
94
94
|
border-top-width: 0;
|
95
95
|
left: 50%;
|
96
96
|
margin-left: -11px;
|
@@ -103,7 +103,7 @@
|
|
103
103
|
top: 1px;
|
104
104
|
}
|
105
105
|
.popover.left .arrow {
|
106
|
-
border-left-color: rgba(
|
106
|
+
border-left-color: rgba(235,238,240,1);
|
107
107
|
border-right-width: 0;
|
108
108
|
margin-top: -11px;
|
109
109
|
right: -11px;
|
@@ -5,13 +5,13 @@
|
|
5
5
|
/* #Progress
|
6
6
|
================================================== */
|
7
7
|
.progress {
|
8
|
-
background: rgba(
|
8
|
+
background: rgba(245,248,250,1);
|
9
9
|
border-radius: 500px;
|
10
10
|
height: 25px;
|
11
11
|
overflow: hidden;
|
12
12
|
}
|
13
13
|
.progress .bar {
|
14
|
-
background: rgba(
|
14
|
+
background: rgba(15,135,226,1);
|
15
15
|
box-sizing: border-box;
|
16
16
|
color: rgba(255,255,255,1);
|
17
17
|
float: left;
|
@@ -23,7 +23,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
23
23
|
font-weight: normal;
|
24
24
|
}
|
25
25
|
abbr, acronym {
|
26
|
-
border-bottom: 1px dotted rgba(
|
26
|
+
border-bottom: 1px dotted rgba(43,50,53,1);
|
27
27
|
font-variant: normal;
|
28
28
|
}
|
29
29
|
caption, th { text-align: left; }
|
@@ -39,7 +39,7 @@ button, input, textarea, select {
|
|
39
39
|
}
|
40
40
|
html,
|
41
41
|
body {
|
42
|
-
color: rgba(
|
42
|
+
color: rgba(43,50,53,1);
|
43
43
|
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
|
44
44
|
-webkit-font-smoothing: antialiased;
|
45
45
|
font-smooth: always;
|
@@ -14,8 +14,8 @@
|
|
14
14
|
z-index: -1;
|
15
15
|
}
|
16
16
|
.switch {
|
17
|
-
background: rgba(
|
18
|
-
border: 1px solid rgba(
|
17
|
+
background: rgba(245,248,250,1);
|
18
|
+
border: 1px solid rgba(225,232,237,1);
|
19
19
|
border-radius: 500px;
|
20
20
|
color: rgba(43,50,53,1);
|
21
21
|
cursor: pointer;
|
@@ -82,20 +82,20 @@
|
|
82
82
|
.switch.switch-on.switch-green,
|
83
83
|
.switch.switch-on.switch-red { color: rgba(255,255,255,1); }
|
84
84
|
.switch.switch-on.switch-black {
|
85
|
-
background: rgba(
|
86
|
-
border-color: rgba(
|
85
|
+
background: rgba(56,67,81,1);
|
86
|
+
border-color: rgba(6,17,31,1);
|
87
87
|
}
|
88
88
|
.switch.switch-on.switch-blue {
|
89
|
-
background: rgba(
|
90
|
-
border-color: rgba(
|
89
|
+
background: rgba(15,135,226,1);
|
90
|
+
border-color: rgba(0,120,211,1);
|
91
91
|
}
|
92
92
|
.switch.switch-on.switch-green {
|
93
|
-
background: rgba(
|
94
|
-
border-color: rgba(
|
93
|
+
background: rgba(112,169,13,1);
|
94
|
+
border-color: rgba(74,153,0,1);
|
95
95
|
}
|
96
96
|
.switch.switch-on.switch-red {
|
97
|
-
background: rgba(
|
98
|
-
border-color: rgba(
|
97
|
+
background: rgba(218,79,46,1);
|
98
|
+
border-color: rgba(188,49,16,1);
|
99
99
|
}
|
100
100
|
.switch.switch-animate > div {
|
101
101
|
-webkit-transition: margin-left 0.5s;
|
@@ -15,7 +15,7 @@ table {
|
|
15
15
|
.table th,
|
16
16
|
.table td {
|
17
17
|
background: rgba(255,255,255,1);
|
18
|
-
border-top: 1px solid rgba(
|
18
|
+
border-top: 1px solid rgba(225,232,237,1);
|
19
19
|
font-size: 16px;
|
20
20
|
line-height: 25px;
|
21
21
|
padding: 9px 10px 6px 10px;
|
@@ -24,7 +24,7 @@ table {
|
|
24
24
|
}
|
25
25
|
.table th,
|
26
26
|
.table tfoot td {
|
27
|
-
background: rgba(
|
27
|
+
background: rgba(235,238,240,1);
|
28
28
|
color: rgba(71,74,84,1);
|
29
29
|
font-size: 15px;
|
30
30
|
font-weight: bold;
|
@@ -39,7 +39,7 @@ table {
|
|
39
39
|
.table colgroup + thead tr:first-child td,
|
40
40
|
.table thead:first-child tr:first-child th,
|
41
41
|
.table thead:first-child tr:first-child td { border-top: 0; }
|
42
|
-
.table tbody + tbody { border-top: 2px solid rgba(
|
42
|
+
.table tbody + tbody { border-top: 2px solid rgba(225,232,237,1); }
|
43
43
|
.table .table { background: rgba(255,255,255,1); }
|
44
44
|
.table-condensed th,
|
45
45
|
.table-condensed tfoot td {
|
@@ -51,12 +51,12 @@ table {
|
|
51
51
|
padding: 5px 5px 3px 5px;
|
52
52
|
}
|
53
53
|
.table-bordered {
|
54
|
-
border: 1px solid rgba(
|
54
|
+
border: 1px solid rgba(225,232,237,1);
|
55
55
|
border-collapse: separate;
|
56
56
|
border-left: 0;
|
57
57
|
}
|
58
58
|
.table-bordered th,
|
59
|
-
.table-bordered td { border-left: 1px solid rgba(
|
59
|
+
.table-bordered td { border-left: 1px solid rgba(225,232,237,1); }
|
60
60
|
.table-bordered caption + thead tr:first-child th,
|
61
61
|
.table-bordered caption + tbody tr:first-child th,
|
62
62
|
.table-bordered caption + tbody tr:first-child td,
|
@@ -67,9 +67,9 @@ table {
|
|
67
67
|
.table-bordered tbody:first-child tr:first-child th,
|
68
68
|
.table-bordered tbody:first-child tr:first-child td { border-top: 0; }
|
69
69
|
.table-striped tbody > tr:nth-child(odd) > td,
|
70
|
-
.table-striped tbody > tr:nth-child(odd) > th { background: rgba(
|
70
|
+
.table-striped tbody > tr:nth-child(odd) > th { background: rgba(245,248,250,1); }
|
71
71
|
.table-hover tbody tr:hover > td,
|
72
|
-
.table-hover tbody tr:hover > th { background: rgba(240,
|
72
|
+
.table-hover tbody tr:hover > th { background: rgba(240,243,245,1); }
|
73
73
|
.table-unbordered,
|
74
74
|
.table-unbordered thead,
|
75
75
|
.table-unbordered tbody,
|
@@ -88,7 +88,7 @@ table {
|
|
88
88
|
overflow: scroll;
|
89
89
|
-webkit-overflow-scrolling: touch;
|
90
90
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
91
|
-
border: 1px solid rgba(
|
91
|
+
border: 1px solid rgba(225,232,237,1);
|
92
92
|
}
|
93
93
|
.table-responsive > .table > thead > tr > th,
|
94
94
|
.table-responsive > .table > tbody > tr > th,
|
@@ -12,7 +12,7 @@
|
|
12
12
|
z-index: 1060;
|
13
13
|
}
|
14
14
|
.timepicker-widget.dropdown-menu:before {
|
15
|
-
border-bottom: 7px solid rgba(
|
15
|
+
border-bottom: 7px solid rgba(245,248,250,1);
|
16
16
|
border-right: 7px solid transparent;
|
17
17
|
border-left: 7px solid transparent;
|
18
18
|
content: "";
|
@@ -20,7 +20,7 @@
|
|
20
20
|
position: absolute;
|
21
21
|
}
|
22
22
|
.timepicker-widget.dropdown-menu:after {
|
23
|
-
border-bottom: 6px solid rgba(
|
23
|
+
border-bottom: 6px solid rgba(245,248,250,1);
|
24
24
|
border-right: 6px solid transparent;
|
25
25
|
border-left: 6px solid transparent;
|
26
26
|
content: "";
|
@@ -36,12 +36,12 @@
|
|
36
36
|
.timepicker-widget.timepicker-orient-bottom:before {
|
37
37
|
bottom: -7px;
|
38
38
|
border-bottom: 0;
|
39
|
-
border-top: 7px solid rgba(
|
39
|
+
border-top: 7px solid rgba(245,248,250,1);
|
40
40
|
}
|
41
41
|
.timepicker-widget.timepicker-orient-bottom:after {
|
42
42
|
bottom: -6px;
|
43
43
|
border-bottom: 0;
|
44
|
-
border-top: 6px solid rgba(
|
44
|
+
border-top: 6px solid rgba(245,248,250,1);
|
45
45
|
}
|
46
46
|
.timepicker-widget a.btn,
|
47
47
|
.timepicker-widget input { border-radius: 3px; }
|
@@ -65,7 +65,7 @@
|
|
65
65
|
width: 100%;
|
66
66
|
}
|
67
67
|
.timepicker-widget table td a:hover {
|
68
|
-
color: rgba(
|
68
|
+
color: rgba(15,135,226,1);
|
69
69
|
text-decoration: none;
|
70
70
|
}
|
71
71
|
.timepicker-widget table td input {
|
@@ -43,7 +43,7 @@
|
|
43
43
|
padding: 0 5px;
|
44
44
|
}
|
45
45
|
.tooltip-inner {
|
46
|
-
background: rgba(
|
46
|
+
background: rgba(56,67,81,1);
|
47
47
|
border-radius: 3px;
|
48
48
|
color: rgba(255,255,255,1);
|
49
49
|
letter-spacing: 0;
|
@@ -61,28 +61,28 @@
|
|
61
61
|
width: 0;
|
62
62
|
}
|
63
63
|
.tooltip.top .tooltip-arrow {
|
64
|
-
border-top-color: rgba(
|
64
|
+
border-top-color: rgba(56,67,81,1);
|
65
65
|
border-width: 5px 5px 0;
|
66
66
|
bottom: 0;
|
67
67
|
left: 50%;
|
68
68
|
margin-left: -5px;
|
69
69
|
}
|
70
70
|
.tooltip.right .tooltip-arrow {
|
71
|
-
border-right-color: rgba(
|
71
|
+
border-right-color: rgba(56,67,81,1);
|
72
72
|
border-width: 5px 5px 5px 0;
|
73
73
|
left: 0;
|
74
74
|
margin-top: -5px;
|
75
75
|
top: 50%;
|
76
76
|
}
|
77
77
|
.tooltip.left .tooltip-arrow {
|
78
|
-
border-left-color: rgba(
|
78
|
+
border-left-color: rgba(56,67,81,1);
|
79
79
|
border-width: 5px 0 5px 5px;
|
80
80
|
margin-top: -5px;
|
81
81
|
right: 0;
|
82
82
|
top: 50%;
|
83
83
|
}
|
84
84
|
.tooltip.bottom .tooltip-arrow {
|
85
|
-
border-bottom-color: rgba(
|
85
|
+
border-bottom-color: rgba(56,67,81,1);
|
86
86
|
border-width: 0 5px 5px;
|
87
87
|
left: 50%;
|
88
88
|
margin-left: -5px;
|