48001679 by bootflat

fixed #45 #46

1 parent 22de7b4b
...@@ -164,7 +164,7 @@ blockquote { ...@@ -164,7 +164,7 @@ blockquote {
164 } 164 }
165 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] { 165 .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .btn-link.disabled, .btn-link[disabled] {
166 color: #3bafda; 166 color: #3bafda;
167 background-color: transparent; 167 background-color: transparent;
168 border-color: transparent; 168 border-color: transparent;
169 -webkit-box-shadow: none; 169 -webkit-box-shadow: none;
170 -moz-box-shadow: none; 170 -moz-box-shadow: none;
...@@ -318,7 +318,7 @@ blockquote { ...@@ -318,7 +318,7 @@ blockquote {
318 .label-default, 318 .label-default,
319 .badge-default { 319 .badge-default {
320 color: #434a54; 320 color: #434a54;
321 background-color: white; 321 background-color: white;
322 border: 1px solid #aab2bd; 322 border: 1px solid #aab2bd;
323 } 323 }
324 324
...@@ -378,7 +378,7 @@ blockquote { ...@@ -378,7 +378,7 @@ blockquote {
378 * -------------------------------------------------- 378 * --------------------------------------------------
379 */ 379 */
380 .popover { 380 .popover {
381 color: white; 381 color: white;
382 background-color: #434a54; 382 background-color: #434a54;
383 border-color: #434a54; 383 border-color: #434a54;
384 } 384 }
...@@ -447,7 +447,7 @@ blockquote { ...@@ -447,7 +447,7 @@ blockquote {
447 } 447 }
448 448
449 .breadcrumb-arrow { 449 .breadcrumb-arrow {
450 height: 36px; 450 height: 36px;
451 padding: 0; 451 padding: 0;
452 line-height: 36px; 452 line-height: 36px;
453 list-style: none; 453 list-style: none;
...@@ -474,7 +474,7 @@ blockquote { ...@@ -474,7 +474,7 @@ blockquote {
474 padding: 0 10px; 474 padding: 0 10px;
475 } 475 }
476 .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span { 476 .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
477 height: 36px; 477 height: 36px;
478 padding: 0 10px 0 25px; 478 padding: 0 10px 0 25px;
479 line-height: 36px; 479 line-height: 36px;
480 } 480 }
...@@ -600,7 +600,7 @@ blockquote { ...@@ -600,7 +600,7 @@ blockquote {
600 600
601 .input-group-btn .btn + .btn { 601 .input-group-btn .btn + .btn {
602 border-color: #96a0ad; 602 border-color: #96a0ad;
603 border-style: solid; 603 border-style: solid;
604 border-width: 1px; 604 border-width: 1px;
605 } 605 }
606 .input-group-btn .btn + .btn.btn-default { 606 .input-group-btn .btn + .btn.btn-default {
...@@ -770,7 +770,7 @@ blockquote { ...@@ -770,7 +770,7 @@ blockquote {
770 width: 20px; 770 width: 20px;
771 height: 50%; 771 height: 50%;
772 text-indent: -99999px; 772 text-indent: -99999px;
773 cursor: pointer; 773 cursor: pointer;
774 background-color: #3bafda; 774 background-color: #3bafda;
775 } 775 }
776 .stepper .stepper-arrow:hover, .stepper .stepper-arrow:active { 776 .stepper .stepper-arrow:hover, .stepper .stepper-arrow:active {
...@@ -794,7 +794,7 @@ blockquote { ...@@ -794,7 +794,7 @@ blockquote {
794 .stepper .up::before, .stepper .down::before { 794 .stepper .up::before, .stepper .down::before {
795 position: absolute; 795 position: absolute;
796 width: 0; 796 width: 0;
797 height: 0; 797 height: 0;
798 content: ""; 798 content: "";
799 border-right: 4px solid transparent; 799 border-right: 4px solid transparent;
800 border-left: 4px solid transparent; 800 border-left: 4px solid transparent;
...@@ -817,7 +817,7 @@ blockquote { ...@@ -817,7 +817,7 @@ blockquote {
817 817
818 .selecter { 818 .selecter {
819 position: relative; 819 position: relative;
820 z-index: 1; 820 z-index: 1;
821 display: block; 821 display: block;
822 max-width: 100%; 822 max-width: 100%;
823 outline: none; 823 outline: none;
...@@ -854,7 +854,7 @@ blockquote { ...@@ -854,7 +854,7 @@ blockquote {
854 padding: 6px 10px; 854 padding: 6px 10px;
855 overflow: hidden; 855 overflow: hidden;
856 text-overflow: clip; 856 text-overflow: clip;
857 cursor: pointer; 857 cursor: pointer;
858 background-color: white; 858 background-color: white;
859 border: 1px solid #aab2bd; 859 border: 1px solid #aab2bd;
860 border-radius: 4px; 860 border-radius: 4px;
...@@ -883,7 +883,7 @@ blockquote { ...@@ -883,7 +883,7 @@ blockquote {
883 max-height: 260px; 883 max-height: 260px;
884 overflow: auto; 884 overflow: auto;
885 overflow-x: hidden; 885 overflow-x: hidden;
886 background-color: white; 886 background-color: white;
887 border: 1px solid #aab2bd; 887 border: 1px solid #aab2bd;
888 border-width: 0 1px 1px; 888 border-width: 0 1px 1px;
889 border-radius: 0 0 4px 4px; 889 border-radius: 0 0 4px 4px;
...@@ -901,7 +901,7 @@ blockquote { ...@@ -901,7 +901,7 @@ blockquote {
901 font-size: 11px; 901 font-size: 11px;
902 color: #aab2bd; 902 color: #aab2bd;
903 text-transform: uppercase; 903 text-transform: uppercase;
904 background-color: #f5f7fa; 904 background-color: #f5f7fa;
905 border-bottom: 1px solid #e6e9ed; 905 border-bottom: 1px solid #e6e9ed;
906 } 906 }
907 .selecter .selecter-item { 907 .selecter .selecter-item {
...@@ -911,7 +911,7 @@ blockquote { ...@@ -911,7 +911,7 @@ blockquote {
911 margin: 0; 911 margin: 0;
912 overflow: hidden; 912 overflow: hidden;
913 text-overflow: ellipsis; 913 text-overflow: ellipsis;
914 cursor: pointer; 914 cursor: pointer;
915 background-color: white; 915 background-color: white;
916 border-bottom: 1px solid #e6e9ed; 916 border-bottom: 1px solid #e6e9ed;
917 } 917 }
...@@ -984,7 +984,7 @@ blockquote { ...@@ -984,7 +984,7 @@ blockquote {
984 } 984 }
985 .selecter.bottom .selecter-options { 985 .selecter.bottom .selecter-options {
986 top: auto; 986 top: auto;
987 bottom: 100%; 987 bottom: 100%;
988 border-width: 1px 1px 0; 988 border-width: 1px 1px 0;
989 } 989 }
990 .selecter.bottom .selecter-item:last-child { 990 .selecter.bottom .selecter-item:last-child {
...@@ -1129,7 +1129,7 @@ blockquote { ...@@ -1129,7 +1129,7 @@ blockquote {
1129 .toggle .handle { 1129 .toggle .handle {
1130 position: relative; 1130 position: relative;
1131 top: -20px; 1131 top: -20px;
1132 left: 0; 1132 left: 0;
1133 display: block; 1133 display: block;
1134 width: 50px; 1134 width: 50px;
1135 height: 32px; 1135 height: 32px;
...@@ -1148,7 +1148,7 @@ blockquote { ...@@ -1148,7 +1148,7 @@ blockquote {
1148 left: 1px; 1148 left: 1px;
1149 display: block; 1149 display: block;
1150 width: 30px; 1150 width: 30px;
1151 height: 30px; 1151 height: 30px;
1152 content: ""; 1152 content: "";
1153 background-color: white; 1153 background-color: white;
1154 border-radius: 30px; 1154 border-radius: 30px;
...@@ -1164,7 +1164,7 @@ blockquote { ...@@ -1164,7 +1164,7 @@ blockquote {
1164 } 1164 }
1165 .toggle input[type="checkbox"]:disabled + .handle, .toggle input[type="radio"]:disabled + .handle, .toggle input[type="checkbox"]:disabled + .handle:before, .toggle input[type="radio"]:disabled + .handle:before, .toggle input[type="checkbox"]:disabled + .handle:after, .toggle input[type="radio"]:disabled + .handle:after { 1165 .toggle input[type="checkbox"]:disabled + .handle, .toggle input[type="radio"]:disabled + .handle, .toggle input[type="checkbox"]:disabled + .handle:before, .toggle input[type="radio"]:disabled + .handle:before, .toggle input[type="checkbox"]:disabled + .handle:after, .toggle input[type="radio"]:disabled + .handle:after {
1166 background-color: #e6e9ed; 1166 background-color: #e6e9ed;
1167 filter: alpha(opacity=60); 1167 filter: alpha(opacity=60);
1168 opacity: .6; 1168 opacity: .6;
1169 } 1169 }
1170 .toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before { 1170 .toggle input[type="checkbox"]:checked + .handle:before, .toggle input[type="radio"]:checked + .handle:before {
...@@ -1206,7 +1206,7 @@ blockquote { ...@@ -1206,7 +1206,7 @@ blockquote {
1206 border: #a0d468; 1206 border: #a0d468;
1207 } 1207 }
1208 .alert .alert-link { 1208 .alert .alert-link {
1209 text-decoration: underline; 1209 text-decoration: underline;
1210 cursor: pointer; 1210 cursor: pointer;
1211 filter: alpha(opacity=65); 1211 filter: alpha(opacity=65);
1212 opacity: .65; 1212 opacity: .65;
...@@ -1231,7 +1231,7 @@ blockquote { ...@@ -1231,7 +1231,7 @@ blockquote {
1231 * -------------------------------------------------- 1231 * --------------------------------------------------
1232 */ 1232 */
1233 .nav-tabs { 1233 .nav-tabs {
1234 background-color: #e6e9ed; 1234 background-color: #e6e9ed;
1235 border-bottom: none; 1235 border-bottom: none;
1236 border-radius: 4px 4px 0 0; 1236 border-radius: 4px 4px 0 0;
1237 1237
...@@ -1726,7 +1726,7 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1726,7 +1726,7 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1726 * -------------------------------------------------- 1726 * --------------------------------------------------
1727 */ 1727 */
1728 .modal-content { 1728 .modal-content {
1729 color: #434a54; 1729 color: #434a54;
1730 border: none; 1730 border: none;
1731 border-radius: 4px; 1731 border-radius: 4px;
1732 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); 1732 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
...@@ -1799,7 +1799,7 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -1799,7 +1799,7 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
1799 * -------------------------------------------------- 1799 * --------------------------------------------------
1800 */ 1800 */
1801 .jumbotron { 1801 .jumbotron {
1802 padding: 0; 1802 padding: 0;
1803 margin-bottom: 20px; 1803 margin-bottom: 20px;
1804 background-color: white; 1804 background-color: white;
1805 border-radius: 4px; 1805 border-radius: 4px;
...@@ -2040,7 +2040,7 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -2040,7 +2040,7 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
2040 } 2040 }
2041 2041
2042 .panel-group-lists .panel { 2042 .panel-group-lists .panel {
2043 background-color: white; 2043 background-color: white;
2044 border-bottom: 1px solid #e6e9ed; 2044 border-bottom: 1px solid #e6e9ed;
2045 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); 2045 -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
2046 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2); 2046 -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
...@@ -2089,13 +2089,13 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it ...@@ -2089,13 +2089,13 @@ a.list-group-item-danger.active, a.list-group-item-danger:hover, a.list-group-it
2089 margin-bottom: 20px; 2089 margin-bottom: 20px;
2090 } 2090 }
2091 .footer-logo, .footer-nav { 2091 .footer-logo, .footer-nav {
2092 display: block; 2092 display: block;
2093 float: none; 2093 float: none;
2094 width: 100%; 2094 width: 100%;
2095 } 2095 }
2096 } 2096 }
2097 .footer-logo { 2097 .footer-logo {
2098 height: 32px; 2098 height: 32px;
2099 margin-top: -5px; 2099 margin-top: -5px;
2100 line-height: 32px; 2100 line-height: 32px;
2101 } 2101 }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 //------------------------------------------------------ 2 //------------------------------------------------------
3 $modal-font-color: $darkgray-dark !default; 3 $modal-font-color: $darkgray-dark !default;
4 4
5 $modal-radius: 4px; 5 $modal-radius: 4px !default;
6 $modal-shadow: 0 1px 2px rgba(0, 0, 0, .2) !default; 6 $modal-shadow: 0 1px 2px rgba(0, 0, 0, .2) !default;
7 7
8 8
......