Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorFrank Karlitschek <karlitschek@gmx.de>2019-03-20 01:07:04 +0300
committerFrank Karlitschek <karlitschek@gmx.de>2019-03-20 01:07:04 +0300
commitb8bdeb75da876b97ba243ffbae0724d6305dc6d1 (patch)
tree119ac54a7dd0413c279bd04fdcaaf5a2732d066a /css
parent9c8bba0b0683f55799c6a03ac375dff93acbeaa1 (diff)
uswe correct theme color for agenda
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 5f7b29c..9fbad5d 100755
--- a/css/style.css
+++ b/css/style.css
@@ -19,6 +19,22 @@
max-width: 415px;
}
+.rambox {
+ padding: 0px;
+ margin: 0px;
+ height: 10px;
+ width: 10px;
+ background-color: #555;
+ border-radius: 20%;
+}
+
+.swapbox {
+ height: 10px;
+ width: 10px;
+ background-color: #222;
+ border-radius: 20%;
+}
+
.info {
font-weight: bold;
text-color: #777777;