mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-22 08:00:52 -08:00
Fix: Context Menu - Remove checkbox's icons
This commit is contained in:
parent
9136041f6a
commit
99317ab6fc
1 changed files with 6 additions and 6 deletions
|
|
@ -1027,8 +1027,8 @@
|
|||
background-image: url(chrome://global/skin/icons/undo.svg);
|
||||
}
|
||||
|
||||
#toggle_toolbar-menubar {
|
||||
background-image: url(./icons/calendar-agenda.svg);
|
||||
#toggle_toolbar-menubar { /* checkbox */
|
||||
/* background-image: url(./icons/calendar-agenda.svg); */
|
||||
}
|
||||
#toggle_PersonalToolbar {
|
||||
background-image: url(chrome://browser/skin/bookmarks-toolbar.svg);
|
||||
|
|
@ -1132,8 +1132,8 @@
|
|||
#context-media-playbackrate {
|
||||
background-image: url(./icons/time-picker.svg);
|
||||
}
|
||||
#context-media-loop {
|
||||
background-image: url(./icons/arrow-repeat-all.svg);
|
||||
#context-media-loop { /* checkbox */
|
||||
/* background-image: url(./icons/arrow-repeat-all.svg); */
|
||||
}
|
||||
#context-leave-dom-fullscreen {
|
||||
background-image: url(chrome://global/skin/media/fullscreenExitButton.svg);
|
||||
|
|
@ -1151,8 +1151,8 @@
|
|||
#context-viewvideo {
|
||||
background-image: url(./icons/video.svg);
|
||||
}
|
||||
#context-video-pictureinpicture {
|
||||
background-image: url(chrome://global/skin/media/picture-in-picture-open.svg);
|
||||
#context-video-pictureinpicture { /* checkbox */
|
||||
/* background-image: url(chrome://global/skin/media/picture-in-picture-open.svg); */
|
||||
}
|
||||
|
||||
#context-reloadimage {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue