diff options
Diffstat (limited to 'toolkit/themes/osx/mozapps/profile')
-rw-r--r-- | toolkit/themes/osx/mozapps/profile/profileSelection.css | 29 | ||||
-rw-r--r-- | toolkit/themes/osx/mozapps/profile/profileicon-selected.png | bin | 0 -> 502 bytes | |||
-rw-r--r-- | toolkit/themes/osx/mozapps/profile/profileicon.png | bin | 0 -> 588 bytes |
3 files changed, 29 insertions, 0 deletions
diff --git a/toolkit/themes/osx/mozapps/profile/profileSelection.css b/toolkit/themes/osx/mozapps/profile/profileSelection.css new file mode 100644 index 000000000..cc3ab451c --- /dev/null +++ b/toolkit/themes/osx/mozapps/profile/profileSelection.css @@ -0,0 +1,29 @@ +/* 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/. */ + + +@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:focus > listitem[selected="true"] { + list-style-image: url("chrome://mozapps/skin/profile/profileicon-selected.png"); +} + +#profiles > listitem > listcell > image { + width: 16px; + height: 16px; +} + +box#managebuttons > button { + min-width: 8em; +} + +#managebuttons { + padding-top: 1em; +} diff --git a/toolkit/themes/osx/mozapps/profile/profileicon-selected.png b/toolkit/themes/osx/mozapps/profile/profileicon-selected.png Binary files differnew file mode 100644 index 000000000..f3e1f8e11 --- /dev/null +++ b/toolkit/themes/osx/mozapps/profile/profileicon-selected.png diff --git a/toolkit/themes/osx/mozapps/profile/profileicon.png b/toolkit/themes/osx/mozapps/profile/profileicon.png Binary files differnew file mode 100644 index 000000000..f67a43714 --- /dev/null +++ b/toolkit/themes/osx/mozapps/profile/profileicon.png |