// Module List + some design WIP
This commit is contained in:
@@ -247,13 +247,13 @@ https://github.com/ghinda/css-toggle-switch
|
||||
|
||||
.prestashop-switch {
|
||||
min-width: 150px;
|
||||
color: #999;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
@include box-shadow(rgba(#48525F,0.3) 0 0 6px 1px inset)
|
||||
}
|
||||
.prestashop-switch input:checked + label {
|
||||
color: lighten($brand-primary,10%);
|
||||
color: #333;
|
||||
@include text-shadow(rgba(white,0.7) 1px 1px 0);
|
||||
}
|
||||
.prestashop-switch .slide-button {
|
||||
|
||||
Reference in New Issue
Block a user