aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/edit.css10
-rw-r--r--assets/global/global.css4
2 files changed, 14 insertions, 0 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css
index 38800f1..cb7b067 100644
--- a/assets/css/edit.css
+++ b/assets/css/edit.css
@@ -175,6 +175,7 @@ html {
.editor ul {
list-style: none;
padding: 0;
+ margin: 0;
}
.editor .bar select {
@@ -236,4 +237,13 @@ form#update {
.panel .subtemplate {
margin-left: 20px;
+}
+
+.editor fieldset {
+ border: none;
+}
+
+.panel summary {
+ background-color: grey;
+ color: lightgrey;
} \ No newline at end of file
diff --git a/assets/global/global.css b/assets/global/global.css
index 4a601f3..e96050d 100644
--- a/assets/global/global.css
+++ b/assets/global/global.css
@@ -1,4 +1,8 @@
body {
background-color: white;
margin: 0;
+}
+
+a.external::before {
+ content: "⧉ ";
} \ No newline at end of file