summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets')
-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{