|
|
|
@ -92,8 +92,8 @@ toolbarbutton.bookmark-item:hover:active,
|
|
|
|
|
toolbarbutton.bookmark-item[open="true"] { |
|
|
|
|
padding-top: 3px; |
|
|
|
|
padding-bottom: 1px; |
|
|
|
|
-moz-padding-start: 4px; |
|
|
|
|
-moz-padding-end: 2px; |
|
|
|
|
padding-inline-start: 4px; |
|
|
|
|
padding-inline-end: 2px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bookmark-item > .toolbarbutton-icon { |
|
|
|
@ -137,7 +137,7 @@ menuitem.bookmark-item {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bookmark-item > .menu-iconic-left > .menu-iconic-icon { |
|
|
|
|
-moz-padding-start: 0px; |
|
|
|
|
padding-inline-start: 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Bookmark drag and drop styles */ |
|
|
|
@ -157,7 +157,7 @@ menuitem.bookmark-item {
|
|
|
|
|
.menupopup-drop-indicator { |
|
|
|
|
list-style-image: none; |
|
|
|
|
height: 2px; |
|
|
|
|
-moz-margin-end: -4em; |
|
|
|
|
margin-inline-end: -4em; |
|
|
|
|
background-color: Highlight; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -559,7 +559,7 @@ menuitem:not([type]):not(.menuitem-tooltip):not(.menuitem-iconic-tooltip) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.toolbarbutton-1 > .toolbarbutton-icon { |
|
|
|
|
-moz-margin-end: 0; |
|
|
|
|
margin-inline-end: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
toolbar[mode="full"] .toolbarbutton-1:not([type="menu-button"]), |
|
|
|
@ -897,7 +897,7 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
/* Fullscreen window controls */ |
|
|
|
|
#window-controls { |
|
|
|
|
-moz-box-align: start; |
|
|
|
|
-moz-margin-start: 10px; |
|
|
|
|
margin-inline-start: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#minimize-button { |
|
|
|
@ -923,7 +923,7 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.urlbar-input-box { |
|
|
|
|
-moz-margin-start: 0; |
|
|
|
|
margin-inline-start: 0; |
|
|
|
|
min-width: 4em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -948,25 +948,25 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
#urlbar-search-splitter { |
|
|
|
|
-moz-appearance: none; |
|
|
|
|
width: 8px; |
|
|
|
|
-moz-margin-start: -4px; |
|
|
|
|
margin-inline-start: -4px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#urlbar-search-splitter + #urlbar-container > #urlbar , |
|
|
|
|
#urlbar-search-splitter + #search-container > #searchbar > .searchbar-textbox { |
|
|
|
|
-moz-margin-start: 0; |
|
|
|
|
margin-inline-start: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#urlbar-display-box { |
|
|
|
|
margin-top: -1px; |
|
|
|
|
margin-bottom: -1px; |
|
|
|
|
-moz-border-end: 1px solid #AAA; |
|
|
|
|
-moz-margin-end: 3px; |
|
|
|
|
border-inline-end: 1px solid #AAA; |
|
|
|
|
margin-inline-end: 3px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#urlbar-display { |
|
|
|
|
margin-top: 0; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
-moz-margin-start: 0; |
|
|
|
|
margin-inline-start: 0; |
|
|
|
|
color: GrayText; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -976,8 +976,8 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
height: 16px; |
|
|
|
|
margin-top: 2px; |
|
|
|
|
margin-bottom: 2px; |
|
|
|
|
-moz-margin-start: 4px; |
|
|
|
|
-moz-margin-end: 3px; |
|
|
|
|
margin-inline-start: 4px; |
|
|
|
|
margin-inline-end: 3px; |
|
|
|
|
list-style-image: url(chrome://browser/skin/identity-icons-generic.png); |
|
|
|
|
-moz-image-region: rect(0, 16px, 16px, 0); |
|
|
|
|
} |
|
|
|
@ -1013,7 +1013,7 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
#identity-box { |
|
|
|
|
padding: 1px; |
|
|
|
|
margin: -1px; |
|
|
|
|
-moz-margin-end: 0; |
|
|
|
|
margin-inline-end: 0; |
|
|
|
|
font-size: .9em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1033,13 +1033,13 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#identity-icon-labels { |
|
|
|
|
-moz-padding-start: 2px; |
|
|
|
|
-moz-padding-end: 5px; |
|
|
|
|
padding-inline-start: 2px; |
|
|
|
|
padding-inline-end: 5px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity { |
|
|
|
|
color: rgb(95,127,67); |
|
|
|
|
-moz-margin-end: 4px; |
|
|
|
|
margin-inline-end: 4px; |
|
|
|
|
background-image: linear-gradient(rgba(226,246,208,1), |
|
|
|
|
rgba(203,235,177,1)); |
|
|
|
|
background-position: right; |
|
|
|
@ -1048,7 +1048,7 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
|
|
|
|
|
#urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain { |
|
|
|
|
color: rgb(51,87,137); |
|
|
|
|
-moz-margin-end: 4px; |
|
|
|
|
margin-inline-end: 4px; |
|
|
|
|
background-image: linear-gradient(rgba(220,231,245,1), |
|
|
|
|
rgba(207,221,242,1)); |
|
|
|
|
background-position: right; |
|
|
|
@ -1109,13 +1109,13 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
/* Identity popup body text */ |
|
|
|
|
.identity-popup-description { |
|
|
|
|
white-space: pre-wrap; |
|
|
|
|
-moz-padding-start: 15px; |
|
|
|
|
padding-inline-start: 15px; |
|
|
|
|
margin: 2px 0 4px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.identity-popup-label { |
|
|
|
|
white-space: pre-wrap; |
|
|
|
|
-moz-padding-start: 15px; |
|
|
|
|
padding-inline-start: 15px; |
|
|
|
|
margin: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1141,7 +1141,7 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption , |
|
|
|
|
#identity-popup-content-box.verifiedDomain > #identity-popup-encryption { |
|
|
|
|
margin-top: 10px; |
|
|
|
|
-moz-margin-start: -18px; |
|
|
|
|
margin-inline-start: -18px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon , |
|
|
|
@ -1162,7 +1162,7 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
.popup-notification-icon { |
|
|
|
|
width: 64px; |
|
|
|
|
height: 64px; |
|
|
|
|
-moz-margin-end: 10px; |
|
|
|
|
margin-inline-end: 10px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popup-notification-icon[popupid="geolocation"] { |
|
|
|
@ -1200,8 +1200,8 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
|
|
|
|
|
.popup-progress-label, |
|
|
|
|
.popup-progress-meter { |
|
|
|
|
-moz-margin-start: 0; |
|
|
|
|
-moz-margin-end: 0; |
|
|
|
|
margin-inline-start: 0; |
|
|
|
|
margin-inline-end: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.popup-progress-cancel { |
|
|
|
@ -1210,7 +1210,7 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
border: none; |
|
|
|
|
padding: 0; |
|
|
|
|
margin: 0; |
|
|
|
|
-moz-margin-start: 5px; |
|
|
|
|
margin-inline-start: 5px; |
|
|
|
|
min-height: 0; |
|
|
|
|
min-width: 0; |
|
|
|
|
list-style-image: url("moz-icon://stock/gtk-cancel?size=menu"); |
|
|
|
@ -1252,13 +1252,13 @@ toolbar[iconsize="small"] #webrtc-status-button {
|
|
|
|
|
border-width: 0 8px 0 0; |
|
|
|
|
border-style: solid; |
|
|
|
|
border-image: url("chrome://browser/skin/urlbar-arrow.png") 0 8 0 0 fill; |
|
|
|
|
-moz-margin-end: -8px; |
|
|
|
|
margin-inline-end: -8px; |
|
|
|
|
margin-top: -1px; |
|
|
|
|
margin-bottom: -1px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#notification-popup-box:not([hidden]) + #identity-box { |
|
|
|
|
-moz-padding-start: 10px; |
|
|
|
|
padding-inline-start: 10px; |
|
|
|
|
border-radius: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1710,7 +1710,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|
|
|
|
.tab-icon-image { |
|
|
|
|
width: 16px; |
|
|
|
|
height: 16px; |
|
|
|
|
-moz-margin-end: 3px; |
|
|
|
|
margin-inline-end: 3px; |
|
|
|
|
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1725,8 +1725,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|
|
|
|
.tab-throbber[pinned], |
|
|
|
|
.tab-icon-image[pinned], |
|
|
|
|
.tabs-newtab-button > .toolbarbutton-icon { |
|
|
|
|
-moz-margin-start: 2px; |
|
|
|
|
-moz-margin-end: 2px; |
|
|
|
|
margin-inline-start: 2px; |
|
|
|
|
margin-inline-end: 2px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#context_reloadTab { |
|
|
|
@ -1766,12 +1766,12 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|
|
|
|
padding: 0; |
|
|
|
|
margin-top: -1px; |
|
|
|
|
margin-bottom: -1px; |
|
|
|
|
-moz-margin-end: -1px; |
|
|
|
|
margin-inline-end: -1px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* Tab sound indicator */ |
|
|
|
|
.tab-icon-sound { |
|
|
|
|
-moz-margin-start: 4px; |
|
|
|
|
margin-inline-start: 4px; |
|
|
|
|
width: 16px; |
|
|
|
|
height: 16px; |
|
|
|
|
padding: 0; |
|
|
|
@ -1876,13 +1876,13 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-up { |
|
|
|
|
-moz-border-start: 0; |
|
|
|
|
-moz-border-end: 2px solid transparent; |
|
|
|
|
border-inline-start: 0; |
|
|
|
|
border-inline-end: 2px solid transparent; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tabbrowser-arrowscrollbox > .scrollbutton-down { |
|
|
|
|
-moz-border-start: 2px solid transparent; |
|
|
|
|
-moz-border-end: 0; |
|
|
|
|
border-inline-start: 2px solid transparent; |
|
|
|
|
border-inline-end: 0; |
|
|
|
|
transition: 1s box-shadow ease-out; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
} |
|
|
|
@ -1952,7 +1952,7 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|
|
|
|
|
|
|
|
|
#sidebar-throbber[loading="true"] { |
|
|
|
|
list-style-image: url("chrome://global/skin/icons/loading_16.png"); |
|
|
|
|
-moz-margin-end: 4px; |
|
|
|
|
margin-inline-end: 4px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
toolbarbutton.chevron { |
|
|
|
@ -2040,8 +2040,8 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#allTabs-filter { |
|
|
|
|
-moz-margin-start: 36px; |
|
|
|
|
-moz-margin-end: 0; |
|
|
|
|
margin-inline-start: 36px; |
|
|
|
|
margin-inline-end: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.allTabs-preview-label { |
|
|
|
@ -2051,7 +2051,7 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
|
/* Application button menu */ |
|
|
|
|
|
|
|
|
|
.splitmenu-menuitem { |
|
|
|
|
-moz-margin-end: 1px; |
|
|
|
|
margin-inline-end: 1px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#appmenu-toolbar-button:not(:hover):not([open]):not(:-moz-lwtheme) { |
|
|
|
@ -2064,7 +2064,7 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
|
margin-bottom: -2px !important; |
|
|
|
|
} |
|
|
|
|
#appmenuSecondaryPane { |
|
|
|
|
-moz-border-start: 1px solid ThreeDShadow; |
|
|
|
|
border-inline-start: 1px solid ThreeDShadow; |
|
|
|
|
} |
|
|
|
|
#appmenuSecondaryPane-spacer { |
|
|
|
|
min-height: 1em; |
|
|
|
@ -2184,7 +2184,7 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
|
|
|
|
|
text-shadow: none; |
|
|
|
|
background-image: linear-gradient(#B4211B, #8A1915); |
|
|
|
|
border-radius: 1px; |
|
|
|
|
-moz-margin-end: 2px; |
|
|
|
|
margin-inline-end: 2px; |
|
|
|
|
} |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|