deprecate theme_aware_modal-prompts.css
These are already styled based on theme in recent Firefox versions
This commit is contained in:
parent
ea17cb7f1f
commit
82444fcf07
3 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/theme_aware_modal_prompts.css made available under Mozilla Public License v. 2.0
|
||||
See the above repository for updates as well as full license text. */
|
||||
|
||||
/* DEPRECATED */
|
||||
|
||||
/* Makes the popup of alert() prompt() etc. respept theme colors as well as be slightly differently styled */
|
||||
|
||||
tabmodalprompt >.spacer-top{ display: none }
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
"textual_context_navigation.css":["navigation","popup","menu"],
|
||||
"textual_searchbar_one-offs.css":["popup","menu"],
|
||||
"theme_additional_windows.css":["legacy"],
|
||||
"theme_aware_modal_prompts.css":["effect","dark-mode","colors","popup"],
|
||||
"theme_aware_modal_prompts.css":["effect","dark-mode","colors","popup","legacy"],
|
||||
"theme_color_variables.css":["legacy"],
|
||||
"theme_popups_and_menus.css":["legacy"],
|
||||
"theme_sidebar.css":["legacy"],
|
||||
|
|
2
tags.csv
2
tags.csv
|
@ -124,7 +124,7 @@ tabs_on_bottom_menubar_on_top_patch.css,tabs,menubar,toolbars,classic,patch
|
|||
textual_context_navigation.css,navigation,popup,menu
|
||||
textual_searchbar_one-offs.css,popup,menu
|
||||
theme_additional_windows.css,legacy
|
||||
theme_aware_modal_prompts.css,effect,dark-mode,colors,popup
|
||||
theme_aware_modal_prompts.css,effect,dark-mode,colors,popup,legacy
|
||||
theme_color_variables.css,legacy,
|
||||
theme_popups_and_menus.css,legacy
|
||||
theme_sidebar.css,legacy
|
||||
|
|
|
Loading…
Reference in a new issue