browser/themes/osx/pageInfo.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/osx/pageInfo.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,190 @@
     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 "chrome://global/skin/";
     1.9 +
    1.10 +/* View buttons */
    1.11 +@import "chrome://global/skin/viewbuttons.css";
    1.12 +
    1.13 +/* Extensions will provide icons because the view buttons have icons
    1.14 +   on the windows and linux themes. We don't want to display them */
    1.15 +.viewButtonIcon {
    1.16 +  display: none;
    1.17 +}
    1.18 +
    1.19 +deck {
    1.20 +  padding: 10px 10px 10px 10px;
    1.21 +}
    1.22 +
    1.23 +/* Misc */
    1.24 +tree {
    1.25 +  margin: .5em;
    1.26 +}
    1.27 +
    1.28 +.gridSeparator {
    1.29 +  width: .5em;
    1.30 +}
    1.31 +
    1.32 +textbox {
    1.33 +  background: transparent !important;
    1.34 +  border: none;
    1.35 +  padding: 0px;
    1.36 +  margin-top: 1px;
    1.37 +  -moz-appearance: none;
    1.38 +}
    1.39 +
    1.40 +textbox.header {
    1.41 +  -moz-margin-start: 0;
    1.42 +}
    1.43 +
    1.44 +.iframe {
    1.45 +  margin: .5em;
    1.46 +  background: white;
    1.47 +  overflow: auto;
    1.48 +}
    1.49 +
    1.50 +.fixedsize {
    1.51 +  height: 8.5em;
    1.52 +}
    1.53 +
    1.54 +textbox[disabled] {
    1.55 +  font-style: italic;
    1.56 +}
    1.57 +
    1.58 +/* General Tab */
    1.59 +groupbox.collapsable caption .caption-icon {
    1.60 +  width: 11px;
    1.61 +  height: 11px;
    1.62 +  background-repeat: no-repeat;
    1.63 +  background-position: center;
    1.64 +  -moz-margin-end: 2px;
    1.65 +  background-image: url("chrome://global/skin/arrow/arrow-dn.gif");
    1.66 +}
    1.67 +
    1.68 +groupbox.collapsable[closed="true"] caption .caption-icon {
    1.69 +  background-image: url("chrome://global/skin/arrow/arrow-rit.gif");
    1.70 +}
    1.71 +
    1.72 +groupbox tree { 
    1.73 +  margin: 0;
    1.74 +  border: none;
    1.75 +}
    1.76 +
    1.77 +groupbox.treebox .groupbox-body { 
    1.78 +  padding: 0;
    1.79 +}
    1.80 +
    1.81 +#securityBox description { 
    1.82 +  -moz-margin-start: 10px;
    1.83 +}
    1.84 +
    1.85 +#general-security-identity {
    1.86 +  white-space: pre-wrap;
    1.87 +  line-height: 2em;
    1.88 +}
    1.89 +
    1.90 +/* Media Tab */
    1.91 +#imagetree {
    1.92 +  min-height: 10em;
    1.93 +  margin-bottom: 0;
    1.94 +}
    1.95 +
    1.96 +#mediaSplitter {
    1.97 +  background: none;
    1.98 +}
    1.99 +
   1.100 +#mediaGrid {
   1.101 +  min-height: 9em;
   1.102 +}
   1.103 +
   1.104 +#mediaLabelColumn {
   1.105 +  min-width: 10em;
   1.106 +}
   1.107 +
   1.108 +#thepreviewimage {
   1.109 +  margin: 1em;
   1.110 +}
   1.111 +
   1.112 +treechildren::-moz-tree-cell-text(broken) {
   1.113 +  font-style: italic;
   1.114 +  color: graytext;
   1.115 +}
   1.116 +
   1.117 +/* Feeds Tab */
   1.118 +#feedtree {
   1.119 +  margin-bottom: 0px;
   1.120 +}
   1.121 +
   1.122 +#feedListbox richlistitem {
   1.123 +  padding-top: 6px;
   1.124 +  padding-bottom: 6px;
   1.125 +  -moz-padding-start: 7px;
   1.126 +  -moz-padding-end: 7px;
   1.127 +  min-height: 25px;
   1.128 +  border-bottom: 1px dotted #C0C0C0;
   1.129 +}
   1.130 +
   1.131 +#feedListbox richlistitem[selected="true"] {
   1.132 +  background-color: -moz-Dialog;
   1.133 +  color: -moz-DialogText;
   1.134 +}
   1.135 +
   1.136 +#feedListbox {
   1.137 +  border: 2px solid;
   1.138 +  -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
   1.139 +  -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
   1.140 +  -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
   1.141 +  -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
   1.142 +}
   1.143 +
   1.144 +.feedTitle { 
   1.145 +  font-weight: bold;
   1.146 +}
   1.147 +
   1.148 +/* Permissions Tab */
   1.149 +#permList {
   1.150 +  margin-top: .5em;
   1.151 +  overflow: auto;
   1.152 +  border: 2px solid;
   1.153 +  -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
   1.154 +  -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
   1.155 +  -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
   1.156 +  -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
   1.157 +  background-color: -moz-field;
   1.158 +}
   1.159 +
   1.160 +.permission {
   1.161 +  padding-top: 6px;
   1.162 +  padding-bottom: 6px;
   1.163 +  -moz-padding-start: 7px;
   1.164 +  -moz-padding-end: 7px;
   1.165 +  min-height: 25px;
   1.166 +  border-bottom: 1px dotted #C0C0C0;
   1.167 +}
   1.168 +
   1.169 +.permissionLabel {
   1.170 +  font-weight: bold;
   1.171 +}
   1.172 +
   1.173 +.permission:hover {
   1.174 +  background-color: -moz-dialog;
   1.175 +}
   1.176 +
   1.177 +/* Security Tab */
   1.178 +#securityPanel .caption-icon {
   1.179 +  display: none;
   1.180 +}
   1.181 +
   1.182 +#securityPanel .header {
   1.183 +  font-size: 120%;
   1.184 +}
   1.185 + 
   1.186 +#securityPanel .fieldLabel {
   1.187 +  margin: 2px 10px 3px 10px;
   1.188 +}
   1.189 +
   1.190 +#securityPanel .fieldValue {
   1.191 +  font-weight: bold;
   1.192 +  margin: 2px 10px 0px 10px;
   1.193 +}

mercurial