mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
[Pale-Moon] Replace -moz prefixed logical properties in themes
This commit is contained in:
parent
372b921dcb
commit
86551712e5
65 changed files with 457 additions and 457 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
/* View buttons */
|
||||
#viewGroup {
|
||||
-moz-padding-start: 10px;
|
||||
padding-inline-start: 10px;
|
||||
}
|
||||
|
||||
#viewGroup > radio {
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#topBar {
|
||||
border-bottom: 2px groove ThreeDFace;
|
||||
-moz-padding-start: 10px;
|
||||
padding-inline-start: 10px;
|
||||
background-color: -moz-Field;
|
||||
color: -moz-FieldText;
|
||||
}
|
||||
|
|
@ -98,7 +98,7 @@ textbox {
|
|||
}
|
||||
|
||||
textbox.header {
|
||||
-moz-margin-start: 0;
|
||||
margin-inline-start: 0;
|
||||
}
|
||||
|
||||
.iframe {
|
||||
|
|
@ -121,8 +121,8 @@ groupbox.collapsable caption .caption-icon {
|
|||
height: 9px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
-moz-margin-start: 2px;
|
||||
-moz-margin-end: 2px;
|
||||
margin-inline-start: 2px;
|
||||
margin-inline-end: 2px;
|
||||
background-image: url("chrome://global/skin/tree/twisty.svg#open");
|
||||
}
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ groupbox tree {
|
|||
}
|
||||
|
||||
#securityBox description {
|
||||
-moz-margin-start: 10px;
|
||||
margin-inline-start: 10px;
|
||||
}
|
||||
|
||||
#general-security-identity {
|
||||
|
|
@ -197,8 +197,8 @@ treechildren::-moz-tree-cell-text(broken) {
|
|||
#feedListbox richlistitem {
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
-moz-padding-start: 7px;
|
||||
-moz-padding-end: 7px;
|
||||
padding-inline-start: 7px;
|
||||
padding-inline-end: 7px;
|
||||
min-height: 25px;
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
}
|
||||
|
|
@ -235,8 +235,8 @@ treechildren::-moz-tree-cell-text(broken) {
|
|||
.permission {
|
||||
padding-top: 6px;
|
||||
padding-bottom: 6px;
|
||||
-moz-padding-start: 7px;
|
||||
-moz-padding-end: 7px;
|
||||
padding-inline-start: 7px;
|
||||
padding-inline-end: 7px;
|
||||
min-height: 25px;
|
||||
border-bottom: 1px dotted #C0C0C0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue