aboutsummaryrefslogtreecommitdiff
path: root/petrichor.css
diff options
context:
space:
mode:
Diffstat (limited to 'petrichor.css')
-rw-r--r--petrichor.css23
1 files changed, 19 insertions, 4 deletions
diff --git a/petrichor.css b/petrichor.css
index f7f10fa..8ad5d38 100644
--- a/petrichor.css
+++ b/petrichor.css
@@ -15,12 +15,12 @@ body,html
#shutdown
{
- cursor: pointer;
- opacity: 0.5;
- width: 96px;
position: absolute;
right: 50px;
bottom: 50px;
+ cursor: pointer;
+ opacity: 0.5;
+ width: 96px;
transition: opacity ease 0.3s;
}
@@ -85,7 +85,7 @@ a.user
{
color: #333;
opacity: inherit;
- background-color: rgba(255,255,255,255,0.2);
+ background-color: #FFF;
padding: 0.2em;
border: 1px solid #DDD;
border-radius: 5px;
@@ -134,3 +134,18 @@ a.user
margin-right: 30px;
font-size: 240px;
}
+
+#session_list
+{
+ position: absolute;
+ top: 50px;
+ left: 50px;
+ border: 1px solid #DDD;
+ border-radius: 5px;
+ padding: 0.2em;
+ color: #333;
+ padding-right: 2em;
+ background: url('drop-down.svg') no-repeat right #FFF;
+ -webkit-appearance: none;
+ -moz-appearance: none; /* only for when testing */
+}