aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorevshiron <evshiron@gmail.com>2022-11-02 12:31:33 +0800
committerevshiron <evshiron@gmail.com>2022-11-02 12:31:33 +0800
commit51e0a83969925e6b7b12b9b087d028c16ce04e3c (patch)
treebbccf573783cd2449e3774fe949c81dced83b6d4 /style.css
parent1a4ff2de6a835cd8cc1590bbc1a8dedb5ad37e5b (diff)
parent55688c48806f9383f3a56f6b9a0ab8fbf205edd2 (diff)
Merge branch 'master' into fix/progress-api
Diffstat (limited to 'style.css')
-rw-r--r--style.css25
1 files changed, 24 insertions, 1 deletions
diff --git a/style.css b/style.css
index 8b2211b1..dfef0dc5 100644
--- a/style.css
+++ b/style.css
@@ -530,6 +530,29 @@ img2maskimg, #img2maskimg > .h-60, #img2maskimg > .h-60 > div, #img2maskimg > .h
min-height: 480px !important;
}
+/* Extensions */
+
+#tab_extensions table{
+ border-collapse: collapse;
+}
+
+#tab_extensions table td, #tab_extensions table th{
+ border: 1px solid #ccc;
+ padding: 0.25em 0.5em;
+}
+
+#tab_extensions table input[type="checkbox"]{
+ margin-right: 0.5em;
+}
+
+#tab_extensions button{
+ max-width: 16em;
+}
+
+#tab_extensions input[disabled="disabled"]{
+ opacity: 0.5;
+}
+
/* The following handles localization for right-to-left (RTL) languages like Arabic.
The rtl media type will only be activated by the logic in javascript/localization.js.
If you change anything above, you need to make sure it is RTL compliant by just running
@@ -607,4 +630,4 @@ Then, you will need to add the RTL counterpart only if needed in the rtl section
right: unset;
left: 0.5em;
}
-}
+} \ No newline at end of file