summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-01 16:27:15 -0400
committerryderr <r@okfoc.us>2014-10-01 16:27:15 -0400
commit16f111699f9204c0cd0ccf5f8799da8790622bc2 (patch)
tree842c2dfa31909167e5df2dd0d9badf772c75d26b /public
parent2534d2bb4df453415ff9c812bdbda55d9de1a60d (diff)
touchups
Diffstat (limited to 'public')
-rwxr-xr-xpublic/assets/stylesheets/app.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index f291963..5ca5a16 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -1264,7 +1264,6 @@ iframe.embed {
.wallpaper .swatches {
width: 100%;
min-height: 30px;
- margin-top: 6px;
border-bottom: 1px solid #ddd;
display: inline-block;
padding-bottom: 6px;
@@ -1307,6 +1306,9 @@ iframe.embed {
width: 18px;
margin: 0 4px;
}
+.wallpaper .wallpaperRemove:hover img {
+ -webkit-filter:invert(100%);
+}
.wallpaperUpload .upload-icon.uploading {
}
.wallpaperUpload .upload-icon.uploading:before {
@@ -1402,10 +1404,8 @@ input[type="range"]::-webkit-slider-thumb {
cursor: pointer;
float:left;
}
-span:hover .swatch {
- border: 1px solid red;
-}
-.active .swatch {
+
+.color-swatches .active .swatch {
border: 1px solid #000;
}
.color-swatches {
@@ -1973,7 +1973,7 @@ a[data-role="forgot-password"] {
}
.aboutRoom.vvbox .txt {
- padding: 0;
+ padding: 5px 0 3px 0;
}
.aboutRoom h1 a{