Browse Source

Better folder icons for old-gnome

Exalm 8 years ago
parent
commit
921c25f74e

+ 1 - 1
theme/communicator/aboutSessionRestore.css

@@ -22,7 +22,7 @@ treechildren::-moz-tree-image(noicon) {
 }
 
 treechildren::-moz-tree-image(container, noicon) {
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 treechildren::-moz-tree-image(container, noicon, open) {

+ 1 - 1
theme/communicator/bookmarks/bookmarks.css

@@ -27,7 +27,7 @@ treechildren::-moz-tree-image(title) {
 .bookmark-item[container="true"],
 treechildren::-moz-tree-image(Name, container),
 treechildren::-moz-tree-image(title, container) {
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 .bookmark-item[open="true"],

+ 2 - 2
theme/communicator/bookmarks/bookmarksToolbar.css

@@ -54,7 +54,7 @@ toolbarbutton.bookmark-item[disabled="true"] {
 }
 
 toolbarbutton.bookmark-item[disabled="true"][container="true"] {
-  list-style-image: var(--icon-folder-16-dis);
+  list-style-image: var(--icon-stock_folder-16-dis);
   opacity: var(--icon-folder-dis-opacity);
 }
 
@@ -102,7 +102,7 @@ menuitem.bookmark-item {
 }
 
 .menu-iconic.bookmark-item[disabled="true"][container="true"] {
-  list-style-image: var(--icon-folder-16-dis);
+  list-style-image: var(--icon-stock_folder-16-dis);
   opacity: var(--icon-folder-dis-opacity);
 }
 

+ 1 - 1
theme/communicator/bookmarks/editBookmarkOverlay.css

@@ -15,7 +15,7 @@
 }
 
 .folder-icon {
-  list-style-image: var(--icon-folder-16) !important;
+  list-style-image: var(--icon-stock_folder-16) !important;
 }
 
 

+ 1 - 1
theme/communicator/communicator.css

@@ -35,7 +35,7 @@ textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-ima
 }
 
 textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, directory) {
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 textbox[autocompletesearch="history file"] .autocomplete-treebody::-moz-tree-image(treecolAutoCompleteValue, file) {

+ 2 - 2
theme/communicator/sidebar/customize.css

@@ -15,12 +15,12 @@
 .treecell-panel[haslink="true"],
 treeitem[container="true"] > treerow > .treecell-panel
 {
- list-style-image: var(--icon-folder-16);
+ list-style-image: var(--icon-stock_folder-16);
 }
 treeitem[selected="true"] > treerow > .treecell-panel[haslink="true"],
 treeitem[selected="true"][container="true"] > treerow > .treecell-panel
 {
- list-style-image: var(--icon-folder-16);
+ list-style-image: var(--icon-stock_folder-16);
 }
 
 treeitem[container="true"][open="true"] > treerow > .treecell-panel

+ 1 - 1
theme/global/button.css

@@ -161,7 +161,7 @@ button[icon="accept"] .button-icon {
 
 button[icon="accept"][disabled="true"] .button-icon {
   list-style-image: var(--icon-gtk-ok-22-dis);
-  opacity: var(--icon-gtk-yes-opacity);
+  opacity: var(--icon-gtk-ok-dis-opacity);
 }
 
 button[icon="cancel"] .button-icon {

BIN
theme/icons/adwaita/16x16/places/stock_folder.png


BIN
theme/icons/adwaita/24x24/places/stock_folder.png


BIN
theme/icons/gnome-old/16x16/places/folder-saved-search.png


BIN
theme/icons/gnome-old/16x16/places/stock_folder.png


BIN
theme/icons/gnome-old/16x16/status/folder-open.png


BIN
theme/icons/gnome-old/24x24/places/stock_folder.png


BIN
theme/icons/gnome/16x16/places/stock_folder.png


BIN
theme/icons/gnome/24x24/places/stock_folder.png


BIN
theme/icons/gtk-stock/16x16/places/stock_folder.png


BIN
theme/icons/gtk-stock/24x24/places/stock_folder.png


+ 1 - 0
theme/icons/layer-freedesktop

@@ -91,6 +91,7 @@ network-idle
 network-server
 preferences-desktop
 process-stop
+stock_folder folder
 text-x-generic
 text-x-generic-template
 tools-check-spelling

BIN
theme/icons/tango/16x16/places/stock_folder.png


BIN
theme/icons/tango/24x24/places/stock_folder.png


+ 1 - 1
theme/messenger/folderMenus.css

@@ -11,7 +11,7 @@
 /* ::::: folder icons for menus ::::: */
 
 .folderMenuItem {
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 .folderMenuItem[open="true"] {

+ 1 - 8
theme/messenger/folderPane.css

@@ -16,7 +16,7 @@ treechildren::-moz-tree-image(folderNameCol) {
 
 .icon-holder[type="folder"],
 treechildren::-moz-tree-image(folderNameCol) {
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 /* ..... IMAP shared ..... */
@@ -26,13 +26,6 @@ treechildren::-moz-tree-image(folderNameCol, imapShared-true) {
   list-style-image: var(--icon-folder-remote-16);
 }
 
-/* ..... Feeds ..... */
-
-.icon-holder[type="folder"][ServerType="rss"],
-treechildren::-moz-tree-image(folderNameCol, serverType-rss) {
-  list-style-image: var(--icon-folder-16);
-}
-
 /* ..... Inbox ..... */
 
 .icon-holder[type="folder"][SpecialFolder="Inbox"],

+ 5 - 5
theme/messenger/primaryToolbar.css

@@ -56,12 +56,12 @@
 } 
 
 #button-file {
-  list-style-image: var(--icon-folder-24);
+  list-style-image: var(--icon-stock_folder-24);
 }
 
 #button-file[disabled] {
-  list-style-image: var(--icon-folder-24-dis);
-  opacity: var(--icon-folder-dis-opacity);
+  list-style-image: var(--icon-stock_folder-24-dis);
+  opacity: var(--icon-stock_folder-dis-opacity);
 } 
 
 #button-goback {
@@ -255,11 +255,11 @@ toolbar[iconsize="small"] > #button-forward[disabled] {
 
 toolbar[iconsize="small"] > #button-file,
 toolbar[iconsize="small"] > toolbarpaletteitem > #button-file {
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 toolbar[iconsize="small"] > #button-file[disabled] {
-  list-style-image: var(--icon-folder-16-dis);
+  list-style-image: var(--icon-stock_folder-16-dis);
 }
 
 toolbar[iconsize="small"] > #button-goback,

+ 2 - 2
theme/messenger/subscribe.css

@@ -36,13 +36,13 @@ treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
 
 treechildren::-moz-tree-image(nameColumn) {
   -moz-margin-end: 2px;
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 treechildren::-moz-tree-image(nameColumn, ServerType-nntp),
 treechildren::-moz-tree-image(nameColumn2, nntp) {
   -moz-margin-end: 2px;
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 /* ::::: server icons :::::: */

+ 3 - 10
theme/navigator/navigator.css

@@ -1,4 +1,4 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
+~/* 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/. */
 
@@ -606,18 +606,14 @@ toolbar[mode="text"] #search-button > .button-box {
 /* ::::: personal toolbar ::::: */
 
 #bookmarks-button {
-  list-style-image: var(--icon-folder-16);
+  list-style-image: var(--icon-stock_folder-16);
 }
 
 #bookmarks-button[open="true"] {
   list-style-image: var(--icon-folder-open-16);
 }
 
-toolbarbutton.chevron {
-  list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
-}
-
-toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
+toolbarbutton.chevron .toolbarbutton-icon {
   display: none;
 }
 
@@ -625,9 +621,6 @@ toolbarbutton.chevron > .toolbarbutton-text {
   display: none; /* hide chevron label which has a width even if blank */
 }
 
-toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
-  display: -moz-box; /* display chevron icon in text mode */
-}
 /*
 #bookmarks-chevron {
   list-style-image: var(--icon-text-x-generic-16);