# Custom CSS warning

**URL:** https://community.glideapps.com/t/custom-css-warning/74364
**Category:** Ask for Help
**Created:** [June 25, 2024, 11:42am UTC](https://community.glideapps.com/t/custom-css-warning/74364 "2024-06-25T11:42:41Z")
**Posts on this page:** 12
**Page:** 2

<div class="post-metadata">

### Author: ![Kemal1973](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kemal1973/32/72721_2.png) [@Kemal1973](https://community.glideapps.com/u/Kemal1973)
#### Post date: [June 25, 2024, 3:18pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/21 "2024-06-25T15:18:35Z")

</div>

unfortunately

---

<div class="post-metadata">

### Author: ![Kemal1973](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kemal1973/32/72721_2.png) [@Kemal1973](https://community.glideapps.com/u/Kemal1973)
#### Post date: [June 25, 2024, 3:19pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/22 "2024-06-25T15:19:09Z")

</div>

![keyboard](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/0/d04deaf3efff2498919e5bb0233c4f2bc3684553.png)

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [June 25, 2024, 3:28pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/23 "2024-06-25T15:28:38Z")

</div>

Try this code if you use slide-in

~~

```auto
#page-root:has(.prevent-submit) [data-testid="slide-in-content"] div:last-child > button:nth-child(2), #page-root:has(.prevent-submit) #overlay-root div:last-child > button:nth-child(1) {
pointer-events: none;
opacity: 0.4;
}</strike>

```

~~

---

<div class="post-metadata">

### Author: ![Kemal1973](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kemal1973/32/72721_2.png) [@Kemal1973](https://community.glideapps.com/u/Kemal1973)
#### Post date: [June 25, 2024, 3:33pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/24 "2024-06-25T15:33:41Z")

</div>

what will be CSS class?

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [June 25, 2024, 3:34pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/25 "2024-06-25T15:34:56Z")

</div>

Keep the same “prevent-submit”

---

<div class="post-metadata">

### Author: ![Kemal1973](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kemal1973/32/72721_2.png) [@Kemal1973](https://community.glideapps.com/u/Kemal1973)
#### Post date: [June 25, 2024, 3:38pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/26 "2024-06-25T15:38:49Z")

</div>

I try it but some requirred choice components in form doesn’t work(deavtive)

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [June 25, 2024, 3:54pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/27 "2024-06-25T15:54:43Z")

</div>

I think my last code has interference. I’ll investigate again tomorrow.

However, it is best if you copy the text from the button to paste it into the aria-label. Apart from that, your translator is still partially translating and not translating the button. Try testing with consistent text and language conditions first to ensure there are differences in characters.

---

<div class="post-metadata">

### Author: ![Kemal1973](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kemal1973/32/72721_2.png) [@Kemal1973](https://community.glideapps.com/u/Kemal1973)
#### Post date: [June 25, 2024, 4:08pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/28 "2024-06-25T16:08:31Z")

</div>

Thank you very much  
I think your last code will solve the problem  
how can I copy the text from the botton?

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [June 25, 2024, 4:10pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/29 "2024-06-25T16:10:31Z")

</div>

You try just highlighting the button on the button and using ctrl+c.

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [June 25, 2024, 4:27pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/31 "2024-06-25T16:27:37Z")

</div>

You can also try this code, as long as Glide doesn’t change anything. Now it works, but you need to change :nth-child(3) which may be in a different order in your form.

```auto
.sheet #page-root:has(.prevent-submit) #overlay-root div:nth-child(3) > button:nth-child(2), .desktop #page-root:has(.prevent-submit) #overlay-root div:nth-child(3) > button:nth-child(1){
pointer-events: none;
opacity: 0.4;
}

```

> [@Kemal1973](#):
>
> İbraz etmek

Yes… you can test it for your aria-label

---

<div class="post-metadata">

### Author: ![Kemal1973](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kemal1973/32/72721_2.png) [@Kemal1973](https://community.glideapps.com/u/Kemal1973)
#### Post date: [June 25, 2024, 8:45pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/32 "2024-06-25T20:45:42Z")

</div>

Hi Himaladin ,  
Much appreciate to you that helped me for solve the problem.It resolved only by changing first letter “İbraz” to uppercase in Turkish Language 👃 👃 👃

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [July 2, 2024, 8:45pm UTC](https://community.glideapps.com/t/custom-css-warning/74364/33 "2024-07-02T20:45:49Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

[Previous page](https://community.glideapps.com/t/custom-css-warning/74364.md?page=1)
