bootswatch_rails 3.3.7.6 → 3.3.7.7
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.13.zip +0 -0
- data/generate.sh +16 -2
- data/lib/bootswatch_rails/engine.rb +1 -1
- data/lib/bootswatch_rails/version.rb +5 -5
- data/vendor/assets/javascripts/dataTables.responsive.js +30 -7
- data/vendor/assets/javascripts/jquery.dataTables.js +246 -217
- data/vendor/assets/stylesheets/cosmo.css +1 -1
- data/vendor/assets/stylesheets/cyborg.css +1 -1
- data/vendor/assets/stylesheets/lumen.css +2 -1
- data/vendor/assets/stylesheets/paper.css +230 -57
- data/vendor/assets/stylesheets/responsive.dataTables.css +4 -4
- data/vendor/assets/stylesheets/solar.css +6858 -0
- data/vendor/assets/stylesheets/superhero.css +4 -4
- metadata +5 -3
@@ -2,7 +2,7 @@
|
|
2
2
|
/*!
|
3
3
|
* bootswatch v3.3.7
|
4
4
|
* Homepage: http://bootswatch.com
|
5
|
-
* Copyright 2012-
|
5
|
+
* Copyright 2012-2017 Thomas Park
|
6
6
|
* Licensed under MIT
|
7
7
|
* Based on Bootstrap
|
8
8
|
*/
|
@@ -6763,6 +6763,7 @@ button.close {
|
|
6763
6763
|
border-width: 0 1px 4px 1px;
|
6764
6764
|
font-size: 12px;
|
6765
6765
|
font-weight: bold;
|
6766
|
+
line-height: 1.5;
|
6766
6767
|
text-transform: uppercase;
|
6767
6768
|
}
|
6768
6769
|
.btn:hover {
|
@@ -2,7 +2,7 @@
|
|
2
2
|
/*!
|
3
3
|
* bootswatch v3.3.7
|
4
4
|
* Homepage: http://bootswatch.com
|
5
|
-
* Copyright 2012-
|
5
|
+
* Copyright 2012-2017 Thomas Park
|
6
6
|
* Licensed under MIT
|
7
7
|
* Based on Bootstrap
|
8
8
|
*/
|
@@ -5060,48 +5060,48 @@ a.thumbnail.active {
|
|
5060
5060
|
color: inherit;
|
5061
5061
|
}
|
5062
5062
|
.alert-success {
|
5063
|
-
background-color: #
|
5064
|
-
border-color: #
|
5065
|
-
color: #
|
5063
|
+
background-color: #4caf50;
|
5064
|
+
border-color: #509d44;
|
5065
|
+
color: #ffffff;
|
5066
5066
|
}
|
5067
5067
|
.alert-success hr {
|
5068
|
-
border-top-color: #
|
5068
|
+
border-top-color: #478b3d;
|
5069
5069
|
}
|
5070
5070
|
.alert-success .alert-link {
|
5071
|
-
color: #
|
5071
|
+
color: #e6e6e6;
|
5072
5072
|
}
|
5073
5073
|
.alert-info {
|
5074
|
-
background-color: #
|
5075
|
-
border-color: #
|
5076
|
-
color: #
|
5074
|
+
background-color: #9c27b0;
|
5075
|
+
border-color: #75229b;
|
5076
|
+
color: #ffffff;
|
5077
5077
|
}
|
5078
5078
|
.alert-info hr {
|
5079
|
-
border-top-color: #
|
5079
|
+
border-top-color: #661e86;
|
5080
5080
|
}
|
5081
5081
|
.alert-info .alert-link {
|
5082
|
-
color: #
|
5082
|
+
color: #e6e6e6;
|
5083
5083
|
}
|
5084
5084
|
.alert-warning {
|
5085
|
-
background-color: #
|
5086
|
-
border-color: #
|
5087
|
-
color: #
|
5085
|
+
background-color: #ff9800;
|
5086
|
+
border-color: #e66300;
|
5087
|
+
color: #ffffff;
|
5088
5088
|
}
|
5089
5089
|
.alert-warning hr {
|
5090
|
-
border-top-color: #
|
5090
|
+
border-top-color: #cc5800;
|
5091
5091
|
}
|
5092
5092
|
.alert-warning .alert-link {
|
5093
|
-
color: #
|
5093
|
+
color: #e6e6e6;
|
5094
5094
|
}
|
5095
5095
|
.alert-danger {
|
5096
|
-
background-color: #
|
5097
|
-
border-color: #
|
5098
|
-
color: #
|
5096
|
+
background-color: #e51c23;
|
5097
|
+
border-color: #d0183d;
|
5098
|
+
color: #ffffff;
|
5099
5099
|
}
|
5100
5100
|
.alert-danger hr {
|
5101
|
-
border-top-color: #
|
5101
|
+
border-top-color: #b91536;
|
5102
5102
|
}
|
5103
5103
|
.alert-danger .alert-link {
|
5104
|
-
color: #
|
5104
|
+
color: #e6e6e6;
|
5105
5105
|
}
|
5106
5106
|
@-webkit-keyframes progress-bar-stripes {
|
5107
5107
|
from {
|
@@ -6786,6 +6786,9 @@ button.close {
|
|
6786
6786
|
-webkit-box-shadow: inset 0 -2px 0 #ffffff;
|
6787
6787
|
box-shadow: inset 0 -2px 0 #ffffff;
|
6788
6788
|
}
|
6789
|
+
.btn-default {
|
6790
|
+
position: relative;
|
6791
|
+
}
|
6789
6792
|
.btn-default:focus {
|
6790
6793
|
background-color: #ffffff;
|
6791
6794
|
}
|
@@ -6797,6 +6800,38 @@ button.close {
|
|
6797
6800
|
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6798
6801
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6799
6802
|
}
|
6803
|
+
.btn-default:after {
|
6804
|
+
content: "";
|
6805
|
+
display: block;
|
6806
|
+
position: absolute;
|
6807
|
+
width: 100%;
|
6808
|
+
height: 100%;
|
6809
|
+
top: 0;
|
6810
|
+
left: 0;
|
6811
|
+
background-image: -webkit-radial-gradient(circle, #444444 10%, transparent 10.01%);
|
6812
|
+
background-image: -o-radial-gradient(circle, #444444 10%, transparent 10.01%);
|
6813
|
+
background-image: radial-gradient(circle, #444444 10%, transparent 10.01%);
|
6814
|
+
background-repeat: no-repeat;
|
6815
|
+
-webkit-background-size: 1000% 1000%;
|
6816
|
+
background-size: 1000% 1000%;
|
6817
|
+
background-position: 50%;
|
6818
|
+
opacity: 0;
|
6819
|
+
pointer-events: none;
|
6820
|
+
-webkit-transition: background .5s, opacity 1s;
|
6821
|
+
-o-transition: background .5s, opacity 1s;
|
6822
|
+
transition: background .5s, opacity 1s;
|
6823
|
+
}
|
6824
|
+
.btn-default:active:after {
|
6825
|
+
-webkit-background-size: 0% 0%;
|
6826
|
+
background-size: 0% 0%;
|
6827
|
+
opacity: .2;
|
6828
|
+
-webkit-transition: 0s;
|
6829
|
+
-o-transition: 0s;
|
6830
|
+
transition: 0s;
|
6831
|
+
}
|
6832
|
+
.btn-primary {
|
6833
|
+
position: relative;
|
6834
|
+
}
|
6800
6835
|
.btn-primary:focus {
|
6801
6836
|
background-color: #2196f3;
|
6802
6837
|
}
|
@@ -6808,6 +6843,38 @@ button.close {
|
|
6808
6843
|
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6809
6844
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6810
6845
|
}
|
6846
|
+
.btn-primary:after {
|
6847
|
+
content: "";
|
6848
|
+
display: block;
|
6849
|
+
position: absolute;
|
6850
|
+
width: 100%;
|
6851
|
+
height: 100%;
|
6852
|
+
top: 0;
|
6853
|
+
left: 0;
|
6854
|
+
background-image: -webkit-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6855
|
+
background-image: -o-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6856
|
+
background-image: radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6857
|
+
background-repeat: no-repeat;
|
6858
|
+
-webkit-background-size: 1000% 1000%;
|
6859
|
+
background-size: 1000% 1000%;
|
6860
|
+
background-position: 50%;
|
6861
|
+
opacity: 0;
|
6862
|
+
pointer-events: none;
|
6863
|
+
-webkit-transition: background .5s, opacity 1s;
|
6864
|
+
-o-transition: background .5s, opacity 1s;
|
6865
|
+
transition: background .5s, opacity 1s;
|
6866
|
+
}
|
6867
|
+
.btn-primary:active:after {
|
6868
|
+
-webkit-background-size: 0% 0%;
|
6869
|
+
background-size: 0% 0%;
|
6870
|
+
opacity: .2;
|
6871
|
+
-webkit-transition: 0s;
|
6872
|
+
-o-transition: 0s;
|
6873
|
+
transition: 0s;
|
6874
|
+
}
|
6875
|
+
.btn-success {
|
6876
|
+
position: relative;
|
6877
|
+
}
|
6811
6878
|
.btn-success:focus {
|
6812
6879
|
background-color: #4caf50;
|
6813
6880
|
}
|
@@ -6819,6 +6886,38 @@ button.close {
|
|
6819
6886
|
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6820
6887
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6821
6888
|
}
|
6889
|
+
.btn-success:after {
|
6890
|
+
content: "";
|
6891
|
+
display: block;
|
6892
|
+
position: absolute;
|
6893
|
+
width: 100%;
|
6894
|
+
height: 100%;
|
6895
|
+
top: 0;
|
6896
|
+
left: 0;
|
6897
|
+
background-image: -webkit-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6898
|
+
background-image: -o-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6899
|
+
background-image: radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6900
|
+
background-repeat: no-repeat;
|
6901
|
+
-webkit-background-size: 1000% 1000%;
|
6902
|
+
background-size: 1000% 1000%;
|
6903
|
+
background-position: 50%;
|
6904
|
+
opacity: 0;
|
6905
|
+
pointer-events: none;
|
6906
|
+
-webkit-transition: background .5s, opacity 1s;
|
6907
|
+
-o-transition: background .5s, opacity 1s;
|
6908
|
+
transition: background .5s, opacity 1s;
|
6909
|
+
}
|
6910
|
+
.btn-success:active:after {
|
6911
|
+
-webkit-background-size: 0% 0%;
|
6912
|
+
background-size: 0% 0%;
|
6913
|
+
opacity: .2;
|
6914
|
+
-webkit-transition: 0s;
|
6915
|
+
-o-transition: 0s;
|
6916
|
+
transition: 0s;
|
6917
|
+
}
|
6918
|
+
.btn-info {
|
6919
|
+
position: relative;
|
6920
|
+
}
|
6822
6921
|
.btn-info:focus {
|
6823
6922
|
background-color: #9c27b0;
|
6824
6923
|
}
|
@@ -6830,6 +6929,38 @@ button.close {
|
|
6830
6929
|
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6831
6930
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6832
6931
|
}
|
6932
|
+
.btn-info:after {
|
6933
|
+
content: "";
|
6934
|
+
display: block;
|
6935
|
+
position: absolute;
|
6936
|
+
width: 100%;
|
6937
|
+
height: 100%;
|
6938
|
+
top: 0;
|
6939
|
+
left: 0;
|
6940
|
+
background-image: -webkit-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6941
|
+
background-image: -o-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6942
|
+
background-image: radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6943
|
+
background-repeat: no-repeat;
|
6944
|
+
-webkit-background-size: 1000% 1000%;
|
6945
|
+
background-size: 1000% 1000%;
|
6946
|
+
background-position: 50%;
|
6947
|
+
opacity: 0;
|
6948
|
+
pointer-events: none;
|
6949
|
+
-webkit-transition: background .5s, opacity 1s;
|
6950
|
+
-o-transition: background .5s, opacity 1s;
|
6951
|
+
transition: background .5s, opacity 1s;
|
6952
|
+
}
|
6953
|
+
.btn-info:active:after {
|
6954
|
+
-webkit-background-size: 0% 0%;
|
6955
|
+
background-size: 0% 0%;
|
6956
|
+
opacity: .2;
|
6957
|
+
-webkit-transition: 0s;
|
6958
|
+
-o-transition: 0s;
|
6959
|
+
transition: 0s;
|
6960
|
+
}
|
6961
|
+
.btn-warning {
|
6962
|
+
position: relative;
|
6963
|
+
}
|
6833
6964
|
.btn-warning:focus {
|
6834
6965
|
background-color: #ff9800;
|
6835
6966
|
}
|
@@ -6841,6 +6972,38 @@ button.close {
|
|
6841
6972
|
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6842
6973
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6843
6974
|
}
|
6975
|
+
.btn-warning:after {
|
6976
|
+
content: "";
|
6977
|
+
display: block;
|
6978
|
+
position: absolute;
|
6979
|
+
width: 100%;
|
6980
|
+
height: 100%;
|
6981
|
+
top: 0;
|
6982
|
+
left: 0;
|
6983
|
+
background-image: -webkit-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6984
|
+
background-image: -o-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6985
|
+
background-image: radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
6986
|
+
background-repeat: no-repeat;
|
6987
|
+
-webkit-background-size: 1000% 1000%;
|
6988
|
+
background-size: 1000% 1000%;
|
6989
|
+
background-position: 50%;
|
6990
|
+
opacity: 0;
|
6991
|
+
pointer-events: none;
|
6992
|
+
-webkit-transition: background .5s, opacity 1s;
|
6993
|
+
-o-transition: background .5s, opacity 1s;
|
6994
|
+
transition: background .5s, opacity 1s;
|
6995
|
+
}
|
6996
|
+
.btn-warning:active:after {
|
6997
|
+
-webkit-background-size: 0% 0%;
|
6998
|
+
background-size: 0% 0%;
|
6999
|
+
opacity: .2;
|
7000
|
+
-webkit-transition: 0s;
|
7001
|
+
-o-transition: 0s;
|
7002
|
+
transition: 0s;
|
7003
|
+
}
|
7004
|
+
.btn-danger {
|
7005
|
+
position: relative;
|
7006
|
+
}
|
6844
7007
|
.btn-danger:focus {
|
6845
7008
|
background-color: #e51c23;
|
6846
7009
|
}
|
@@ -6852,6 +7015,38 @@ button.close {
|
|
6852
7015
|
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6853
7016
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6854
7017
|
}
|
7018
|
+
.btn-danger:after {
|
7019
|
+
content: "";
|
7020
|
+
display: block;
|
7021
|
+
position: absolute;
|
7022
|
+
width: 100%;
|
7023
|
+
height: 100%;
|
7024
|
+
top: 0;
|
7025
|
+
left: 0;
|
7026
|
+
background-image: -webkit-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
7027
|
+
background-image: -o-radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
7028
|
+
background-image: radial-gradient(circle, #ffffff 10%, transparent 10.01%);
|
7029
|
+
background-repeat: no-repeat;
|
7030
|
+
-webkit-background-size: 1000% 1000%;
|
7031
|
+
background-size: 1000% 1000%;
|
7032
|
+
background-position: 50%;
|
7033
|
+
opacity: 0;
|
7034
|
+
pointer-events: none;
|
7035
|
+
-webkit-transition: background .5s, opacity 1s;
|
7036
|
+
-o-transition: background .5s, opacity 1s;
|
7037
|
+
transition: background .5s, opacity 1s;
|
7038
|
+
}
|
7039
|
+
.btn-danger:active:after {
|
7040
|
+
-webkit-background-size: 0% 0%;
|
7041
|
+
background-size: 0% 0%;
|
7042
|
+
opacity: .2;
|
7043
|
+
-webkit-transition: 0s;
|
7044
|
+
-o-transition: 0s;
|
7045
|
+
transition: 0s;
|
7046
|
+
}
|
7047
|
+
.btn-link {
|
7048
|
+
position: relative;
|
7049
|
+
}
|
6855
7050
|
.btn-link:focus {
|
6856
7051
|
background-color: #ffffff;
|
6857
7052
|
}
|
@@ -6863,17 +7058,7 @@ button.close {
|
|
6863
7058
|
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6864
7059
|
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
|
6865
7060
|
}
|
6866
|
-
.btn {
|
6867
|
-
text-transform: uppercase;
|
6868
|
-
border: none;
|
6869
|
-
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
|
6870
|
-
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
|
6871
|
-
-webkit-transition: all 0.4s;
|
6872
|
-
-o-transition: all 0.4s;
|
6873
|
-
transition: all 0.4s;
|
6874
|
-
position: relative;
|
6875
|
-
}
|
6876
|
-
.btn:after {
|
7061
|
+
.btn-link:after {
|
6877
7062
|
content: "";
|
6878
7063
|
display: block;
|
6879
7064
|
position: absolute;
|
@@ -6881,9 +7066,9 @@ button.close {
|
|
6881
7066
|
height: 100%;
|
6882
7067
|
top: 0;
|
6883
7068
|
left: 0;
|
6884
|
-
background-image: -webkit-radial-gradient(circle, #
|
6885
|
-
background-image: -o-radial-gradient(circle, #
|
6886
|
-
background-image: radial-gradient(circle, #
|
7069
|
+
background-image: -webkit-radial-gradient(circle, #444444 10%, transparent 10.01%);
|
7070
|
+
background-image: -o-radial-gradient(circle, #444444 10%, transparent 10.01%);
|
7071
|
+
background-image: radial-gradient(circle, #444444 10%, transparent 10.01%);
|
6887
7072
|
background-repeat: no-repeat;
|
6888
7073
|
-webkit-background-size: 1000% 1000%;
|
6889
7074
|
background-size: 1000% 1000%;
|
@@ -6894,7 +7079,7 @@ button.close {
|
|
6894
7079
|
-o-transition: background .5s, opacity 1s;
|
6895
7080
|
transition: background .5s, opacity 1s;
|
6896
7081
|
}
|
6897
|
-
.btn:active:after {
|
7082
|
+
.btn-link:active:after {
|
6898
7083
|
-webkit-background-size: 0% 0%;
|
6899
7084
|
background-size: 0% 0%;
|
6900
7085
|
opacity: .2;
|
@@ -6902,6 +7087,15 @@ button.close {
|
|
6902
7087
|
-o-transition: 0s;
|
6903
7088
|
transition: 0s;
|
6904
7089
|
}
|
7090
|
+
.btn {
|
7091
|
+
text-transform: uppercase;
|
7092
|
+
border: none;
|
7093
|
+
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
|
7094
|
+
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
|
7095
|
+
-webkit-transition: all 0.4s;
|
7096
|
+
-o-transition: all 0.4s;
|
7097
|
+
transition: all 0.4s;
|
7098
|
+
}
|
6905
7099
|
.btn-link {
|
6906
7100
|
border-radius: 3px;
|
6907
7101
|
-webkit-box-shadow: none;
|
@@ -7372,27 +7566,6 @@ input[type="checkbox"]:disabled:checked:after,
|
|
7372
7566
|
}
|
7373
7567
|
.alert {
|
7374
7568
|
border: none;
|
7375
|
-
color: #fff;
|
7376
|
-
}
|
7377
|
-
.alert-success {
|
7378
|
-
background-color: #4caf50;
|
7379
|
-
}
|
7380
|
-
.alert-info {
|
7381
|
-
background-color: #9c27b0;
|
7382
|
-
}
|
7383
|
-
.alert-warning {
|
7384
|
-
background-color: #ff9800;
|
7385
|
-
}
|
7386
|
-
.alert-danger {
|
7387
|
-
background-color: #e51c23;
|
7388
|
-
}
|
7389
|
-
.alert a:not(.close):not(.btn),
|
7390
|
-
.alert .alert-link {
|
7391
|
-
color: #fff;
|
7392
|
-
font-weight: bold;
|
7393
|
-
}
|
7394
|
-
.alert .close {
|
7395
|
-
color: #fff;
|
7396
7569
|
}
|
7397
7570
|
.badge {
|
7398
7571
|
padding: 4px 6px 4px;
|
@@ -92,20 +92,20 @@ table.dataTable > tbody > tr.child {
|
|
92
92
|
table.dataTable > tbody > tr.child:hover {
|
93
93
|
background: transparent !important;
|
94
94
|
}
|
95
|
-
table.dataTable > tbody > tr.child ul {
|
95
|
+
table.dataTable > tbody > tr.child ul.dtr-details {
|
96
96
|
display: inline-block;
|
97
97
|
list-style-type: none;
|
98
98
|
margin: 0;
|
99
99
|
padding: 0;
|
100
100
|
}
|
101
|
-
table.dataTable > tbody > tr.child ul li {
|
101
|
+
table.dataTable > tbody > tr.child ul.dtr-details li {
|
102
102
|
border-bottom: 1px solid #efefef;
|
103
103
|
padding: 0.5em 0;
|
104
104
|
}
|
105
|
-
table.dataTable > tbody > tr.child ul li:first-child {
|
105
|
+
table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
|
106
106
|
padding-top: 0;
|
107
107
|
}
|
108
|
-
table.dataTable > tbody > tr.child ul li:last-child {
|
108
|
+
table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
|
109
109
|
border-bottom: none;
|
110
110
|
}
|
111
111
|
table.dataTable > tbody > tr.child span.dtr-title {
|