mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Libray - Menubar icons at linux
This commit is contained in:
parent
c93cea4c31
commit
d91f2bd154
3 changed files with 52 additions and 0 deletions
7
icons/import-export.svg
Normal file
7
icons/import-export.svg
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="context-fill" fill-opacity="context-fill-opacity">
|
||||
<path d="M4.197 3.623a.624.624 0 0 1 1.247 0l.005 6.709 2.051 0a.5.5 0 0 1 .353.852L5.037 14l-.423 0-2.816-2.816a.5.5 0 0 1 .353-.852l2.051 0-.005-6.709z"/>
|
||||
<path d="M11.812 12.377a.624.624 0 0 1-1.25 0l-.005-6.709-2.056 0a.5.5 0 0 1-.354-.852L10.97 2l.424 0 2.823 2.816a.499.499 0 0 1-.354.852l-2.056 0 .005 6.708z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 681 B |
11
icons/sort.svg
Normal file
11
icons/sort.svg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="context-fill" fill-opacity="context-fill-opacity">
|
||||
<path d="m2.951 7-.75 0-.25.25 0 .75.25.25.75 0 .25-.25 0-.75-.25-.25z"/>
|
||||
<path d="m2.951 10-.75 0-.25.25 0 .75.25.25.75 0 .25-.25 0-.75-.25-.25z"/>
|
||||
<path d="m2.951 4-.75 0-.25.25 0 .75.25.25.75 0 .25-.25 0-.75-.25-.25z"/>
|
||||
<path d="m13.227 5.25-7.748 0a.626.626 0 1 1 0-1.25l7.748 0a.626.626 0 1 1 0 1.25z"/>
|
||||
<path d="m11.228 8.25-5.75 0a.625.625 0 0 1 0-1.25l5.75 0a.625.625 0 0 1 0 1.25z"/>
|
||||
<path d="m9.228 11.25-3.75 0a.625.625 0 0 1 0-1.25l3.75 0a.625.625 0 0 1 0 1.25z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 847 B |
|
|
@ -2802,6 +2802,40 @@
|
|||
list-style-image: url("./icons/bookmarksMenu-open.svg") !important; /* or bookmarksMenu-open2.svg" */
|
||||
}
|
||||
|
||||
/*= Menubar - Icons =========================================*/
|
||||
@-moz-document url("chrome://browser/content/places/places.xhtml")
|
||||
{
|
||||
@media (-moz-gtk-csd-available) {
|
||||
#organizeButton,
|
||||
#viewMenu,
|
||||
#maintenanceButton,
|
||||
#back-button,
|
||||
#forward-button {
|
||||
fill: currentColor !important;
|
||||
-moz-context-properties: fill !important;
|
||||
}
|
||||
|
||||
/* Add */
|
||||
#organizeButton {
|
||||
list-style-image: url("chrome://global/skin/icons/settings.svg") !important;
|
||||
}
|
||||
#viewMenu {
|
||||
list-style-image: url("./icons/sort.svg") !important;
|
||||
}
|
||||
#maintenanceButton {
|
||||
list-style-image: url("./icons/import-export.svg") !important;
|
||||
}
|
||||
|
||||
/* Replace */
|
||||
#back-button {
|
||||
list-style-image: url("chrome://browser/skin/back.svg") !important;
|
||||
}
|
||||
#forward-button {
|
||||
list-style-image: url("chrome://browser/skin/forward.svg") !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/** Panel - Icons ***********************************************************/
|
||||
/*= Padding ================================================================*/
|
||||
:root {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue