Skip to content

Commit

Permalink
Custom themes
Browse files Browse the repository at this point in the history
  • Loading branch information
dioslaska committed Dec 18, 2016
1 parent 68e242c commit d7afc7d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
3 changes: 3 additions & 0 deletions css/mobiscroll.android-holo-light.css
Expand Up @@ -282,6 +282,9 @@
background: #d4d4d4;
color: #000000;
}
.mbsc-android-holo-light.mbsc-no-touch .mbsc-btn:not(:disabled):not(.mbsc-active):hover {
background: #c9c9c9;
}
.mbsc-android-holo-light .mbsc-btn.mbsc-active {
background: #c2c2c2;
}
Expand Down
3 changes: 3 additions & 0 deletions css/mobiscroll.mobiscroll-dark.css
Expand Up @@ -308,6 +308,9 @@
.mbsc-mobiscroll-dark .mbsc-btn:disabled {
background: #2b3940;
}
.mbsc-mobiscroll-dark.mbsc-no-touch .mbsc-btn-flat:not(:disabled):not(.mbsc-active):hover {
background: rgba(80, 204, 196, 0.1);
}
.mbsc-mobiscroll-dark .mbsc-btn-flat.mbsc-active {
background: rgba(80, 204, 196, 0.3);
}
Expand Down
27 changes: 15 additions & 12 deletions css/mobiscroll.wp-light.css
Expand Up @@ -269,13 +269,25 @@
.mbsc-wp-light .mbsc-btn .mbsc-btn-ic {
color: #000000;
}
.mbsc-wp-light .mbsc-btn-flat .mbsc-btn-ic {
border-color: #000000;
}
.mbsc-wp-light .mbsc-btn-flat,
.mbsc-wp-light.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover,
.mbsc-wp-light .mbsc-btn-flat.mbsc-active {
color: #000000;
}
.mbsc-wp-light .mbsc-btn-flat.mbsc-active .mbsc-btn-ic,
.mbsc-wp-light .mbsc-btn-flat .mbsc-btn-ic {
border-color: #000000;
.mbsc-wp-light.mbsc-no-touch .mbsc-btn-flat:not(:disabled):hover .mbsc-btn-ic,
.mbsc-wp-light .mbsc-btn-flat.mbsc-active .mbsc-btn-ic {
border-color: #1ba0e3;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-btn:not(:disabled):hover .mbsc-btn-ic,
.mbsc-wp-light .mbsc-btn.mbsc-active .mbsc-btn-ic {
background: #1ba0e3;
}
.mbsc-wp-light.mbsc-no-touch .mbsc-btn:not(.mbsc-btn-flat):not(:disabled):hover,
.mbsc-wp-light .mbsc-btn.mbsc-active:not(.mbsc-btn-flat) {
background: #1ba0e3;
}
.mbsc-wp-light .mbsc-switch input:checked + .mbsc-switch-track,
.mbsc-wp-light .mbsc-radio input.mbsc-active + .mbsc-radio-box:after,
Expand Down Expand Up @@ -312,15 +324,6 @@
.mbsc-wp-light .mbsc-select select.mbsc-active ~ .mbsc-ic {
color: white;
}
.mbsc-wp-light .mbsc-btn-flat.mbsc-active .mbsc-btn-ic {
border-color: #1ba0e3;
}
.mbsc-wp-light .mbsc-btn.mbsc-active .mbsc-btn-ic {
background: #1ba0e3;
}
.mbsc-wp-light .mbsc-btn.mbsc-active:not(.mbsc-btn-flat) {
background: #1ba0e3;
}
.mbsc-wp-light a {
color: #1ba0e3;
}
Expand Down

0 comments on commit d7afc7d

Please sign in to comment.