1
1
@charset "UTF-8" ;
2
- /*! ChuckCSS v4.0.0 */
2
+ /*! ChuckCSS v4.0.1 */
3
3
/*
4
4
== ChuckCSS Framework : Light version ==
5
5
@What: A mobile-first, responsive CSS framework, compiled with LESS and Autoprefixer, based on FlexBox grids
@@ -589,6 +589,11 @@ li {
589
589
list-style : disc inside;
590
590
}
591
591
/* define text selection */
592
+ ::-moz-selection {
593
+ background : # 3a3a3a ;
594
+ text-shadow : none;
595
+ color : white;
596
+ }
592
597
::selection {
593
598
background : # 3a3a3a ;
594
599
text-shadow : none;
@@ -917,6 +922,11 @@ button.cc-loading {
917
922
cursor : not-allowed;
918
923
pointer-events : none;
919
924
}
925
+ a .btn .cc-loading ::-moz-selection ,
926
+ button .cc-loading ::-moz-selection {
927
+ background : transparent;
928
+ color : transparent;
929
+ }
920
930
a .btn .cc-loading ::selection ,
921
931
button .cc-loading ::selection {
922
932
background : transparent;
@@ -1046,7 +1056,6 @@ table.cc-unbordered thead tr th {
1046
1056
@media screen and (max-width : 767px ) {
1047
1057
table .cc-responsive {
1048
1058
display : -webkit-box;
1049
- display : -webkit-flex;
1050
1059
display : -ms-flexbox;
1051
1060
display : flex;
1052
1061
overflow : hidden;
@@ -1061,42 +1070,36 @@ table.cc-unbordered thead tr th {
1061
1070
}
1062
1071
table .cc-responsive thead {
1063
1072
display : -webkit-box;
1064
- display : -webkit-flex;
1065
1073
display : -ms-flexbox;
1066
1074
display : flex;
1067
1075
flex-negative : 0 ;
1068
- -webkit-flex-shrink : 0 ;
1069
- -ms-flex-negative : 0 ;
1070
- flex-shrink : 0 ;
1076
+ -ms-flex-negative : 0 ;
1077
+ flex-shrink : 0 ;
1071
1078
min-width : -webkit-min-content;
1072
1079
min-width : -moz-min-content;
1073
1080
min-width : min-content;
1074
1081
}
1075
1082
table .cc-responsive thead tr {
1076
1083
display : -webkit-box;
1077
- display : -webkit-flex;
1078
1084
display : -ms-flexbox;
1079
1085
display : flex;
1080
1086
-webkit-box-orient : vertical;
1081
1087
-webkit-box-direction : normal;
1082
- -webkit-flex-direction : column;
1083
1088
-ms-flex-direction : column;
1084
1089
flex-direction : column;
1085
1090
min-width : -webkit-min-content;
1086
1091
min-width : -moz-min-content;
1087
1092
min-width : min-content;
1088
1093
flex-negative : 0 ;
1089
- -webkit-flex-shrink : 0 ;
1090
- -ms-flex-negative : 0 ;
1091
- flex-shrink : 0 ;
1094
+ -ms-flex-negative : 0 ;
1095
+ flex-shrink : 0 ;
1092
1096
}
1093
1097
table .cc-responsive thead tr td ,
1094
1098
table .cc-responsive thead tr th {
1095
1099
display : block;
1096
1100
border : 1px solid # e0e0e0 ;
1097
1101
border-top-width : 0px ;
1098
1102
-webkit-box-flex : 1 ;
1099
- -webkit-flex : 1 ;
1100
1103
-ms-flex : 1 ;
1101
1104
flex : 1 ;
1102
1105
}
@@ -1106,11 +1109,9 @@ table.cc-unbordered thead tr th {
1106
1109
}
1107
1110
table .cc-responsive tbody {
1108
1111
display : -webkit-box;
1109
- display : -webkit-flex;
1110
1112
display : -ms-flexbox;
1111
1113
display : flex;
1112
1114
-webkit-box-flex : 1 ;
1113
- -webkit-flex : 1 ;
1114
1115
-ms-flex : 1 ;
1115
1116
flex : 1 ;
1116
1117
position : relative;
@@ -1120,16 +1121,13 @@ table.cc-unbordered thead tr th {
1120
1121
}
1121
1122
table .cc-responsive tbody tr {
1122
1123
display : -webkit-box;
1123
- display : -webkit-flex;
1124
1124
display : -ms-flexbox;
1125
1125
display : flex;
1126
1126
-webkit-box-flex : 1 ;
1127
- -webkit-flex : 1 ;
1128
1127
-ms-flex : 1 ;
1129
1128
flex : 1 ;
1130
1129
-webkit-box-orient : vertical;
1131
1130
-webkit-box-direction : normal;
1132
- -webkit-flex-direction : column;
1133
1131
-ms-flex-direction : column;
1134
1132
flex-direction : column;
1135
1133
min-width : -webkit-min-content;
@@ -1140,7 +1138,6 @@ table.cc-unbordered thead tr th {
1140
1138
table .cc-responsive tbody tr td {
1141
1139
display : block;
1142
1140
-webkit-box-flex : 1 ;
1143
- -webkit-flex : 1 ;
1144
1141
-ms-flex : 1 ;
1145
1142
flex : 1 ;
1146
1143
border : 1px solid # e0e0e0 ;
@@ -1525,6 +1522,11 @@ form .form-radio label {
1525
1522
cursor : pointer;
1526
1523
position : relative;
1527
1524
}
1525
+ form .form-checkbox label ::-moz-selection ,
1526
+ form .form-radio label ::-moz-selection {
1527
+ background : transparent;
1528
+ color : inherit;
1529
+ }
1528
1530
form .form-checkbox label ::selection ,
1529
1531
form .form-radio label ::selection {
1530
1532
background : transparent;
@@ -1818,15 +1820,12 @@ img.cc-shadowed {
1818
1820
right : 0 ;
1819
1821
bottom : 0 ;
1820
1822
display : -webkit-box;
1821
- display : -webkit-flex;
1822
1823
display : -ms-flexbox;
1823
1824
display : flex;
1824
1825
-webkit-box-align : center;
1825
- -webkit-align-items : center;
1826
1826
-ms-flex-align : center;
1827
1827
align-items : center;
1828
1828
-webkit-box-pack : center;
1829
- -webkit-justify-content : center;
1830
1829
-ms-flex-pack : center;
1831
1830
justify-content : center;
1832
1831
}
@@ -1873,15 +1872,12 @@ img.cc-shadowed {
1873
1872
height : 60px ;
1874
1873
position : relative;
1875
1874
display : -webkit-box;
1876
- display : -webkit-flex;
1877
1875
display : -ms-flexbox;
1878
1876
display : flex;
1879
1877
-webkit-box-pack : center;
1880
- -webkit-justify-content : center;
1881
1878
-ms-flex-pack : center;
1882
1879
justify-content : center;
1883
1880
-webkit-box-align : center;
1884
- -webkit-align-items : center;
1885
1881
-ms-flex-align : center;
1886
1882
align-items : center;
1887
1883
}
@@ -1923,11 +1919,9 @@ img.cc-shadowed {
1923
1919
*/
1924
1920
.alert {
1925
1921
display : -webkit-box;
1926
- display : -webkit-flex;
1927
1922
display : -ms-flexbox;
1928
1923
display : flex;
1929
1924
-webkit-box-align : center;
1930
- -webkit-align-items : center;
1931
1925
-ms-flex-align : center;
1932
1926
align-items : center;
1933
1927
margin : 1em 0 ;
@@ -1940,7 +1934,6 @@ img.cc-shadowed {
1940
1934
}
1941
1935
.alert > div {
1942
1936
-webkit-box-flex : 1 ;
1943
- -webkit-flex : 1 ;
1944
1937
-ms-flex : 1 ;
1945
1938
flex : 1 ;
1946
1939
padding : 20px ;
@@ -1965,7 +1958,6 @@ img.cc-shadowed {
1965
1958
padding : 20px ;
1966
1959
opacity : 0.4 ;
1967
1960
-webkit-box-ordinal-group : 3 ;
1968
- -webkit-order : 2 ;
1969
1961
-ms-flex-order : 2 ;
1970
1962
order : 2 ;
1971
1963
background-color : transparent;
@@ -2158,15 +2150,12 @@ img.cc-shadowed {
2158
2150
/* Modal wrapper */
2159
2151
.modal {
2160
2152
display : -webkit-box;
2161
- display : -webkit-flex;
2162
2153
display : -ms-flexbox;
2163
2154
display : flex;
2164
2155
-webkit-box-pack : center;
2165
- -webkit-justify-content : center;
2166
2156
-ms-flex-pack : center;
2167
2157
justify-content : center;
2168
2158
-webkit-box-align : center;
2169
- -webkit-align-items : center;
2170
2159
-ms-flex-align : center;
2171
2160
align-items : center;
2172
2161
-webkit-box-shadow : none;
@@ -2318,32 +2307,27 @@ img.cc-shadowed {
2318
2307
.modal [data-fixed-hf ] .modal-content {
2319
2308
overflow : hidden;
2320
2309
display : -webkit-box;
2321
- display : -webkit-flex;
2322
2310
display : -ms-flexbox;
2323
2311
display : flex;
2324
2312
-webkit-box-orient : vertical;
2325
2313
-webkit-box-direction : normal;
2326
- -webkit-flex-direction : column;
2327
2314
-ms-flex-direction : column;
2328
2315
flex-direction : column;
2329
2316
}
2330
2317
.modal [data-fixed-hf ] .modal-footer ,
2331
2318
.modal [data-fixed-hf ] .modal-header ,
2332
2319
.modal [data-fixed-hf ] .wrap-modal-body {
2333
2320
-webkit-box-flex : 1 ;
2334
- -webkit-flex : 1 0 auto;
2335
2321
-ms-flex : 1 0 auto;
2336
2322
flex : 1 0 auto;
2337
2323
}
2338
2324
.modal [data-fixed-hf ] .wrap-modal-body {
2339
2325
overflow-y : auto;
2340
- -webkit-flex-shrink : 1 ;
2341
- -ms-flex-negative : 1 ;
2342
- flex-shrink : 1 ;
2326
+ -ms-flex-negative : 1 ;
2327
+ flex-shrink : 1 ;
2343
2328
}
2344
2329
.modal [data-fullscreen ] {
2345
2330
-webkit-box-align : end;
2346
- -webkit-align-items : flex-end;
2347
2331
-ms-flex-align : end;
2348
2332
align-items : flex-end;
2349
2333
}
@@ -2362,14 +2346,12 @@ img.cc-shadowed {
2362
2346
.modal [data-fullscreen ] .modal-footer ,
2363
2347
.modal [data-fullscreen ] .modal-header {
2364
2348
-webkit-box-flex : 0 ;
2365
- -webkit-flex : 0 0 auto;
2366
2349
-ms-flex : 0 0 auto;
2367
2350
flex : 0 0 auto;
2368
2351
}
2369
2352
.modal [data-fullscreen ] .wrap-modal-body {
2370
2353
overflow-y : auto;
2371
2354
-webkit-box-flex : 1 ;
2372
- -webkit-flex-grow : 1 ;
2373
2355
-ms-flex-positive : 1 ;
2374
2356
flex-grow : 1 ;
2375
2357
}
@@ -2425,7 +2407,6 @@ img.cc-shadowed {
2425
2407
}
2426
2408
[data-open = "slideInRight" ][data-fullscreen ] {
2427
2409
-webkit-box-pack : end;
2428
- -webkit-justify-content : flex-end;
2429
2410
-ms-flex-pack : end;
2430
2411
justify-content : flex-end;
2431
2412
/* Close button */
@@ -2459,7 +2440,6 @@ img.cc-shadowed {
2459
2440
}
2460
2441
[data-open = "slideInLeft" ][data-fullscreen ] {
2461
2442
-webkit-box-pack : start;
2462
- -webkit-justify-content : flex-start;
2463
2443
-ms-flex-pack : start;
2464
2444
justify-content : flex-start;
2465
2445
/* Close button */
0 commit comments