summaryrefslogtreecommitdiff
path: root/public/assets
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-09-30 18:05:43 -0400
committerJules Laplace <jules@okfoc.us>2014-09-30 18:05:43 -0400
commit5b7bfeaf842d6adeca508fa3bbfef63529bbe5cc (patch)
tree338c2366361c0bce24cefa12d327fd7d518136c1 /public/assets
parent9888e712a14cc2cf3af98c637f596bfe3cee2566 (diff)
parente78b53c22f1ea31886da546a733e87482123ac22 (diff)
merge
Diffstat (limited to 'public/assets')
-rwxr-xr-xpublic/assets/stylesheets/app.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 30478a4..115321f 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -681,15 +681,19 @@ iframe.embed {
}
.logo {
float:left;
- padding:7px 0 0 10px;
+ padding:6px 8px 9px 8px;
z-index:4;
position:relative;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
+
.logo:hover {
- -webkit-filter:invert(30%);
+ background:black;
+}
+.logo:hover svg {
+ fill:white;
}
.profile{
padding:8px;
@@ -1854,7 +1858,7 @@ a[data-role="forgot-password"] {
.aboutRoom {
width: 250px;
background: rgba(255,255,255,0.95);
- padding: 20px;
+ padding: 2px 8px 8px 8px;
position: fixed;
bottom: 10px;
left: 10px;
@@ -1874,6 +1878,10 @@ a[data-role="forgot-password"] {
padding:5px;
}
+.aboutRoom.vvbox .txt {
+ padding: 0;
+}
+
.aboutRoom h1 a{
text-decoration: none;
font-style: italic;
@@ -1907,7 +1915,7 @@ a[data-role="forgot-password"] {
right: 0px;
bottom: 10px;
padding: 3px 10px 3px 4px;
- background:rgba(255,255,255,0.95);
+ background:rgba(255,255,255,0.1);
z-index: 2;
}