// adjustment on switch

This commit is contained in:
Kevin Granger
2013-11-12 11:07:30 +01:00
parent 44d1ed0982
commit 4a6346b295
2 changed files with 6 additions and 6 deletions
@@ -6,7 +6,7 @@
.switch .slide-button, .toggle p span
display: none
.switch
background-color: darken($bg-content-color,15%)
background-color: #E9E9E9
border-radius: 3px
label
padding: 0
@@ -144,7 +144,7 @@
// Prestashop Theme
.prestashop-switch
min-width: 150px
color: #666
color: #999
text-align: center
border-radius: 3px
@include box-shadow(rgba(black,0.2) 0 2px 5px 1px inset)
@@ -156,7 +156,7 @@
@include text-shadow(rgba(white,0.7) 1px 1px 0)
input:not(:checked) + label
i
color: #666!important
color: #999!important
.slide-button
position: relative
margin-right: 3px