aboutsummaryrefslogtreecommitdiff
path: root/assets/css/edit.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/edit.css
parente4768cd0647d934eff424f73bfd9f5c8f6223c94 (diff)
downloadwcms-e1eb55024b67793e62e93696cffbd22ead855729.tar.gz
wcms-e1eb55024b67793e62e93696cffbd22ead855729.zip
corner-menu
Diffstat (limited to 'assets/css/edit.css')
-rw-r--r--assets/css/edit.css23
1 files changed, 18 insertions, 5 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index e166418..6262aba 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -192,15 +192,28 @@ input#fontsize {
width: 36px;
}
-span#headid {
- border: solid 1px;
- padding: 2px 4px;
-}
+span#headid {color: white;}
a {
color: black;
+ text-decoration: none;
+}
+
+a:hover {
+ color: white;
}
#fonts select {
height: 150px;
-} \ No newline at end of file
+}
+
+a.icon {
+ font-size: 25px;
+}
+
+form#update {
+ display: flex;
+ height: 30px;
+}
+
+#update span {margin-right: 1%;} \ No newline at end of file