Skip to content

Commit

Permalink
Merge branch 'development' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lokesh-coder committed Oct 22, 2017
2 parents c1c2633 + 1cedd2d commit 22141be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
2 changes: 1 addition & 1 deletion dist/maps/pretty-checkbox.css.map

Large diffs are not rendered by default.

28 changes: 12 additions & 16 deletions dist/pretty-checkbox.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* pretty-checkbox.css
*
* A pure CSS library to beautify checkbox and radio buttons
*
* Source: https://github.com/lokesh-coder/pretty-checkbox
* Demo: https://lokesh-coder.github.io/pretty-checkbox
*
* Copyright (c) 2017 Lokesh rajendran
*/

.pretty * {
box-sizing: border-box;
}
Expand All @@ -6,21 +17,6 @@
display: none;
}

.pretty input:not([type='checkbox']):not([type='radio']) + *:after {
content: "Invalid input type!";
border: 1px solid #dedede;
border-left: 3px solid #d9534f;
padding: 9px;
font-size: 1em;
font-weight: 600;
color: #d9534f;
position: absolute;
z-index: 3;
background: #fbfbfb;
top: 0;
left: 0;
}

.pretty {
position: relative;
display: inline-block;
Expand Down Expand Up @@ -433,7 +429,7 @@
}

.pretty.p-switch input {
width: 2em;
min-width: 2em;
}

.pretty.p-switch .state {
Expand Down
Loading

0 comments on commit 22141be

Please sign in to comment.