aboutsummaryrefslogtreecommitdiff
path: root/html/base.css
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-09-01 14:14:51 +0200
committerWojtek Kosior <koszko@koszko.org>2021-09-01 14:14:51 +0200
commit4b59dced912fb9b50ff041c67f0f72cbbad56b6c (patch)
treeb542e0727219f2ab88999459df0cab7a015a2dd6 /html/base.css
parentd85dcc1ea805651797b07f72b64d84764214a3b9 (diff)
downloadbrowser-extension-4b59dced912fb9b50ff041c67f0f72cbbad56b6c.tar.gz
browser-extension-4b59dced912fb9b50ff041c67f0f72cbbad56b6c.zip
add styling to settings install(import) dialog
Diffstat (limited to 'html/base.css')
-rw-r--r--html/base.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/html/base.css b/html/base.css
index 0b9c7d3..94b3f31 100644
--- a/html/base.css
+++ b/html/base.css
@@ -13,6 +13,21 @@ body {
overflow: auto;
}
+.bold, h2 {
+ font-weight: bold;
+}
+
+h2 {
+ margin: 8px;
+ font-size: 120%;
+}
+
+h3 {
+ padding: 5px;
+ font-size: 108%;
+ text-shadow: 0 0 0 #454;
+}
+
textarea {
font-family: monospace;
}
@@ -84,3 +99,7 @@ textarea: {
.has_bottom_line::after {
background: linear-gradient(#555, transparent);
}
+
+.nowrap {
+ white-space: nowrap;
+}