browser/themes/windows/preferences/aboutPermissions.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/windows/preferences/aboutPermissions.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,120 @@
     1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public
     1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
     1.7 +
     1.8 +@import url("chrome://global/skin/inContentUI.css");
     1.9 +
    1.10 +
    1.11 +/* sites box */
    1.12 +
    1.13 +#sites-box {
    1.14 +  padding: 10px;
    1.15 +  width: 25em;
    1.16 +}
    1.17 +
    1.18 +#sites-filter {
    1.19 +  margin: 0;
    1.20 +}
    1.21 +
    1.22 +#sites-list {
    1.23 +  -moz-appearance: none;
    1.24 +  border: 1px solid rgba(0, 0, 0, 0.32);
    1.25 +  background-color: rgba(255, 255, 255, 0.4);
    1.26 +  margin: 5px 0 0 0;
    1.27 +}
    1.28 +
    1.29 +.site {
    1.30 +  padding: 4px;
    1.31 +  border-bottom: 1px solid ThreeDLightShadow;
    1.32 +}
    1.33 +
    1.34 +.site-favicon {
    1.35 +  height: 16px;
    1.36 +  width: 16px;
    1.37 +  -moz-margin-end: 4px;
    1.38 +  list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
    1.39 +}
    1.40 +
    1.41 +#all-sites-item > .site-container > .site-favicon {
    1.42 +  list-style-image: none;
    1.43 +}
    1.44 +
    1.45 +/* permissions box */
    1.46 +
    1.47 +#permissions-box {
    1.48 +  padding-top: 10px;
    1.49 +  overflow-y: auto;
    1.50 +}
    1.51 +
    1.52 +#site-description {
    1.53 +  font-size: 125%;
    1.54 +  -moz-margin-start: 6px; /* to match button margin */
    1.55 +}
    1.56 +
    1.57 +#site-label {
    1.58 +  font-weight: bold;
    1.59 +  margin-top: 0;
    1.60 +  margin-bottom: 0;
    1.61 +}
    1.62 +
    1.63 +#defaults-description {
    1.64 +  font-size: 125%;
    1.65 +  font-weight: bold;
    1.66 +  -moz-margin-start: 6px;
    1.67 +}
    1.68 +
    1.69 +.pref-item {
    1.70 +  margin-bottom: 10px;
    1.71 +}
    1.72 +
    1.73 +.pref-icon {
    1.74 +  width: 36px;
    1.75 +  height: 36px;
    1.76 +  -moz-margin-end: 10px;
    1.77 +}
    1.78 +
    1.79 +.pref-icon[type="password"] {
    1.80 +  list-style-image: url(chrome://mozapps/skin/passwordmgr/key-64.png);
    1.81 +}
    1.82 +.pref-icon[type="cookie"] {
    1.83 +  list-style-image: url(chrome://global/skin/icons/question-64.png);
    1.84 +}
    1.85 +.pref-icon[type="geo"] {
    1.86 +  list-style-image: url(chrome://browser/skin/Geolocation-64.png);
    1.87 +}
    1.88 +.pref-icon[type="indexedDB"] {
    1.89 +  list-style-image: url(chrome://global/skin/icons/question-64.png);
    1.90 +}
    1.91 +.pref-icon[type="install"] {
    1.92 +  list-style-image: url(chrome://mozapps/skin/extensions/extensionGeneric.png);
    1.93 +}
    1.94 +.pref-icon[type="popup"] {
    1.95 +  list-style-image: url(chrome://global/skin/icons/question-64.png);
    1.96 +}
    1.97 +.pref-icon[type="image"] {
    1.98 +  list-style-image: url(chrome://global/skin/icons/question-64.png);
    1.99 +}
   1.100 +.pref-icon[type="plugins"] {
   1.101 +  list-style-image: url(chrome://mozapps/skin/plugins/pluginGeneric.png);
   1.102 +}
   1.103 +.pref-icon[type="fullscreen"] {
   1.104 +  list-style-image: url(chrome://global/skin/icons/question-64.png);
   1.105 +}
   1.106 +.pref-icon[type="camera"] {
   1.107 +  list-style-image: url(chrome://global/skin/icons/question-64.png);
   1.108 +}
   1.109 +.pref-icon[type="microphone"] {
   1.110 +  list-style-image: url(chrome://global/skin/icons/question-64.png);
   1.111 +}
   1.112 +
   1.113 +.pref-title {
   1.114 +  font-size: 125%;
   1.115 +  margin-bottom: 0;
   1.116 +  font-weight: bold;
   1.117 +}
   1.118 +
   1.119 +.pref-menulist {
   1.120 +  margin-left: 6px;
   1.121 +  margin-right: 6px;
   1.122 +  min-width: 10em; /* native menulists ellipsize their longest entries by default on many themes */
   1.123 +}

mercurial