bootswatch_rails 3.3.5.2 → 3.3.6.1
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/datatables/DataTables-1.10.10.zip +0 -0
- data/generate.sh +5 -3
- data/lib/bootswatch_rails/version.rb +6 -6
- data/vendor/assets/javascripts/dataTables.responsive.js +462 -186
- data/vendor/assets/javascripts/jquery.dataTables.js +175 -92
- data/vendor/assets/stylesheets/cerulean.css +33 -73
- data/vendor/assets/stylesheets/cosmo.css +32 -72
- data/vendor/assets/stylesheets/custom.css +32 -72
- data/vendor/assets/stylesheets/cyborg.css +32 -72
- data/vendor/assets/stylesheets/darkly.css +32 -72
- data/vendor/assets/stylesheets/flatly.css +32 -72
- data/vendor/assets/stylesheets/journal.css +32 -72
- data/vendor/assets/stylesheets/jquery.dataTables.css +3 -0
- data/vendor/assets/stylesheets/lumen.css +55 -95
- data/vendor/assets/stylesheets/paper.css +38 -74
- data/vendor/assets/stylesheets/readable.css +32 -72
- data/vendor/assets/stylesheets/responsive.dataTables.css +81 -9
- data/vendor/assets/stylesheets/sandstone.css +32 -72
- data/vendor/assets/stylesheets/simplex.css +32 -72
- data/vendor/assets/stylesheets/slate.css +109 -139
- data/vendor/assets/stylesheets/spacelab.css +32 -72
- data/vendor/assets/stylesheets/superhero.css +63 -103
- data/vendor/assets/stylesheets/united.css +32 -72
- data/vendor/assets/stylesheets/yeti.css +32 -72
- metadata +4 -3
@@ -1,13 +1,13 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=News+Cycle:400,700");
|
2
2
|
/*!
|
3
|
-
* bootswatch v3.3.
|
3
|
+
* bootswatch v3.3.6
|
4
4
|
* Homepage: http://bootswatch.com
|
5
5
|
* Copyright 2012-2015 Thomas Park
|
6
6
|
* Licensed under MIT
|
7
7
|
* Based on Bootstrap
|
8
8
|
*/
|
9
9
|
/*!
|
10
|
-
* Bootstrap v3.3.
|
10
|
+
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
11
11
|
* Copyright 2011-2015 Twitter, Inc.
|
12
12
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
13
13
|
*/
|
@@ -284,10 +284,10 @@ th {
|
|
284
284
|
-moz-osx-font-smoothing: grayscale;
|
285
285
|
}
|
286
286
|
.glyphicon-asterisk:before {
|
287
|
-
content: "\
|
287
|
+
content: "\002a";
|
288
288
|
}
|
289
289
|
.glyphicon-plus:before {
|
290
|
-
content: "\
|
290
|
+
content: "\002b";
|
291
291
|
}
|
292
292
|
.glyphicon-euro:before,
|
293
293
|
.glyphicon-eur:before {
|
@@ -2586,6 +2586,10 @@ output {
|
|
2586
2586
|
.form-control::-webkit-input-placeholder {
|
2587
2587
|
color: #999999;
|
2588
2588
|
}
|
2589
|
+
.form-control::-ms-expand {
|
2590
|
+
border: 0;
|
2591
|
+
background-color: transparent;
|
2592
|
+
}
|
2589
2593
|
.form-control[disabled],
|
2590
2594
|
.form-control[readonly],
|
2591
2595
|
fieldset[disabled] .form-control {
|
@@ -2992,7 +2996,7 @@ select[multiple].input-lg {
|
|
2992
2996
|
}
|
2993
2997
|
@media (min-width: 768px) {
|
2994
2998
|
.form-horizontal .form-group-lg .control-label {
|
2995
|
-
padding-top:
|
2999
|
+
padding-top: 15px;
|
2996
3000
|
font-size: 19px;
|
2997
3001
|
}
|
2998
3002
|
}
|
@@ -3100,9 +3104,6 @@ fieldset[disabled] a.btn {
|
|
3100
3104
|
.open > .dropdown-toggle.btn-default {
|
3101
3105
|
background-image: none;
|
3102
3106
|
}
|
3103
|
-
.btn-default.disabled,
|
3104
|
-
.btn-default[disabled],
|
3105
|
-
fieldset[disabled] .btn-default,
|
3106
3107
|
.btn-default.disabled:hover,
|
3107
3108
|
.btn-default[disabled]:hover,
|
3108
3109
|
fieldset[disabled] .btn-default:hover,
|
@@ -3111,13 +3112,7 @@ fieldset[disabled] .btn-default:hover,
|
|
3111
3112
|
fieldset[disabled] .btn-default:focus,
|
3112
3113
|
.btn-default.disabled.focus,
|
3113
3114
|
.btn-default[disabled].focus,
|
3114
|
-
fieldset[disabled] .btn-default.focus
|
3115
|
-
.btn-default.disabled:active,
|
3116
|
-
.btn-default[disabled]:active,
|
3117
|
-
fieldset[disabled] .btn-default:active,
|
3118
|
-
.btn-default.disabled.active,
|
3119
|
-
.btn-default[disabled].active,
|
3120
|
-
fieldset[disabled] .btn-default.active {
|
3115
|
+
fieldset[disabled] .btn-default.focus {
|
3121
3116
|
background-color: #999999;
|
3122
3117
|
border-color: #999999;
|
3123
3118
|
}
|
@@ -3166,9 +3161,6 @@ fieldset[disabled] .btn-default.active {
|
|
3166
3161
|
.open > .dropdown-toggle.btn-primary {
|
3167
3162
|
background-image: none;
|
3168
3163
|
}
|
3169
|
-
.btn-primary.disabled,
|
3170
|
-
.btn-primary[disabled],
|
3171
|
-
fieldset[disabled] .btn-primary,
|
3172
3164
|
.btn-primary.disabled:hover,
|
3173
3165
|
.btn-primary[disabled]:hover,
|
3174
3166
|
fieldset[disabled] .btn-primary:hover,
|
@@ -3177,13 +3169,7 @@ fieldset[disabled] .btn-primary:hover,
|
|
3177
3169
|
fieldset[disabled] .btn-primary:focus,
|
3178
3170
|
.btn-primary.disabled.focus,
|
3179
3171
|
.btn-primary[disabled].focus,
|
3180
|
-
fieldset[disabled] .btn-primary.focus
|
3181
|
-
.btn-primary.disabled:active,
|
3182
|
-
.btn-primary[disabled]:active,
|
3183
|
-
fieldset[disabled] .btn-primary:active,
|
3184
|
-
.btn-primary.disabled.active,
|
3185
|
-
.btn-primary[disabled].active,
|
3186
|
-
fieldset[disabled] .btn-primary.active {
|
3172
|
+
fieldset[disabled] .btn-primary.focus {
|
3187
3173
|
background-color: #eb6864;
|
3188
3174
|
border-color: #eb6864;
|
3189
3175
|
}
|
@@ -3232,9 +3218,6 @@ fieldset[disabled] .btn-primary.active {
|
|
3232
3218
|
.open > .dropdown-toggle.btn-success {
|
3233
3219
|
background-image: none;
|
3234
3220
|
}
|
3235
|
-
.btn-success.disabled,
|
3236
|
-
.btn-success[disabled],
|
3237
|
-
fieldset[disabled] .btn-success,
|
3238
3221
|
.btn-success.disabled:hover,
|
3239
3222
|
.btn-success[disabled]:hover,
|
3240
3223
|
fieldset[disabled] .btn-success:hover,
|
@@ -3243,13 +3226,7 @@ fieldset[disabled] .btn-success:hover,
|
|
3243
3226
|
fieldset[disabled] .btn-success:focus,
|
3244
3227
|
.btn-success.disabled.focus,
|
3245
3228
|
.btn-success[disabled].focus,
|
3246
|
-
fieldset[disabled] .btn-success.focus
|
3247
|
-
.btn-success.disabled:active,
|
3248
|
-
.btn-success[disabled]:active,
|
3249
|
-
fieldset[disabled] .btn-success:active,
|
3250
|
-
.btn-success.disabled.active,
|
3251
|
-
.btn-success[disabled].active,
|
3252
|
-
fieldset[disabled] .btn-success.active {
|
3229
|
+
fieldset[disabled] .btn-success.focus {
|
3253
3230
|
background-color: #22b24c;
|
3254
3231
|
border-color: #22b24c;
|
3255
3232
|
}
|
@@ -3298,9 +3275,6 @@ fieldset[disabled] .btn-success.active {
|
|
3298
3275
|
.open > .dropdown-toggle.btn-info {
|
3299
3276
|
background-image: none;
|
3300
3277
|
}
|
3301
|
-
.btn-info.disabled,
|
3302
|
-
.btn-info[disabled],
|
3303
|
-
fieldset[disabled] .btn-info,
|
3304
3278
|
.btn-info.disabled:hover,
|
3305
3279
|
.btn-info[disabled]:hover,
|
3306
3280
|
fieldset[disabled] .btn-info:hover,
|
@@ -3309,13 +3283,7 @@ fieldset[disabled] .btn-info:hover,
|
|
3309
3283
|
fieldset[disabled] .btn-info:focus,
|
3310
3284
|
.btn-info.disabled.focus,
|
3311
3285
|
.btn-info[disabled].focus,
|
3312
|
-
fieldset[disabled] .btn-info.focus
|
3313
|
-
.btn-info.disabled:active,
|
3314
|
-
.btn-info[disabled]:active,
|
3315
|
-
fieldset[disabled] .btn-info:active,
|
3316
|
-
.btn-info.disabled.active,
|
3317
|
-
.btn-info[disabled].active,
|
3318
|
-
fieldset[disabled] .btn-info.active {
|
3286
|
+
fieldset[disabled] .btn-info.focus {
|
3319
3287
|
background-color: #336699;
|
3320
3288
|
border-color: #336699;
|
3321
3289
|
}
|
@@ -3364,9 +3332,6 @@ fieldset[disabled] .btn-info.active {
|
|
3364
3332
|
.open > .dropdown-toggle.btn-warning {
|
3365
3333
|
background-image: none;
|
3366
3334
|
}
|
3367
|
-
.btn-warning.disabled,
|
3368
|
-
.btn-warning[disabled],
|
3369
|
-
fieldset[disabled] .btn-warning,
|
3370
3335
|
.btn-warning.disabled:hover,
|
3371
3336
|
.btn-warning[disabled]:hover,
|
3372
3337
|
fieldset[disabled] .btn-warning:hover,
|
@@ -3375,13 +3340,7 @@ fieldset[disabled] .btn-warning:hover,
|
|
3375
3340
|
fieldset[disabled] .btn-warning:focus,
|
3376
3341
|
.btn-warning.disabled.focus,
|
3377
3342
|
.btn-warning[disabled].focus,
|
3378
|
-
fieldset[disabled] .btn-warning.focus
|
3379
|
-
.btn-warning.disabled:active,
|
3380
|
-
.btn-warning[disabled]:active,
|
3381
|
-
fieldset[disabled] .btn-warning:active,
|
3382
|
-
.btn-warning.disabled.active,
|
3383
|
-
.btn-warning[disabled].active,
|
3384
|
-
fieldset[disabled] .btn-warning.active {
|
3343
|
+
fieldset[disabled] .btn-warning.focus {
|
3385
3344
|
background-color: #f5e625;
|
3386
3345
|
border-color: #f5e625;
|
3387
3346
|
}
|
@@ -3430,9 +3389,6 @@ fieldset[disabled] .btn-warning.active {
|
|
3430
3389
|
.open > .dropdown-toggle.btn-danger {
|
3431
3390
|
background-image: none;
|
3432
3391
|
}
|
3433
|
-
.btn-danger.disabled,
|
3434
|
-
.btn-danger[disabled],
|
3435
|
-
fieldset[disabled] .btn-danger,
|
3436
3392
|
.btn-danger.disabled:hover,
|
3437
3393
|
.btn-danger[disabled]:hover,
|
3438
3394
|
fieldset[disabled] .btn-danger:hover,
|
@@ -3441,13 +3397,7 @@ fieldset[disabled] .btn-danger:hover,
|
|
3441
3397
|
fieldset[disabled] .btn-danger:focus,
|
3442
3398
|
.btn-danger.disabled.focus,
|
3443
3399
|
.btn-danger[disabled].focus,
|
3444
|
-
fieldset[disabled] .btn-danger.focus
|
3445
|
-
.btn-danger.disabled:active,
|
3446
|
-
.btn-danger[disabled]:active,
|
3447
|
-
fieldset[disabled] .btn-danger:active,
|
3448
|
-
.btn-danger.disabled.active,
|
3449
|
-
.btn-danger[disabled].active,
|
3450
|
-
fieldset[disabled] .btn-danger.active {
|
3400
|
+
fieldset[disabled] .btn-danger.focus {
|
3451
3401
|
background-color: #f57a00;
|
3452
3402
|
border-color: #f57a00;
|
3453
3403
|
}
|
@@ -3822,13 +3772,15 @@ tbody.collapse.in {
|
|
3822
3772
|
}
|
3823
3773
|
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
3824
3774
|
border-top-right-radius: 4px;
|
3775
|
+
border-top-left-radius: 4px;
|
3825
3776
|
border-bottom-right-radius: 0;
|
3826
3777
|
border-bottom-left-radius: 0;
|
3827
3778
|
}
|
3828
3779
|
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
3829
|
-
border-bottom-left-radius: 4px;
|
3830
3780
|
border-top-right-radius: 0;
|
3831
3781
|
border-top-left-radius: 0;
|
3782
|
+
border-bottom-right-radius: 4px;
|
3783
|
+
border-bottom-left-radius: 4px;
|
3832
3784
|
}
|
3833
3785
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
3834
3786
|
border-radius: 0;
|
@@ -3885,6 +3837,9 @@ tbody.collapse.in {
|
|
3885
3837
|
width: 100%;
|
3886
3838
|
margin-bottom: 0;
|
3887
3839
|
}
|
3840
|
+
.input-group .form-control:focus {
|
3841
|
+
z-index: 3;
|
3842
|
+
}
|
3888
3843
|
.input-group-lg > .form-control,
|
3889
3844
|
.input-group-lg > .input-group-addon,
|
3890
3845
|
.input-group-lg > .input-group-btn > .btn {
|
@@ -4796,7 +4751,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4796
4751
|
.pagination > li > span:hover,
|
4797
4752
|
.pagination > li > a:focus,
|
4798
4753
|
.pagination > li > span:focus {
|
4799
|
-
z-index:
|
4754
|
+
z-index: 2;
|
4800
4755
|
color: #e22620;
|
4801
4756
|
background-color: #eeeeee;
|
4802
4757
|
border-color: #dddddd;
|
@@ -4807,7 +4762,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4807
4762
|
.pagination > .active > span:hover,
|
4808
4763
|
.pagination > .active > a:focus,
|
4809
4764
|
.pagination > .active > span:focus {
|
4810
|
-
z-index:
|
4765
|
+
z-index: 3;
|
4811
4766
|
color: #999999;
|
4812
4767
|
background-color: #f5f5f5;
|
4813
4768
|
border-color: #dddddd;
|
@@ -5029,6 +4984,8 @@ a.badge:focus {
|
|
5029
4984
|
.container .jumbotron,
|
5030
4985
|
.container-fluid .jumbotron {
|
5031
4986
|
border-radius: 6px;
|
4987
|
+
padding-left: 15px;
|
4988
|
+
padding-right: 15px;
|
5032
4989
|
}
|
5033
4990
|
.jumbotron .container {
|
5034
4991
|
max-width: 100%;
|
@@ -5984,7 +5941,6 @@ button.close {
|
|
5984
5941
|
.modal-header {
|
5985
5942
|
padding: 15px;
|
5986
5943
|
border-bottom: 1px solid #e5e5e5;
|
5987
|
-
min-height: 16.42857143px;
|
5988
5944
|
}
|
5989
5945
|
.modal-header .close {
|
5990
5946
|
margin-top: -2px;
|
@@ -6374,6 +6330,7 @@ button.close {
|
|
6374
6330
|
color: #ffffff;
|
6375
6331
|
text-align: center;
|
6376
6332
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
6333
|
+
background-color: rgba(0, 0, 0, 0);
|
6377
6334
|
}
|
6378
6335
|
.carousel-control.left {
|
6379
6336
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
@@ -6485,16 +6442,16 @@ button.close {
|
|
6485
6442
|
.carousel-control .icon-next {
|
6486
6443
|
width: 30px;
|
6487
6444
|
height: 30px;
|
6488
|
-
margin-top: -
|
6445
|
+
margin-top: -10px;
|
6489
6446
|
font-size: 30px;
|
6490
6447
|
}
|
6491
6448
|
.carousel-control .glyphicon-chevron-left,
|
6492
6449
|
.carousel-control .icon-prev {
|
6493
|
-
margin-left: -
|
6450
|
+
margin-left: -10px;
|
6494
6451
|
}
|
6495
6452
|
.carousel-control .glyphicon-chevron-right,
|
6496
6453
|
.carousel-control .icon-next {
|
6497
|
-
margin-right: -
|
6454
|
+
margin-right: -10px;
|
6498
6455
|
}
|
6499
6456
|
.carousel-caption {
|
6500
6457
|
left: 20%;
|
@@ -6533,6 +6490,8 @@ button.close {
|
|
6533
6490
|
.pager:after,
|
6534
6491
|
.panel-body:before,
|
6535
6492
|
.panel-body:after,
|
6493
|
+
.modal-header:before,
|
6494
|
+
.modal-header:after,
|
6536
6495
|
.modal-footer:before,
|
6537
6496
|
.modal-footer:after {
|
6538
6497
|
content: " ";
|
@@ -6552,6 +6511,7 @@ button.close {
|
|
6552
6511
|
.navbar-collapse:after,
|
6553
6512
|
.pager:after,
|
6554
6513
|
.panel-body:after,
|
6514
|
+
.modal-header:after,
|
6555
6515
|
.modal-footer:after {
|
6556
6516
|
clear: both;
|
6557
6517
|
}
|
@@ -406,6 +406,9 @@ table.dataTable td {
|
|
406
406
|
*margin-top: -1px;
|
407
407
|
-webkit-overflow-scrolling: touch;
|
408
408
|
}
|
409
|
+
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
|
410
|
+
vertical-align: middle;
|
411
|
+
}
|
409
412
|
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
|
410
413
|
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
|
411
414
|
height: 0;
|
@@ -1,13 +1,13 @@
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
|
2
2
|
/*!
|
3
|
-
* bootswatch v3.3.
|
3
|
+
* bootswatch v3.3.6
|
4
4
|
* Homepage: http://bootswatch.com
|
5
5
|
* Copyright 2012-2015 Thomas Park
|
6
6
|
* Licensed under MIT
|
7
7
|
* Based on Bootstrap
|
8
8
|
*/
|
9
9
|
/*!
|
10
|
-
* Bootstrap v3.3.
|
10
|
+
* Bootstrap v3.3.6 (http://getbootstrap.com)
|
11
11
|
* Copyright 2011-2015 Twitter, Inc.
|
12
12
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
13
13
|
*/
|
@@ -284,10 +284,10 @@ th {
|
|
284
284
|
-moz-osx-font-smoothing: grayscale;
|
285
285
|
}
|
286
286
|
.glyphicon-asterisk:before {
|
287
|
-
content: "\
|
287
|
+
content: "\002a";
|
288
288
|
}
|
289
289
|
.glyphicon-plus:before {
|
290
|
-
content: "\
|
290
|
+
content: "\002b";
|
291
291
|
}
|
292
292
|
.glyphicon-euro:before,
|
293
293
|
.glyphicon-eur:before {
|
@@ -2279,11 +2279,11 @@ th {
|
|
2279
2279
|
padding: 8px;
|
2280
2280
|
line-height: 1.42857143;
|
2281
2281
|
vertical-align: top;
|
2282
|
-
border-top: 1px solid #
|
2282
|
+
border-top: 1px solid #eeeeee;
|
2283
2283
|
}
|
2284
2284
|
.table > thead > tr > th {
|
2285
2285
|
vertical-align: bottom;
|
2286
|
-
border-bottom: 2px solid #
|
2286
|
+
border-bottom: 2px solid #eeeeee;
|
2287
2287
|
}
|
2288
2288
|
.table > caption + thead > tr:first-child > th,
|
2289
2289
|
.table > colgroup + thead > tr:first-child > th,
|
@@ -2294,7 +2294,7 @@ th {
|
|
2294
2294
|
border-top: 0;
|
2295
2295
|
}
|
2296
2296
|
.table > tbody + tbody {
|
2297
|
-
border-top: 2px solid #
|
2297
|
+
border-top: 2px solid #eeeeee;
|
2298
2298
|
}
|
2299
2299
|
.table .table {
|
2300
2300
|
background-color: #ffffff;
|
@@ -2308,7 +2308,7 @@ th {
|
|
2308
2308
|
padding: 5px;
|
2309
2309
|
}
|
2310
2310
|
.table-bordered {
|
2311
|
-
border: 1px solid #
|
2311
|
+
border: 1px solid #eeeeee;
|
2312
2312
|
}
|
2313
2313
|
.table-bordered > thead > tr > th,
|
2314
2314
|
.table-bordered > tbody > tr > th,
|
@@ -2316,7 +2316,7 @@ th {
|
|
2316
2316
|
.table-bordered > thead > tr > td,
|
2317
2317
|
.table-bordered > tbody > tr > td,
|
2318
2318
|
.table-bordered > tfoot > tr > td {
|
2319
|
-
border: 1px solid #
|
2319
|
+
border: 1px solid #eeeeee;
|
2320
2320
|
}
|
2321
2321
|
.table-bordered > thead > tr > th,
|
2322
2322
|
.table-bordered > thead > tr > td {
|
@@ -2454,7 +2454,7 @@ table th[class*="col-"] {
|
|
2454
2454
|
margin-bottom: 15px;
|
2455
2455
|
overflow-y: hidden;
|
2456
2456
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
2457
|
-
border: 1px solid #
|
2457
|
+
border: 1px solid #eeeeee;
|
2458
2458
|
}
|
2459
2459
|
.table-responsive > .table {
|
2460
2460
|
margin-bottom: 0;
|
@@ -2586,6 +2586,10 @@ output {
|
|
2586
2586
|
.form-control::-webkit-input-placeholder {
|
2587
2587
|
color: #999999;
|
2588
2588
|
}
|
2589
|
+
.form-control::-ms-expand {
|
2590
|
+
border: 0;
|
2591
|
+
background-color: transparent;
|
2592
|
+
}
|
2589
2593
|
.form-control[disabled],
|
2590
2594
|
.form-control[readonly],
|
2591
2595
|
fieldset[disabled] .form-control {
|
@@ -2992,7 +2996,7 @@ select[multiple].input-lg {
|
|
2992
2996
|
}
|
2993
2997
|
@media (min-width: 768px) {
|
2994
2998
|
.form-horizontal .form-group-lg .control-label {
|
2995
|
-
padding-top:
|
2999
|
+
padding-top: 14px;
|
2996
3000
|
font-size: 18px;
|
2997
3001
|
}
|
2998
3002
|
}
|
@@ -3100,9 +3104,6 @@ fieldset[disabled] a.btn {
|
|
3100
3104
|
.open > .dropdown-toggle.btn-default {
|
3101
3105
|
background-image: none;
|
3102
3106
|
}
|
3103
|
-
.btn-default.disabled,
|
3104
|
-
.btn-default[disabled],
|
3105
|
-
fieldset[disabled] .btn-default,
|
3106
3107
|
.btn-default.disabled:hover,
|
3107
3108
|
.btn-default[disabled]:hover,
|
3108
3109
|
fieldset[disabled] .btn-default:hover,
|
@@ -3111,13 +3112,7 @@ fieldset[disabled] .btn-default:hover,
|
|
3111
3112
|
fieldset[disabled] .btn-default:focus,
|
3112
3113
|
.btn-default.disabled.focus,
|
3113
3114
|
.btn-default[disabled].focus,
|
3114
|
-
fieldset[disabled] .btn-default.focus
|
3115
|
-
.btn-default.disabled:active,
|
3116
|
-
.btn-default[disabled]:active,
|
3117
|
-
fieldset[disabled] .btn-default:active,
|
3118
|
-
.btn-default.disabled.active,
|
3119
|
-
.btn-default[disabled].active,
|
3120
|
-
fieldset[disabled] .btn-default.active {
|
3115
|
+
fieldset[disabled] .btn-default.focus {
|
3121
3116
|
background-color: #eeeeee;
|
3122
3117
|
border-color: #e2e2e2;
|
3123
3118
|
}
|
@@ -3166,9 +3161,6 @@ fieldset[disabled] .btn-default.active {
|
|
3166
3161
|
.open > .dropdown-toggle.btn-primary {
|
3167
3162
|
background-image: none;
|
3168
3163
|
}
|
3169
|
-
.btn-primary.disabled,
|
3170
|
-
.btn-primary[disabled],
|
3171
|
-
fieldset[disabled] .btn-primary,
|
3172
3164
|
.btn-primary.disabled:hover,
|
3173
3165
|
.btn-primary[disabled]:hover,
|
3174
3166
|
fieldset[disabled] .btn-primary:hover,
|
@@ -3177,13 +3169,7 @@ fieldset[disabled] .btn-primary:hover,
|
|
3177
3169
|
fieldset[disabled] .btn-primary:focus,
|
3178
3170
|
.btn-primary.disabled.focus,
|
3179
3171
|
.btn-primary[disabled].focus,
|
3180
|
-
fieldset[disabled] .btn-primary.focus
|
3181
|
-
.btn-primary.disabled:active,
|
3182
|
-
.btn-primary[disabled]:active,
|
3183
|
-
fieldset[disabled] .btn-primary:active,
|
3184
|
-
.btn-primary.disabled.active,
|
3185
|
-
.btn-primary[disabled].active,
|
3186
|
-
fieldset[disabled] .btn-primary.active {
|
3172
|
+
fieldset[disabled] .btn-primary.focus {
|
3187
3173
|
background-color: #158cba;
|
3188
3174
|
border-color: #127ba3;
|
3189
3175
|
}
|
@@ -3232,9 +3218,6 @@ fieldset[disabled] .btn-primary.active {
|
|
3232
3218
|
.open > .dropdown-toggle.btn-success {
|
3233
3219
|
background-image: none;
|
3234
3220
|
}
|
3235
|
-
.btn-success.disabled,
|
3236
|
-
.btn-success[disabled],
|
3237
|
-
fieldset[disabled] .btn-success,
|
3238
3221
|
.btn-success.disabled:hover,
|
3239
3222
|
.btn-success[disabled]:hover,
|
3240
3223
|
fieldset[disabled] .btn-success:hover,
|
@@ -3243,13 +3226,7 @@ fieldset[disabled] .btn-success:hover,
|
|
3243
3226
|
fieldset[disabled] .btn-success:focus,
|
3244
3227
|
.btn-success.disabled.focus,
|
3245
3228
|
.btn-success[disabled].focus,
|
3246
|
-
fieldset[disabled] .btn-success.focus
|
3247
|
-
.btn-success.disabled:active,
|
3248
|
-
.btn-success[disabled]:active,
|
3249
|
-
fieldset[disabled] .btn-success:active,
|
3250
|
-
.btn-success.disabled.active,
|
3251
|
-
.btn-success[disabled].active,
|
3252
|
-
fieldset[disabled] .btn-success.active {
|
3229
|
+
fieldset[disabled] .btn-success.focus {
|
3253
3230
|
background-color: #28b62c;
|
3254
3231
|
border-color: #23a127;
|
3255
3232
|
}
|
@@ -3298,9 +3275,6 @@ fieldset[disabled] .btn-success.active {
|
|
3298
3275
|
.open > .dropdown-toggle.btn-info {
|
3299
3276
|
background-image: none;
|
3300
3277
|
}
|
3301
|
-
.btn-info.disabled,
|
3302
|
-
.btn-info[disabled],
|
3303
|
-
fieldset[disabled] .btn-info,
|
3304
3278
|
.btn-info.disabled:hover,
|
3305
3279
|
.btn-info[disabled]:hover,
|
3306
3280
|
fieldset[disabled] .btn-info:hover,
|
@@ -3309,13 +3283,7 @@ fieldset[disabled] .btn-info:hover,
|
|
3309
3283
|
fieldset[disabled] .btn-info:focus,
|
3310
3284
|
.btn-info.disabled.focus,
|
3311
3285
|
.btn-info[disabled].focus,
|
3312
|
-
fieldset[disabled] .btn-info.focus
|
3313
|
-
.btn-info.disabled:active,
|
3314
|
-
.btn-info[disabled]:active,
|
3315
|
-
fieldset[disabled] .btn-info:active,
|
3316
|
-
.btn-info.disabled.active,
|
3317
|
-
.btn-info[disabled].active,
|
3318
|
-
fieldset[disabled] .btn-info.active {
|
3286
|
+
fieldset[disabled] .btn-info.focus {
|
3319
3287
|
background-color: #75caeb;
|
3320
3288
|
border-color: #5fc1e8;
|
3321
3289
|
}
|
@@ -3364,9 +3332,6 @@ fieldset[disabled] .btn-info.active {
|
|
3364
3332
|
.open > .dropdown-toggle.btn-warning {
|
3365
3333
|
background-image: none;
|
3366
3334
|
}
|
3367
|
-
.btn-warning.disabled,
|
3368
|
-
.btn-warning[disabled],
|
3369
|
-
fieldset[disabled] .btn-warning,
|
3370
3335
|
.btn-warning.disabled:hover,
|
3371
3336
|
.btn-warning[disabled]:hover,
|
3372
3337
|
fieldset[disabled] .btn-warning:hover,
|
@@ -3375,13 +3340,7 @@ fieldset[disabled] .btn-warning:hover,
|
|
3375
3340
|
fieldset[disabled] .btn-warning:focus,
|
3376
3341
|
.btn-warning.disabled.focus,
|
3377
3342
|
.btn-warning[disabled].focus,
|
3378
|
-
fieldset[disabled] .btn-warning.focus
|
3379
|
-
.btn-warning.disabled:active,
|
3380
|
-
.btn-warning[disabled]:active,
|
3381
|
-
fieldset[disabled] .btn-warning:active,
|
3382
|
-
.btn-warning.disabled.active,
|
3383
|
-
.btn-warning[disabled].active,
|
3384
|
-
fieldset[disabled] .btn-warning.active {
|
3343
|
+
fieldset[disabled] .btn-warning.focus {
|
3385
3344
|
background-color: #ff851b;
|
3386
3345
|
border-color: #ff7701;
|
3387
3346
|
}
|
@@ -3430,9 +3389,6 @@ fieldset[disabled] .btn-warning.active {
|
|
3430
3389
|
.open > .dropdown-toggle.btn-danger {
|
3431
3390
|
background-image: none;
|
3432
3391
|
}
|
3433
|
-
.btn-danger.disabled,
|
3434
|
-
.btn-danger[disabled],
|
3435
|
-
fieldset[disabled] .btn-danger,
|
3436
3392
|
.btn-danger.disabled:hover,
|
3437
3393
|
.btn-danger[disabled]:hover,
|
3438
3394
|
fieldset[disabled] .btn-danger:hover,
|
@@ -3441,13 +3397,7 @@ fieldset[disabled] .btn-danger:hover,
|
|
3441
3397
|
fieldset[disabled] .btn-danger:focus,
|
3442
3398
|
.btn-danger.disabled.focus,
|
3443
3399
|
.btn-danger[disabled].focus,
|
3444
|
-
fieldset[disabled] .btn-danger.focus
|
3445
|
-
.btn-danger.disabled:active,
|
3446
|
-
.btn-danger[disabled]:active,
|
3447
|
-
fieldset[disabled] .btn-danger:active,
|
3448
|
-
.btn-danger.disabled.active,
|
3449
|
-
.btn-danger[disabled].active,
|
3450
|
-
fieldset[disabled] .btn-danger.active {
|
3400
|
+
fieldset[disabled] .btn-danger.focus {
|
3451
3401
|
background-color: #ff4136;
|
3452
3402
|
border-color: #ff291c;
|
3453
3403
|
}
|
@@ -3822,13 +3772,15 @@ tbody.collapse.in {
|
|
3822
3772
|
}
|
3823
3773
|
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
3824
3774
|
border-top-right-radius: 4px;
|
3775
|
+
border-top-left-radius: 4px;
|
3825
3776
|
border-bottom-right-radius: 0;
|
3826
3777
|
border-bottom-left-radius: 0;
|
3827
3778
|
}
|
3828
3779
|
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
3829
|
-
border-bottom-left-radius: 4px;
|
3830
3780
|
border-top-right-radius: 0;
|
3831
3781
|
border-top-left-radius: 0;
|
3782
|
+
border-bottom-right-radius: 4px;
|
3783
|
+
border-bottom-left-radius: 4px;
|
3832
3784
|
}
|
3833
3785
|
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
3834
3786
|
border-radius: 0;
|
@@ -3885,6 +3837,9 @@ tbody.collapse.in {
|
|
3885
3837
|
width: 100%;
|
3886
3838
|
margin-bottom: 0;
|
3887
3839
|
}
|
3840
|
+
.input-group .form-control:focus {
|
3841
|
+
z-index: 3;
|
3842
|
+
}
|
3888
3843
|
.input-group-lg > .form-control,
|
3889
3844
|
.input-group-lg > .input-group-addon,
|
3890
3845
|
.input-group-lg > .input-group-btn > .btn {
|
@@ -4796,7 +4751,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4796
4751
|
.pagination > li > span:hover,
|
4797
4752
|
.pagination > li > a:focus,
|
4798
4753
|
.pagination > li > span:focus {
|
4799
|
-
z-index:
|
4754
|
+
z-index: 2;
|
4800
4755
|
color: #555555;
|
4801
4756
|
background-color: #eeeeee;
|
4802
4757
|
border-color: #e2e2e2;
|
@@ -4807,7 +4762,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
|
4807
4762
|
.pagination > .active > span:hover,
|
4808
4763
|
.pagination > .active > a:focus,
|
4809
4764
|
.pagination > .active > span:focus {
|
4810
|
-
z-index:
|
4765
|
+
z-index: 3;
|
4811
4766
|
color: #ffffff;
|
4812
4767
|
background-color: #158cba;
|
4813
4768
|
border-color: #127ba3;
|
@@ -5029,6 +4984,8 @@ a.badge:focus {
|
|
5029
4984
|
.container .jumbotron,
|
5030
4985
|
.container-fluid .jumbotron {
|
5031
4986
|
border-radius: 5px;
|
4987
|
+
padding-left: 15px;
|
4988
|
+
padding-right: 15px;
|
5032
4989
|
}
|
5033
4990
|
.jumbotron .container {
|
5034
4991
|
max-width: 100%;
|
@@ -5301,7 +5258,7 @@ a.thumbnail.active {
|
|
5301
5258
|
padding: 10px 15px;
|
5302
5259
|
margin-bottom: -1px;
|
5303
5260
|
background-color: #ffffff;
|
5304
|
-
border: 1px solid #
|
5261
|
+
border: 1px solid #eeeeee;
|
5305
5262
|
}
|
5306
5263
|
.list-group-item:first-child {
|
5307
5264
|
border-top-right-radius: 4px;
|
@@ -5647,7 +5604,7 @@ button.list-group-item-danger.active:focus {
|
|
5647
5604
|
.panel > .panel-body + .table-responsive,
|
5648
5605
|
.panel > .table + .panel-body,
|
5649
5606
|
.panel > .table-responsive + .panel-body {
|
5650
|
-
border-top: 1px solid #
|
5607
|
+
border-top: 1px solid #eeeeee;
|
5651
5608
|
}
|
5652
5609
|
.panel > .table > tbody:first-child > tr:first-child th,
|
5653
5610
|
.panel > .table > tbody:first-child > tr:first-child td {
|
@@ -5955,8 +5912,8 @@ button.close {
|
|
5955
5912
|
.modal-content {
|
5956
5913
|
position: relative;
|
5957
5914
|
background-color: #ffffff;
|
5958
|
-
border: 1px solid #
|
5959
|
-
border: 1px solid rgba(0, 0, 0, 0.
|
5915
|
+
border: 1px solid #eeeeee;
|
5916
|
+
border: 1px solid rgba(0, 0, 0, 0.05);
|
5960
5917
|
border-radius: 5px;
|
5961
5918
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
5962
5919
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
@@ -5984,7 +5941,6 @@ button.close {
|
|
5984
5941
|
.modal-header {
|
5985
5942
|
padding: 15px;
|
5986
5943
|
border-bottom: 1px solid #e5e5e5;
|
5987
|
-
min-height: 16.42857143px;
|
5988
5944
|
}
|
5989
5945
|
.modal-header .close {
|
5990
5946
|
margin-top: -2px;
|
@@ -6374,6 +6330,7 @@ button.close {
|
|
6374
6330
|
color: #ffffff;
|
6375
6331
|
text-align: center;
|
6376
6332
|
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
|
6333
|
+
background-color: rgba(0, 0, 0, 0);
|
6377
6334
|
}
|
6378
6335
|
.carousel-control.left {
|
6379
6336
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
@@ -6485,16 +6442,16 @@ button.close {
|
|
6485
6442
|
.carousel-control .icon-next {
|
6486
6443
|
width: 30px;
|
6487
6444
|
height: 30px;
|
6488
|
-
margin-top: -
|
6445
|
+
margin-top: -10px;
|
6489
6446
|
font-size: 30px;
|
6490
6447
|
}
|
6491
6448
|
.carousel-control .glyphicon-chevron-left,
|
6492
6449
|
.carousel-control .icon-prev {
|
6493
|
-
margin-left: -
|
6450
|
+
margin-left: -10px;
|
6494
6451
|
}
|
6495
6452
|
.carousel-control .glyphicon-chevron-right,
|
6496
6453
|
.carousel-control .icon-next {
|
6497
|
-
margin-right: -
|
6454
|
+
margin-right: -10px;
|
6498
6455
|
}
|
6499
6456
|
.carousel-caption {
|
6500
6457
|
left: 20%;
|
@@ -6533,6 +6490,8 @@ button.close {
|
|
6533
6490
|
.pager:after,
|
6534
6491
|
.panel-body:before,
|
6535
6492
|
.panel-body:after,
|
6493
|
+
.modal-header:before,
|
6494
|
+
.modal-header:after,
|
6536
6495
|
.modal-footer:before,
|
6537
6496
|
.modal-footer:after {
|
6538
6497
|
content: " ";
|
@@ -6552,6 +6511,7 @@ button.close {
|
|
6552
6511
|
.navbar-collapse:after,
|
6553
6512
|
.pager:after,
|
6554
6513
|
.panel-body:after,
|
6514
|
+
.modal-header:after,
|
6555
6515
|
.modal-footer:after {
|
6556
6516
|
clear: both;
|
6557
6517
|
}
|
@@ -6943,18 +6903,18 @@ table .info a:not(.btn),
|
|
6943
6903
|
.table .info a:not(.btn) {
|
6944
6904
|
color: #fff;
|
6945
6905
|
}
|
6946
|
-
table > thead > tr > th,
|
6947
|
-
.table > thead > tr > th,
|
6948
|
-
table > tbody > tr > th,
|
6949
|
-
.table > tbody > tr > th,
|
6950
|
-
table > tfoot > tr > th,
|
6951
|
-
.table > tfoot > tr > th,
|
6952
|
-
table > thead > tr > td,
|
6953
|
-
.table > thead > tr > td,
|
6954
|
-
table > tbody > tr > td,
|
6955
|
-
.table > tbody > tr > td,
|
6956
|
-
table > tfoot > tr > td,
|
6957
|
-
.table > tfoot > tr > td {
|
6906
|
+
table:not(.table-bordered) > thead > tr > th,
|
6907
|
+
.table:not(.table-bordered) > thead > tr > th,
|
6908
|
+
table:not(.table-bordered) > tbody > tr > th,
|
6909
|
+
.table:not(.table-bordered) > tbody > tr > th,
|
6910
|
+
table:not(.table-bordered) > tfoot > tr > th,
|
6911
|
+
.table:not(.table-bordered) > tfoot > tr > th,
|
6912
|
+
table:not(.table-bordered) > thead > tr > td,
|
6913
|
+
.table:not(.table-bordered) > thead > tr > td,
|
6914
|
+
table:not(.table-bordered) > tbody > tr > td,
|
6915
|
+
.table:not(.table-bordered) > tbody > tr > td,
|
6916
|
+
table:not(.table-bordered) > tfoot > tr > td,
|
6917
|
+
.table:not(.table-bordered) > tfoot > tr > td {
|
6958
6918
|
border-color: transparent;
|
6959
6919
|
}
|
6960
6920
|
.form-control {
|
@@ -7173,7 +7133,7 @@ label {
|
|
7173
7133
|
a.list-group-item.active,
|
7174
7134
|
a.list-group-item.active:hover,
|
7175
7135
|
a.list-group-item.active:focus {
|
7176
|
-
border-color: #
|
7136
|
+
border-color: #eeeeee;
|
7177
7137
|
}
|
7178
7138
|
a.list-group-item-success.active {
|
7179
7139
|
background-color: #28b62c;
|