bootswatch_rails 3.3.0.10 → 3.3.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bootswatch_rails/engine.rb +1 -1
- data/lib/bootswatch_rails/version.rb +3 -3
- data/lib/generators/bootswatch_rails/sorcery/templates/user_model.rb +3 -0
- data/vendor/assets/stylesheets/cerulean.css +127 -102
- data/vendor/assets/stylesheets/cosmo.css +100 -93
- data/vendor/assets/stylesheets/cyborg.css +100 -93
- data/vendor/assets/stylesheets/darkly.css +100 -93
- data/vendor/assets/stylesheets/flatly.css +100 -93
- data/vendor/assets/stylesheets/journal.css +100 -93
- data/vendor/assets/stylesheets/lumen.css +100 -93
- data/vendor/assets/stylesheets/paper.css +166 -117
- data/vendor/assets/stylesheets/readable.css +100 -93
- data/vendor/assets/stylesheets/sandstone.css +100 -93
- data/vendor/assets/stylesheets/simplex.css +118 -99
- data/vendor/assets/stylesheets/slate.css +184 -121
- data/vendor/assets/stylesheets/spacelab.css +142 -107
- data/vendor/assets/stylesheets/superhero.css +100 -93
- data/vendor/assets/stylesheets/united.css +100 -93
- data/vendor/assets/stylesheets/yeti.css +100 -93
- metadata +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700");
|
2
2
|
/*!
|
3
|
-
* bootswatch v3.3.
|
3
|
+
* bootswatch v3.3.1+1
|
4
4
|
* Homepage: http://bootswatch.com
|
5
5
|
* Copyright 2012-2014 Thomas Park
|
6
6
|
* Licensed under MIT
|
@@ -97,7 +97,8 @@ figure {
|
|
97
97
|
}
|
98
98
|
hr {
|
99
99
|
-moz-box-sizing: content-box;
|
100
|
-
box-sizing: content-box;
|
100
|
+
-webkit-box-sizing: content-box;
|
101
|
+
box-sizing: content-box;
|
101
102
|
height: 0;
|
102
103
|
}
|
103
104
|
pre {
|
@@ -147,7 +148,9 @@ input {
|
|
147
148
|
}
|
148
149
|
input[type="checkbox"],
|
149
150
|
input[type="radio"] {
|
150
|
-
box-sizing: border-box;
|
151
|
+
-webkit-box-sizing: border-box;
|
152
|
+
-moz-box-sizing: border-box;
|
153
|
+
box-sizing: border-box;
|
151
154
|
padding: 0;
|
152
155
|
}
|
153
156
|
input[type="number"]::-webkit-inner-spin-button,
|
@@ -194,7 +197,8 @@ th {
|
|
194
197
|
*:after {
|
195
198
|
background: transparent !important;
|
196
199
|
color: #000 !important;
|
197
|
-
box-shadow: none !important;
|
200
|
+
-webkit-box-shadow: none !important;
|
201
|
+
box-shadow: none !important;
|
198
202
|
text-shadow: none !important;
|
199
203
|
}
|
200
204
|
a,
|
@@ -1346,13 +1350,15 @@ kbd {
|
|
1346
1350
|
color: #ffffff;
|
1347
1351
|
background-color: #333333;
|
1348
1352
|
border-radius: 0;
|
1349
|
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1353
|
+
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1354
|
+
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
|
1350
1355
|
}
|
1351
1356
|
kbd kbd {
|
1352
1357
|
padding: 0;
|
1353
1358
|
font-size: 100%;
|
1354
1359
|
font-weight: bold;
|
1355
|
-
box-shadow: none;
|
1360
|
+
-webkit-box-shadow: none;
|
1361
|
+
box-shadow: none;
|
1356
1362
|
}
|
1357
1363
|
pre {
|
1358
1364
|
display: block;
|
@@ -2359,7 +2365,7 @@ output {
|
|
2359
2365
|
border-radius: 0;
|
2360
2366
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2361
2367
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
2362
|
-
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
2368
|
+
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
2363
2369
|
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
2364
2370
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
2365
2371
|
}
|
@@ -2392,56 +2398,25 @@ textarea.form-control {
|
|
2392
2398
|
input[type="search"] {
|
2393
2399
|
-webkit-appearance: none;
|
2394
2400
|
}
|
2395
|
-
|
2396
|
-
input[type="
|
2397
|
-
input[type="
|
2398
|
-
input[type="
|
2399
|
-
|
2400
|
-
|
2401
|
-
}
|
2402
|
-
input[type="date"].input-sm,
|
2403
|
-
input[type="time"].input-sm,
|
2404
|
-
input[type="datetime-local"].input-sm,
|
2405
|
-
input[type="month"].input-sm {
|
2406
|
-
|
2407
|
-
|
2408
|
-
|
2409
|
-
input[type="
|
2410
|
-
input[type="
|
2411
|
-
input[type="
|
2412
|
-
|
2413
|
-
|
2414
|
-
line-height: 1.33 \0;
|
2415
|
-
}
|
2416
|
-
_:-ms-fullscreen,
|
2417
|
-
:root input[type="date"],
|
2418
|
-
_:-ms-fullscreen,
|
2419
|
-
:root input[type="time"],
|
2420
|
-
_:-ms-fullscreen,
|
2421
|
-
:root input[type="datetime-local"],
|
2422
|
-
_:-ms-fullscreen,
|
2423
|
-
:root input[type="month"] {
|
2424
|
-
line-height: 1.42857143;
|
2425
|
-
}
|
2426
|
-
_:-ms-fullscreen.input-sm,
|
2427
|
-
:root input[type="date"].input-sm,
|
2428
|
-
_:-ms-fullscreen.input-sm,
|
2429
|
-
:root input[type="time"].input-sm,
|
2430
|
-
_:-ms-fullscreen.input-sm,
|
2431
|
-
:root input[type="datetime-local"].input-sm,
|
2432
|
-
_:-ms-fullscreen.input-sm,
|
2433
|
-
:root input[type="month"].input-sm {
|
2434
|
-
line-height: 1.5;
|
2435
|
-
}
|
2436
|
-
_:-ms-fullscreen.input-lg,
|
2437
|
-
:root input[type="date"].input-lg,
|
2438
|
-
_:-ms-fullscreen.input-lg,
|
2439
|
-
:root input[type="time"].input-lg,
|
2440
|
-
_:-ms-fullscreen.input-lg,
|
2441
|
-
:root input[type="datetime-local"].input-lg,
|
2442
|
-
_:-ms-fullscreen.input-lg,
|
2443
|
-
:root input[type="month"].input-lg {
|
2444
|
-
line-height: 1.33;
|
2401
|
+
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
2402
|
+
input[type="date"],
|
2403
|
+
input[type="time"],
|
2404
|
+
input[type="datetime-local"],
|
2405
|
+
input[type="month"] {
|
2406
|
+
line-height: 39px;
|
2407
|
+
}
|
2408
|
+
input[type="date"].input-sm,
|
2409
|
+
input[type="time"].input-sm,
|
2410
|
+
input[type="datetime-local"].input-sm,
|
2411
|
+
input[type="month"].input-sm {
|
2412
|
+
line-height: 31px;
|
2413
|
+
}
|
2414
|
+
input[type="date"].input-lg,
|
2415
|
+
input[type="time"].input-lg,
|
2416
|
+
input[type="datetime-local"].input-lg,
|
2417
|
+
input[type="month"].input-lg {
|
2418
|
+
line-height: 52px;
|
2419
|
+
}
|
2445
2420
|
}
|
2446
2421
|
.form-group {
|
2447
2422
|
margin-bottom: 15px;
|
@@ -2777,7 +2752,8 @@ select[multiple].form-group-lg .form-control {
|
|
2777
2752
|
font-weight: normal;
|
2778
2753
|
text-align: center;
|
2779
2754
|
vertical-align: middle;
|
2780
|
-
touch-action: manipulation;
|
2755
|
+
-ms-touch-action: manipulation;
|
2756
|
+
touch-action: manipulation;
|
2781
2757
|
cursor: pointer;
|
2782
2758
|
background-image: none;
|
2783
2759
|
border: 1px solid transparent;
|
@@ -3188,11 +3164,14 @@ tbody.collapse.in {
|
|
3188
3164
|
height: 0;
|
3189
3165
|
overflow: hidden;
|
3190
3166
|
-webkit-transition-property: height, visibility;
|
3191
|
-
transition-property: height, visibility;
|
3167
|
+
-o-transition-property: height, visibility;
|
3168
|
+
transition-property: height, visibility;
|
3192
3169
|
-webkit-transition-duration: 0.35s;
|
3193
|
-
transition-duration: 0.35s;
|
3170
|
+
-o-transition-duration: 0.35s;
|
3171
|
+
transition-duration: 0.35s;
|
3194
3172
|
-webkit-transition-timing-function: ease;
|
3195
|
-
transition-timing-function: ease;
|
3173
|
+
-o-transition-timing-function: ease;
|
3174
|
+
transition-timing-function: ease;
|
3196
3175
|
}
|
3197
3176
|
.caret {
|
3198
3177
|
display: inline-block;
|
@@ -3228,7 +3207,8 @@ tbody.collapse.in {
|
|
3228
3207
|
border-radius: 0;
|
3229
3208
|
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
3230
3209
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
3231
|
-
background-clip: padding-box;
|
3210
|
+
-webkit-background-clip: padding-box;
|
3211
|
+
background-clip: padding-box;
|
3232
3212
|
}
|
3233
3213
|
.dropdown-menu.pull-right {
|
3234
3214
|
right: 0;
|
@@ -3353,10 +3333,6 @@ tbody.collapse.in {
|
|
3353
3333
|
.btn-group-vertical > .btn.active {
|
3354
3334
|
z-index: 2;
|
3355
3335
|
}
|
3356
|
-
.btn-group > .btn:focus,
|
3357
|
-
.btn-group-vertical > .btn:focus {
|
3358
|
-
outline: 0;
|
3359
|
-
}
|
3360
3336
|
.btn-group .btn + .btn,
|
3361
3337
|
.btn-group .btn + .btn-group,
|
3362
3338
|
.btn-group .btn-group + .btn,
|
@@ -3873,7 +3849,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3873
3849
|
padding-right: 15px;
|
3874
3850
|
padding-left: 15px;
|
3875
3851
|
border-top: 1px solid transparent;
|
3876
|
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
3852
|
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
3853
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
|
3877
3854
|
-webkit-overflow-scrolling: touch;
|
3878
3855
|
}
|
3879
3856
|
.navbar-collapse.in {
|
@@ -3883,7 +3860,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
3883
3860
|
.navbar-collapse {
|
3884
3861
|
width: auto;
|
3885
3862
|
border-top: 0;
|
3886
|
-
box-shadow: none;
|
3863
|
+
-webkit-box-shadow: none;
|
3864
|
+
box-shadow: none;
|
3887
3865
|
}
|
3888
3866
|
.navbar-collapse.collapse {
|
3889
3867
|
display: block !important;
|
@@ -4024,7 +4002,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4024
4002
|
margin-top: 0;
|
4025
4003
|
background-color: transparent;
|
4026
4004
|
border: 0;
|
4027
|
-
box-shadow: none;
|
4005
|
+
-webkit-box-shadow: none;
|
4006
|
+
box-shadow: none;
|
4028
4007
|
}
|
4029
4008
|
.navbar-nav .open .dropdown-menu > li > a,
|
4030
4009
|
.navbar-nav .open .dropdown-menu .dropdown-header {
|
@@ -4138,6 +4117,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|
4138
4117
|
border-top-left-radius: 0;
|
4139
4118
|
}
|
4140
4119
|
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
4120
|
+
border-top-right-radius: 0;
|
4121
|
+
border-top-left-radius: 0;
|
4141
4122
|
border-bottom-right-radius: 0;
|
4142
4123
|
border-bottom-left-radius: 0;
|
4143
4124
|
}
|
@@ -4621,11 +4602,17 @@ a.badge:focus {
|
|
4621
4602
|
text-decoration: none;
|
4622
4603
|
cursor: pointer;
|
4623
4604
|
}
|
4624
|
-
|
4605
|
+
.list-group-item.active > .badge,
|
4625
4606
|
.nav-pills > .active > a > .badge {
|
4626
4607
|
color: #df691a;
|
4627
4608
|
background-color: #ffffff;
|
4628
4609
|
}
|
4610
|
+
.list-group-item > .badge {
|
4611
|
+
float: right;
|
4612
|
+
}
|
4613
|
+
.list-group-item > .badge + .badge {
|
4614
|
+
margin-right: 5px;
|
4615
|
+
}
|
4629
4616
|
.nav-pills > li > a > .badge {
|
4630
4617
|
margin-left: 3px;
|
4631
4618
|
}
|
@@ -4658,7 +4645,8 @@ a.list-group-item.active > .badge,
|
|
4658
4645
|
.jumbotron {
|
4659
4646
|
padding: 48px 0;
|
4660
4647
|
}
|
4661
|
-
.container .jumbotron
|
4648
|
+
.container .jumbotron,
|
4649
|
+
.container-fluid .jumbotron {
|
4662
4650
|
padding-left: 60px;
|
4663
4651
|
padding-right: 60px;
|
4664
4652
|
}
|
@@ -4776,6 +4764,14 @@ a.thumbnail.active {
|
|
4776
4764
|
background-position: 0 0;
|
4777
4765
|
}
|
4778
4766
|
}
|
4767
|
+
@-o-keyframes progress-bar-stripes {
|
4768
|
+
from {
|
4769
|
+
background-position: 40px 0;
|
4770
|
+
}
|
4771
|
+
to {
|
4772
|
+
background-position: 0 0;
|
4773
|
+
}
|
4774
|
+
}
|
4779
4775
|
@keyframes progress-bar-stripes {
|
4780
4776
|
from {
|
4781
4777
|
background-position: 40px 0;
|
@@ -4813,7 +4809,8 @@ a.thumbnail.active {
|
|
4813
4809
|
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
4814
4810
|
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
4815
4811
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
4816
|
-
background-size: 40px 40px;
|
4812
|
+
-webkit-background-size: 40px 40px;
|
4813
|
+
background-size: 40px 40px;
|
4817
4814
|
}
|
4818
4815
|
.progress.active .progress-bar,
|
4819
4816
|
.progress-bar.active {
|
@@ -4908,12 +4905,6 @@ a.thumbnail.active {
|
|
4908
4905
|
border-bottom-right-radius: 0;
|
4909
4906
|
border-bottom-left-radius: 0;
|
4910
4907
|
}
|
4911
|
-
.list-group-item > .badge {
|
4912
|
-
float: right;
|
4913
|
-
}
|
4914
|
-
.list-group-item > .badge + .badge {
|
4915
|
-
margin-right: 5px;
|
4916
|
-
}
|
4917
4908
|
a.list-group-item {
|
4918
4909
|
color: #ebebeb;
|
4919
4910
|
}
|
@@ -5492,7 +5483,6 @@ button.close {
|
|
5492
5483
|
-o-transform: translate(0, -25%);
|
5493
5484
|
transform: translate(0, -25%);
|
5494
5485
|
-webkit-transition: -webkit-transform 0.3s ease-out;
|
5495
|
-
-moz-transition: -moz-transform 0.3s ease-out;
|
5496
5486
|
-o-transition: -o-transform 0.3s ease-out;
|
5497
5487
|
transition: transform 0.3s ease-out;
|
5498
5488
|
}
|
@@ -5518,14 +5508,14 @@ button.close {
|
|
5518
5508
|
border-radius: 0;
|
5519
5509
|
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
5520
5510
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
|
5521
|
-
background-clip: padding-box;
|
5511
|
+
-webkit-background-clip: padding-box;
|
5512
|
+
background-clip: padding-box;
|
5522
5513
|
outline: 0;
|
5523
5514
|
}
|
5524
5515
|
.modal-backdrop {
|
5525
|
-
position:
|
5516
|
+
position: absolute;
|
5526
5517
|
top: 0;
|
5527
5518
|
right: 0;
|
5528
|
-
bottom: 0;
|
5529
5519
|
left: 0;
|
5530
5520
|
background-color: #000000;
|
5531
5521
|
}
|
@@ -5598,7 +5588,9 @@ button.close {
|
|
5598
5588
|
z-index: 1070;
|
5599
5589
|
display: block;
|
5600
5590
|
visibility: visible;
|
5591
|
+
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
5601
5592
|
font-size: 13px;
|
5593
|
+
font-weight: normal;
|
5602
5594
|
line-height: 1.4;
|
5603
5595
|
opacity: 0;
|
5604
5596
|
filter: alpha(opacity=0);
|
@@ -5648,13 +5640,15 @@ button.close {
|
|
5648
5640
|
}
|
5649
5641
|
.tooltip.top-left .tooltip-arrow {
|
5650
5642
|
bottom: 0;
|
5651
|
-
|
5643
|
+
right: 5px;
|
5644
|
+
margin-bottom: -5px;
|
5652
5645
|
border-width: 5px 5px 0;
|
5653
5646
|
border-top-color: #000000;
|
5654
5647
|
}
|
5655
5648
|
.tooltip.top-right .tooltip-arrow {
|
5656
5649
|
bottom: 0;
|
5657
|
-
|
5650
|
+
left: 5px;
|
5651
|
+
margin-bottom: -5px;
|
5658
5652
|
border-width: 5px 5px 0;
|
5659
5653
|
border-top-color: #000000;
|
5660
5654
|
}
|
@@ -5681,13 +5675,15 @@ button.close {
|
|
5681
5675
|
}
|
5682
5676
|
.tooltip.bottom-left .tooltip-arrow {
|
5683
5677
|
top: 0;
|
5684
|
-
|
5678
|
+
right: 5px;
|
5679
|
+
margin-top: -5px;
|
5685
5680
|
border-width: 0 5px 5px;
|
5686
5681
|
border-bottom-color: #000000;
|
5687
5682
|
}
|
5688
5683
|
.tooltip.bottom-right .tooltip-arrow {
|
5689
5684
|
top: 0;
|
5690
|
-
|
5685
|
+
left: 5px;
|
5686
|
+
margin-top: -5px;
|
5691
5687
|
border-width: 0 5px 5px;
|
5692
5688
|
border-bottom-color: #000000;
|
5693
5689
|
}
|
@@ -5699,12 +5695,14 @@ button.close {
|
|
5699
5695
|
display: none;
|
5700
5696
|
max-width: 276px;
|
5701
5697
|
padding: 1px;
|
5698
|
+
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
5702
5699
|
font-size: 15px;
|
5703
5700
|
font-weight: normal;
|
5704
5701
|
line-height: 1.42857143;
|
5705
5702
|
text-align: left;
|
5706
5703
|
background-color: #4e5d6c;
|
5707
|
-
background-clip: padding-box;
|
5704
|
+
-webkit-background-clip: padding-box;
|
5705
|
+
background-clip: padding-box;
|
5708
5706
|
border: 1px solid transparent;
|
5709
5707
|
border-radius: 0;
|
5710
5708
|
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
@@ -5827,24 +5825,31 @@ button.close {
|
|
5827
5825
|
}
|
5828
5826
|
@media all and (transform-3d), (-webkit-transform-3d) {
|
5829
5827
|
.carousel-inner > .item {
|
5830
|
-
transition: transform 0.6s ease-in-out;
|
5831
|
-
|
5832
|
-
|
5828
|
+
-webkit-transition: -webkit-transform 0.6s ease-in-out;
|
5829
|
+
-o-transition: -o-transform 0.6s ease-in-out;
|
5830
|
+
transition: transform 0.6s ease-in-out;
|
5831
|
+
-webkit-backface-visibility: hidden;
|
5832
|
+
backface-visibility: hidden;
|
5833
|
+
-webkit-perspective: 1000;
|
5834
|
+
perspective: 1000;
|
5833
5835
|
}
|
5834
5836
|
.carousel-inner > .item.next,
|
5835
5837
|
.carousel-inner > .item.active.right {
|
5836
|
-
transform: translate3d(100%, 0, 0);
|
5838
|
+
-webkit-transform: translate3d(100%, 0, 0);
|
5839
|
+
transform: translate3d(100%, 0, 0);
|
5837
5840
|
left: 0;
|
5838
5841
|
}
|
5839
5842
|
.carousel-inner > .item.prev,
|
5840
5843
|
.carousel-inner > .item.active.left {
|
5841
|
-
transform: translate3d(-100%, 0, 0);
|
5844
|
+
-webkit-transform: translate3d(-100%, 0, 0);
|
5845
|
+
transform: translate3d(-100%, 0, 0);
|
5842
5846
|
left: 0;
|
5843
5847
|
}
|
5844
5848
|
.carousel-inner > .item.next.left,
|
5845
5849
|
.carousel-inner > .item.prev.right,
|
5846
5850
|
.carousel-inner > .item.active {
|
5847
|
-
transform: translate3d(0, 0, 0);
|
5851
|
+
-webkit-transform: translate3d(0, 0, 0);
|
5852
|
+
transform: translate3d(0, 0, 0);
|
5848
5853
|
left: 0;
|
5849
5854
|
}
|
5850
5855
|
}
|
@@ -5894,6 +5899,7 @@ button.close {
|
|
5894
5899
|
.carousel-control.left {
|
5895
5900
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
5896
5901
|
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
5902
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
|
5897
5903
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
|
5898
5904
|
background-repeat: repeat-x;
|
5899
5905
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
|
@@ -5903,6 +5909,7 @@ button.close {
|
|
5903
5909
|
right: 0;
|
5904
5910
|
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
5905
5911
|
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
5912
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
|
5906
5913
|
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
|
5907
5914
|
background-repeat: repeat-x;
|
5908
5915
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
|