Merge pull request #115 from cardosogabriel/master

on off switch disabled
This commit is contained in:
stianst 2013-12-02 06:08:32 -08:00
commit 20a7900f68
2 changed files with 13 additions and 0 deletions

View file

@ -564,6 +564,12 @@ legend + table {
color: #FFFFFF;
padding-left: 10px;
}
.onoffswitch.disabled .onoffswitch-inner .onoffswitch-active,
.onoffswitch.disabled .onoffswitch-inner .onoffswitch-inactive {
background-image: none;
background-color: #e5e5e5;
color: #9d9fa1;
}
.onoffswitch .onoffswitch-inner .onoffswitch-inactive {
background: linear-gradient(#fefefe, #e8e8e8) repeat scroll 0 0 transparent;
color: #4d5258;

View file

@ -651,6 +651,13 @@ legend + table {
padding-left: 10px;
}
&.disabled .onoffswitch-inner .onoffswitch-active,
&.disabled .onoffswitch-inner .onoffswitch-inactive {
background-image: none;
background-color: #e5e5e5;
color: #9d9fa1;
}
.onoffswitch-inner .onoffswitch-inactive {
background: linear-gradient(#FEFEFE, #E8E8E8) repeat scroll 0 0 transparent;
color: @text-color;