Bug 1414513: Make the profile manager image selector a bit dumber. r?johannh draft
authorEmilio Cobos Álvarez <emilio@crisal.io>
Sat, 04 Nov 2017 13:44:19 +0100
changeset 693211 e413d9943653367a6fbba43c656435dcd487191a
parent 693210 14fd26761bc4d10c5334abe50d7b6f3a5908f08d
child 738963 d5709f59f72a3d88db432d56c89cf5ae5e9277e4
push id87721
push userbmo:emilio@crisal.io
push dateSat, 04 Nov 2017 12:47:25 +0000
reviewersjohannh
bugs1414513
milestone58.0a1
Bug 1414513: Make the profile manager image selector a bit dumber. r?johannh MozReview-Commit-ID: 9NWUhP7KzZj
toolkit/themes/osx/mozapps/profile/profileSelection.css
toolkit/themes/windows/mozapps/profile/profileSelection.css
--- a/toolkit/themes/osx/mozapps/profile/profileSelection.css
+++ b/toolkit/themes/osx/mozapps/profile/profileSelection.css
@@ -10,17 +10,17 @@
 #profiles > listitem {
   list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
 }
 
 #profiles:focus > listitem[selected="true"] {
   list-style-image: url("chrome://mozapps/skin/profile/profileicon-selected.png");
 }
 
-#profiles > listitem > listcell > image {
+#profiles > listitem image {
   width: 16px;
   height: 16px;
 }
 
 box#managebuttons > button {
   min-width: 8em;
 }
 
--- a/toolkit/themes/windows/mozapps/profile/profileSelection.css
+++ b/toolkit/themes/windows/mozapps/profile/profileSelection.css
@@ -6,17 +6,17 @@
 @import url("chrome://global/skin/global.css");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 #profiles > listitem {
   list-style-image: url("chrome://mozapps/skin/profile/profileicon.png");
 }
 
-#profiles > listitem > listcell > image {
+#profiles > listitem image {
   width: 16px;
   height: 16px;
 }
 
 box#managebuttons > button {
   min-width: 8em;
 }