aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-06 16:30:09 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-06 16:42:32 +1300
commit53c4afe792b0c72dafc7df06c9fc5b5cd3dd4c9b (patch)
tree29b81bfd9fca8a794a6fbe6a1133353900a4be22 /index.html
parent099326b01e77fac3e0c59b11fbb9d47149bb935e (diff)
downloadpetrichor-53c4afe792b0c72dafc7df06c9fc5b5cd3dd4c9b.tar.xz
Make session selector translucent until hover
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 9f04ffa..067f8ed 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,7 @@
<div id="message_container">
<span id="message_label"></span>
</div>
- <select id="session_list"></select>
- <img id="shutdown" src="iec5009.svg" onclick="lightdm.shutdown();" />
+ <select id="session_list" class="ease_opacity"></select>
+ <img id="shutdown" class="ease_opacity" src="iec5009.svg" onclick="lightdm.shutdown();" />
</body>
</html>