@@ -66,12 +66,12 @@
}
.btn-light {
- border-color: #f0f0f0!important;
- background-color: #f0f0f0!important;
+ border-color: #f7f7f9!important;
+ background-color: #f7f7f9!important;
color: #444;
-.btn-light:hover {
+.btn-light:hover, .btn-light:focus {
box-shadow: $btn-shadow-hover!important;
color: #444!important;
@@ -1862,12 +1862,13 @@ dl {
- border-color: #f0f0f0 !important;
- background-color: #f0f0f0 !important;
+ border-color: #f7f7f9 !important;
+ background-color: #f7f7f9 !important;
+.btn-light:hover,
+.btn-light:focus {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 1px rgba(0, 0, 0, 0.1) !important;
color: #444 !important;