aboutsummaryrefslogtreecommitdiff
path: root/assets/css/home.css
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-12 16:18:09 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-12 16:18:09 +0100
commite1eb55024b67793e62e93696cffbd22ead855729 (patch)
tree701e3c90befa65aa0d36910dcfa32b673254faea /assets/css/home.css
parente4768cd0647d934eff424f73bfd9f5c8f6223c94 (diff)
downloadwcms-e1eb55024b67793e62e93696cffbd22ead855729.tar.gz
wcms-e1eb55024b67793e62e93696cffbd22ead855729.zip
corner-menu
Diffstat (limited to 'assets/css/home.css')
-rw-r--r--assets/css/home.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index 2fc3773..3d57cf0 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -1,3 +1,7 @@
+* {
+ box-sizing: border-box;
+}
+
div#options {
float: left;
}
@@ -21,3 +25,37 @@ body {
+
+
+tr:hover {
+ background-color: grey;
+ color: white;
+}
+
+#topbar {
+ height: 30px;
+ background-color: #7b97b9;
+ line-height: 30px;
+}
+
+#topbar form {
+ display: inline;
+}
+
+a {
+ color: black;
+ text-decoration: none;
+}
+
+a:hover {
+ color: white;
+}
+
+div#massedit {
+ display: none;
+}
+
+#options ul {
+ list-style: none;
+ padding-inline-start: 0;
+} \ No newline at end of file