mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-07 09:43:13 -08:00
Merge pull request #661 from 2641a40fd44383320adde4b027a1d0b03bd550/patch-1
This commit is contained in:
commit
267c31cd0b
4 changed files with 14 additions and 11 deletions
3
css/leptonChrome.css
generated
3
css/leptonChrome.css
generated
|
|
@ -3176,7 +3176,8 @@
|
|||
@supports -moz-bool-pref("userChrome.rounding.square_menuitem") {
|
||||
xul|menulist:not([native]),
|
||||
xul|menulist > xul|menupopup xul|menu,
|
||||
xul|menulist > xul|menupopup xul|menuitem {
|
||||
xul|menulist > xul|menupopup xul|menuitem,
|
||||
.customization-uidensity-menuitem {
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
8
css/leptonContent.css
generated
8
css/leptonContent.css
generated
|
|
@ -2787,12 +2787,14 @@
|
|||
}
|
||||
/** Rounding ******************************************************************/
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_button") {
|
||||
@-moz-document url-prefix("about:"), url-prefix("chrome://browser/content/"), url-prefix("chrome://pippki/content/")
|
||||
@-moz-document url-prefix("about:"), regexp("^chrome://\\w+/content/.*.xhtml$")
|
||||
{
|
||||
button,
|
||||
.close-icon,
|
||||
.action-icon::before,
|
||||
.web-appearance-choice,
|
||||
.page-section-header > .twisty,
|
||||
.closed-tab-li-main,
|
||||
#categories > .category,
|
||||
.sidebar-footer-link {
|
||||
border-radius: 0 !important;
|
||||
|
|
@ -2847,7 +2849,7 @@
|
|||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_checklabel") {
|
||||
@-moz-document url-prefix("about:"), url-prefix("chrome://browser/content/"), url-prefix("chrome://pippki/content/")
|
||||
@-moz-document url-prefix("about:"), regexp("^chrome://\\w+/content/.*.xhtml$")
|
||||
{
|
||||
input[type="checkbox"]:not(.toggle-button),
|
||||
.checkbox-check {
|
||||
|
|
@ -2856,7 +2858,7 @@
|
|||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.rounding.square_field") {
|
||||
@-moz-document url-prefix("about:"), url-prefix("chrome://browser/content/"), url-prefix("chrome://pippki/content/")
|
||||
@-moz-document url-prefix("about:"), regexp("^chrome://\\w+/content/.*.xhtml$")
|
||||
{
|
||||
input:is([type="color"], [type="email"], [type="tel"], [type="text"], [type="password"], [type="url"], [type="number"]),
|
||||
textarea,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue