summaryrefslogtreecommitdiff
path: root/www/static
diff options
context:
space:
mode:
Diffstat (limited to 'www/static')
-rw-r--r--www/static/browser.css18
1 files changed, 13 insertions, 5 deletions
diff --git a/www/static/browser.css b/www/static/browser.css
index e895b97..d2c45fe 100644
--- a/www/static/browser.css
+++ b/www/static/browser.css
@@ -55,20 +55,28 @@ Menu
right: 0;
margin-top: 10px;
margin-right: 30px;
+ color: white;
}
+
.menu-item{
- height: 45px;
- width: 45px;
+ height: 50px;
+ width: 50px;
margin: 10px;
display:inline-block;
+ text-align: center;
+}
+
+.logout-item-link{
+ text-decoration: none;
+ color: white;
}
.menu-item:hover{
margin: 10px;
background:#2669AB;
- height: 45px;
- width: 45px;
+ height: 50px;
+ width: 50px;
border-radius: 10px;
box-shadow: 3px -3px 5px black;
}
@@ -197,4 +205,4 @@ label{
right: 00px;
margin-right: 10px;
cursor: pointer;
-} \ No newline at end of file
+}