mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Rounding - PIP button #645
This commit is contained in:
parent
c49404c1c2
commit
8a60903a05
3 changed files with 10 additions and 0 deletions
3
css/leptonContent.css
generated
3
css/leptonContent.css
generated
|
|
@ -2958,6 +2958,9 @@
|
|||
}
|
||||
/** Rounding ******************************************************************/
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_button") {
|
||||
#pictureInPictureToggle > .pip-small {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
@-moz-document url-prefix("about:"), regexp("^chrome://\\w+/content/.*.xhtml$")
|
||||
{
|
||||
button:not(.toggle-button),
|
||||
|
|
|
|||
3
css/leptonContentESR.css
generated
3
css/leptonContentESR.css
generated
|
|
@ -2961,6 +2961,9 @@
|
|||
}
|
||||
/** Rounding ******************************************************************/
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_button") {
|
||||
#pictureInPictureToggle > .pip-small {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
@-moz-document url-prefix("about:"), regexp("^chrome://\\w+/content/.*.xhtml$")
|
||||
{
|
||||
button:not(.toggle-button),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
@include Option("userChrome.rounding.square_button") {
|
||||
#pictureInPictureToggle > .pip-small {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
@include moz-document(
|
||||
url-prefix "about:",
|
||||
regexp "^chrome:\/\/\\w+\/content\/.*\.xhtml$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue