Ganesh Pawar
|
3b5b98c8f9
|
modal: Set margin-bottom to 10px.
Bootstrap sets the margin-bottom to 20px for alert classes, which
is too much for our needs.
|
2021-11-23 15:41:54 -08:00 |
Ganesh Pawar
|
6262c88e00
|
modal: Grey out the submit button when disabled.
|
2021-11-15 10:38:57 -08:00 |
Ganesh Pawar
|
ca4d9b0fd6
|
modal: Mark submit button CSS `color` property as important.
This is necessary to override the global `color` property defined
for disabled buttons in night mode.
|
2021-11-15 10:38:57 -08:00 |
Ganesh Pawar
|
d14312b18e
|
modal: Remove focus ring from submit button.
|
2021-10-29 14:43:07 -07:00 |
Ganesh Pawar
|
1e8bfa710e
|
dialog_widget: Migrate modal to Micromodal.
Also removed the `danger_submit_button` config option
from the dialog_widget since it isn't needed in the new modals.
|
2021-10-26 18:20:17 -07:00 |
m-e-l-u-h-a-n
|
a57aa07a6d
|
css: Extract modal related css rules.
Co-authored-by: Pragati Agrawal <pragati22066@gmail.com>
|
2021-06-23 17:50:55 -07:00 |