summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-10-07 14:43:45 -0400
committerJules Laplace <jules@okfoc.us>2014-10-07 14:43:45 -0400
commitf5ab61241bf9519325a36b86ee74ab2df13a4331 (patch)
treee55aa91626d752fcc4848b58660798359036e952 /public/assets/stylesheets
parent896350bb20b20aaef9c5fdfcfcf36553ff8aa614 (diff)
colorpicker presets
Diffstat (limited to 'public/assets/stylesheets')
-rwxr-xr-xpublic/assets/stylesheets/app.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index eb3bd87..15f29c3 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1475,13 +1475,17 @@ input[type="range"]::-webkit-slider-thumb {
.color-swatches {
margin-top: 10px;
}
-.color-swatches.defaults {
+.presets {
margin-top: 10px;
}
-.color-swatches.defaults span{
+.presets span {
font-size:12px;
font-weight:500;
+ display: inline-block;
+ width: 50%;
+ float:left;
+ cursor:pointer;
}
.color-swatches span {
display: inline-block;