aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorxmodar <modar.alfadly@gmail.com>2022-10-26 23:56:11 +0300
committerxmodar <modar.alfadly@gmail.com>2022-10-26 23:57:19 +0300
commit3de036514138d7cdcba9729c975f1683a8e06b16 (patch)
treece4c57f93e8adef880ab69040696566592748f8e /style.css
parent54cdd4e1f4168697f32882c0b33842e767b66884 (diff)
Add id access to scripts list in the css
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 6 insertions, 11 deletions
diff --git a/style.css b/style.css
index f4d37e72..c49954e0 100644
--- a/style.css
+++ b/style.css
@@ -526,19 +526,14 @@ Then, you will need to add the RTL counterpart only if needed in the rtl section
:host {
direction: rtl;
}
- .file-preview,
- .gr-text-input,
- .output-html:has(.performance),
- #txt2img_style_index > label > select,
- #txt2img_style2_index > label > select,
- #img2img_style_index > label > select,
- #img2img_style2_index > label > select,
- #setting_sd_model_checkpoint > label > select,
- #modelmerger_primary_model_name > label > select,
- #modelmerger_secondary_model_name > label > select,
- #modelmerger_tertiary_model_name > label > select {
+ select, .file-preview, .gr-text-input, .output-html:has(.performance) {
direction: ltr;
}
+ #script_list > label > select,
+ #x_type > label > select,
+ #y_type > label > select {
+ direction: rtl;
+ }
.gr-radio, .gr-checkbox{
margin-left: 0.25em;
}