summaryrefslogtreecommitdiff
path: root/res/css
diff options
context:
space:
mode:
Diffstat (limited to 'res/css')
-rw-r--r--res/css/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/css/style.css b/res/css/style.css
index bac33349..637939c3 100644
--- a/res/css/style.css
+++ b/res/css/style.css
@@ -310,6 +310,18 @@ table {
font-family: "Source_Regular", sans-serif;
color: #919095; }
+.button {
+}
+
+.button:hover {
+ opacity: 0.7;
+}
+
+#logout-button {
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
.add-button {
position: relative;
height: 30px;