mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
New file
This commit is contained in:
parent
8ad4b2cfb2
commit
cb64cb353c
1 changed files with 13 additions and 0 deletions
13
chrome/combined_favicon_and_tab_close_button.css
Normal file
13
chrome/combined_favicon_and_tab_close_button.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
/* Show tab close button when cursor is over the tab icon */
|
||||
|
||||
.tab-close-button{
|
||||
-moz-box-ordinal-group: 0;
|
||||
display: -moz-box !important;
|
||||
position: relative;
|
||||
margin-right: -18px !important;
|
||||
z-index: -1;
|
||||
visibility: hidden;
|
||||
}
|
||||
.tab-close-button:hover{ background-color: var(--lwt-accent-color); }
|
||||
.tabbrowser-tab[selected] .tab-close-button:hover{ background-color: var(--lwt-selected-tab-background-color, var(--toolbar-bgcolor)); }
|
||||
.tab-icon-image:hover ~ .tab-close-button, .tab-close-button:hover{ visibility: visible; z-index: 1 }
|
Loading…
Reference in a new issue