mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-02 05:21:40 -08:00
Fix: Rounding - Screenshot buttons #640
This commit is contained in:
parent
8a60903a05
commit
6d2cfe210e
3 changed files with 12 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") {
|
||||
.all-buttons-container,
|
||||
.highlight-buttons > button,
|
||||
.cancel-shot,
|
||||
#pictureInPictureToggle > .pip-small {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
|
|
|||
3
css/leptonContentESR.css
generated
3
css/leptonContentESR.css
generated
|
|
@ -2961,6 +2961,9 @@
|
|||
}
|
||||
/** Rounding ******************************************************************/
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_button") {
|
||||
.all-buttons-container,
|
||||
.highlight-buttons > button,
|
||||
.cancel-shot,
|
||||
#pictureInPictureToggle > .pip-small {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
@include Option("userChrome.rounding.square_button") {
|
||||
// #firefox-screenshots-selection-iframe
|
||||
.all-buttons-container,
|
||||
.highlight-buttons > button,
|
||||
.cancel-shot,
|
||||
|
||||
// Video player
|
||||
#pictureInPictureToggle > .pip-small {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue