Created
June 9, 2024 04:14
-
-
Save steve02081504/60ca5c9a67028c59a454dc733d5caa1d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div#rm_button_characters{ | |
position: fixed; | |
left: 0; | |
top: 0; | |
cursor: default; | |
width: 100vw; | |
height: 100vh; | |
display: block !important; | |
opacity: 0; | |
z-index: 499; | |
} | |
#bulkEditButton:not(.bulk_edit_overlay_active){ | |
position: fixed; | |
left: 0; | |
top: 0; | |
cursor: default; | |
width: 100vw; | |
height: 100vh; | |
display: block !important; | |
opacity: 0; | |
z-index:502; | |
} | |
div#bulkSelectedCount[title="0 characters selected"] ~ #bulkSelectAllButton { | |
position: fixed; | |
left: 0; | |
top: 0; | |
cursor: default; | |
width: 100vw; | |
height: 100vh; | |
display: block !important; | |
opacity: 0; | |
z-index:501; | |
} | |
#bulkDeleteButton{ | |
position: fixed; | |
left: 0; | |
top: 0; | |
cursor: default; | |
width: 100vw; | |
height: 100vh; | |
display: block !important; | |
opacity: 0; | |
z-index:500; | |
} | |
#right-nav-panel{ | |
opacity:0; | |
} | |
#dialogue_popup_ok{ | |
position: fixed; | |
left: 0; | |
top: 0; | |
cursor: default; | |
width: 100vw; | |
height: 100vh; | |
display: block !important; | |
opacity: 0; | |
z-index:503; | |
} | |
#shadow_popup{ | |
position: fixed; | |
top:0; | |
left:0; | |
width: 100vw; | |
height: 100vh; | |
opacity:0!important; | |
} | |
div#dialogue_popup { | |
width: 100vw; | |
height: 100vh; | |
max-width: 100vw; | |
max-height: 100vh; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment