[Pkg-javascript-commits] [jquery-minicolors] 10/15: Merged CSS; small fixes so all pickers work properly
David Prévot
taffit at moszumanska.debian.org
Wed Sep 3 16:34:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository jquery-minicolors.
commit cdf94ee547db2e9aec77a1c2877533a35511f38e
Author: Cory LaViska <cory at abeautifulsite.net>
Date: Tue Sep 2 10:56:05 2014 -0400
Merged CSS; small fixes so all pickers work properly
---
jquery.minicolors.css | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/jquery.minicolors.css b/jquery.minicolors.css
index 056e892..36832ee 100644
--- a/jquery.minicolors.css
+++ b/jquery.minicolors.css
@@ -2,8 +2,12 @@
position: relative;
}
-.minicolors-background {
- background-image: url('jquery.minicolors.png');
+.minicolors-sprite {
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA2YAAACWCAYAAAC1r5t6AAEuWklEQVR42uz9a8xt25YVhrU+1ner7qseLiEjhERwfkDFeWAEl6dCQcAUCBDCwUSJwg+jRPIzgGVZMcZ2DCKyIycxiSOi2JbMr8hBgFNVGKNAHgKCTBnbUYCYEsHYIoiKKuYW9zzu2XvP0fNjjUfrbfQx5/r23ufWPnX2PvrOWmvOueYc87HmHG201luzv/GzvstvVmG4/3N39H8GAwzAnASHw8zgDpjRdAcOFPz0v/J1mvrm/374h3+48Oevfe1rOh/PnF/xdv+5TvgLf+EvLAv9vJ/38/ATsdzP/bk/l9tZ6c/l/XEyr8/3B9ZT3X07r/1hM/04+U62XW1X2ka/X9Rn63l0e33fHmnLbtvhONOxqiffw9m+9HW4+9h+X87dR5vbv4M+11prHW/ [...]
+}
+
+.minicolors-no-data-uris .minicolors-sprite {
+ background-image: url(jquery.minicolors.png);
}
.minicolors-swatch {
@@ -87,7 +91,6 @@
left: 0;
width: 150px;
height: 150px;
- background: none;
}
.minicolors-slider-saturation .minicolors-grid {
@@ -96,6 +99,7 @@
.minicolors-slider-saturation .minicolors-grid-inner {
background-position: -270px 0;
+ background-image: inherit;
}
.minicolors-slider-brightness .minicolors-grid {
@@ -103,7 +107,7 @@
}
.minicolors-slider-brightness .minicolors-grid-inner {
- background: black;
+ background-color: black;
}
.minicolors-slider-wheel .minicolors-grid {
@@ -117,7 +121,8 @@
left: 152px;
width: 20px;
height: 150px;
- background: white 0 0;
+ background-color: white;
+ background-position: 0 0;
cursor: row-resize;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git
More information about the Pkg-javascript-commits
mailing list