Update Elements with ID lister to 1.0.5
- Make the Close button dark
This commit is contained in:
parent
73724ff549
commit
3e73f5a70e
|
@ -6,7 +6,7 @@
|
|||
// @grant GM_getResourceURL
|
||||
// @require https://cdn.jsdelivr.net/npm/dialog-polyfill@0.5.6/dist/dialog-polyfill.min.js#sha256-cec1a2e320aab77e28bad4ad6bc5e532a6ef5757345c19bb5158aa880b7162a6
|
||||
// @resource dialogPolyfillCSS https://cdn.jsdelivr.net/npm/dialog-polyfill@0.5.6/dist/dialog-polyfill.min.css#sha256-4dcb3ab62e545f30bf06a4824c253641ee889ca85ca28d5447590557922496ab
|
||||
// @version 1.0.4
|
||||
// @version 1.0.5
|
||||
// @author blankie
|
||||
// @description A userscript that adds a "Show elements popup" option to the Monkey Menu which lists all elements with an ID
|
||||
// @inject-into content
|
||||
|
@ -23,6 +23,7 @@ dialog {
|
|||
position: fixed;
|
||||
min-width: 25em;
|
||||
font-size: 11pt;
|
||||
color-scheme: dark;
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue