summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css22
1 files changed, 13 insertions, 9 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index d7999b9..bd2d42c 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1445,12 +1445,12 @@ border-left: 1px solid black;
.wallpaper, #presets {
right: 80px;
margin-top: 77px;
- width: 172px;
+ width: 202px;
-webkit-transition: -webkit-transform 0.1s ease-in-out;
-webkit-transform: translateX(400px);
transition: transform 0.1s ease-in-out;
transform: translateX(400px);
- padding: 5px 5px 9px 5px;
+ padding: 10px 12px 12px 12px;
}
#presets {
@@ -1467,6 +1467,7 @@ border-left: 1px solid black;
display: inline-block;
border: 1px solid;
background-size: contain;
+ margin: 0 2px 4px 2px;
-webkit-transition: -webkit-transform 0.1s ease-in-out;
line-height: 0;
vertical-align: text-bottom;
@@ -1486,7 +1487,7 @@ border-left: 1px solid black;
}
.vvbox .colors {
- max-width: 170px;
+ max-width: 155px;
margin-bottom: 5px;
}
.vvbox .colors span {
@@ -1585,7 +1586,7 @@ border-left: 1px solid black;
.colorcontrol {
margin-top: 8%;
right: 80px;
- padding: 13px 20px 20px 20px;
+ padding: 10px 12px 12px 12px;
-webkit-transform: translateX(400px);
-webkit-transition: -webkit-transform 0.2s ease-in-out;
transform: translateX(400px);
@@ -1607,8 +1608,8 @@ input[type=range] {
-moz-appearance: none;
cursor: pointer;
background-color: black;
- width: 180px;
- height:3px;
+ width: 155px;
+ height: 3px;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
@@ -1702,8 +1703,7 @@ input[type="range"]::-webkit-slider-thumb {
margin-bottom:5px;
}
.color-swatches span.active, .color-swatches span.active:hover{
- background:#000;
- color:white;
+ background: #fff;
}
.color-swatches span:nth-child(3){
clear:left;
@@ -1711,10 +1711,14 @@ input[type="range"]::-webkit-slider-thumb {
.color-swatches span:hover {
background:#eee;
}
+.color-swatches span.active label,
+.color-swatches span:hover label {
+ border-bottom: 1px solid;
+}
.color-swatches label {
position: relative;
- padding-left: 5px;
+ margin-left: 5px;
display: inline-block;
cursor: pointer;
}