summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css18
1 files changed, 14 insertions, 4 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index de566471..f69e17ed 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -1088,10 +1088,20 @@ g:focus circle {
.activity-root-div {
position: fixed;
- right: 10px;
- width: 100px;
- height: 80%;
- top: 10%; }
+ left: 10px;
+ width: 200px;
+ height: 70%;
+ top: 20%; }
+
+.activity-div {
+ border: 1px solid #004681; }
+
+.activity-div:hover {
+ color: #8eb6bf;
+ border-color: #8eb6bf; }
+
+.activity-div:focus {
+ outline: none; }
.welcome-box {
margin-left: auto;