toolkit/themes/osx/mozapps/update/updates.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/osx/mozapps/update/updates.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,196 @@
     1.4 +%include ../../global/shared.inc
     1.5 +
     1.6 +/* General */
     1.7 +/* Specify the size for the wizardpage so the billboard has a fixed size. 3rd
     1.8 +   party themes should typically specify the same values. */
     1.9 +wizardpage {
    1.10 +  height: 360px;
    1.11 +  width: 700px;
    1.12 +}
    1.13 +
    1.14 +/* Remove margin and padding so the billboard will extend to the edge of the
    1.15 +   window. 3rd party themes should typically specify the same values. */
    1.16 +#updates, .wizard-page-box {
    1.17 +  margin: 0;
    1.18 +  padding: 0;
    1.19 +}
    1.20 +
    1.21 +.update-content {
    1.22 +  padding: 6px 12px 12px 12px;
    1.23 +}
    1.24 +
    1.25 +.wizard-header-box-text {
    1.26 +  padding: 0;
    1.27 +}
    1.28 +
    1.29 +.wizard-header {
    1.30 +  margin: 12px 12px 0 12px;
    1.31 +}
    1.32 +
    1.33 +.wizard-buttons-btm {
    1.34 +  padding: 15px 12px;
    1.35 +  -moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
    1.36 +}
    1.37 +
    1.38 +/* Don't use top margin - it can cause a scrollbar on the incompatible page */
    1.39 +.wizard-buttons {
    1.40 +  padding: 0;
    1.41 +  -moz-appearance: statusbar;
    1.42 +}
    1.43 +
    1.44 +.wizard-buttons button {
    1.45 +  -moz-appearance: toolbarbutton;
    1.46 +  min-height: 22px;
    1.47 +  margin: 0 6px;
    1.48 +  padding: 0;
    1.49 +  text-shadow: @loweredShadow@;
    1.50 +}
    1.51 +
    1.52 +.loadingBox {
    1.53 +  padding: 3px 5px 3px 5px;
    1.54 +}
    1.55 +
    1.56 +.remoteLoadingThrobber {
    1.57 +  margin-top: 3px;
    1.58 +}
    1.59 +
    1.60 +.remoteLoadingThrobber[state="loading"] {
    1.61 +  list-style-image: url("chrome://global/skin/icons/loading_16.png");
    1.62 +}
    1.63 +
    1.64 +.remoteLoadingThrobber[state="error"] {
    1.65 +  list-style-image: url("chrome://global/skin/icons/notfound.png");
    1.66 +}
    1.67 +
    1.68 +#incompatibleListbox, #finishedBackgroundMore, #acceptDeclineLicense {
    1.69 +  margin-bottom: 6px;
    1.70 +}
    1.71 +
    1.72 +#licenseContent, #incompatibleListbox {
    1.73 +  -moz-margin-start: 6px;
    1.74 +  -moz-margin-end: 6px;
    1.75 +}
    1.76 +
    1.77 +.inline-link {
    1.78 +  color: -moz-nativehyperlinktext;
    1.79 +  text-decoration: none;
    1.80 +}
    1.81 +
    1.82 +.inline-link:hover {
    1.83 +  text-decoration: underline;
    1.84 +}
    1.85 +
    1.86 +/* Unsupported Page */
    1.87 +#unsupportedLabel, #unsupportedLinkLabel {
    1.88 +  -moz-margin-start: 0;
    1.89 +  -moz-padding-start: 0;
    1.90 +}
    1.91 +
    1.92 +/* Update Found Basic Page */
    1.93 +#updateName, #updateFinishedName {
    1.94 +  font-weight: bold;
    1.95 +  font-size: larger;
    1.96 +}
    1.97 +
    1.98 +/* License Page */
    1.99 +#licenseContent {
   1.100 +  -moz-appearance: listbox;
   1.101 +}
   1.102 +
   1.103 +/* Downloading Page */
   1.104 +#downloadStatusLine {
   1.105 +  -moz-box-align: center;
   1.106 +}
   1.107 +
   1.108 +#downloadStatus {
   1.109 +  height: 3em !important;
   1.110 +}
   1.111 +
   1.112 +#downloadStatusProgress {
   1.113 +  padding-right: 5px;
   1.114 +}
   1.115 +
   1.116 +#pauseButton {
   1.117 +  list-style-image: url(chrome://mozapps/skin/update/buttons.png);
   1.118 +  -moz-image-region: rect(48px, 16px, 64px, 0px);
   1.119 +  -moz-appearance: none;
   1.120 +  background-color: transparent;
   1.121 +  border: none;
   1.122 +  min-height: 16px;
   1.123 +  min-width: 16px;
   1.124 +  max-height: 16px;
   1.125 +  max-width: 16px;
   1.126 +  margin: 0 1px 0 1px;
   1.127 +  padding: 0;
   1.128 +}
   1.129 +
   1.130 +/* !Important must be used otherwise this won't immediately take affect */
   1.131 +#pauseButton > .button-box {
   1.132 +  padding: 0 !important;
   1.133 +}
   1.134 +
   1.135 +#pauseButton:hover {
   1.136 +  -moz-image-region: rect(48px, 32px, 64px, 16px);
   1.137 +}
   1.138 +
   1.139 +#pauseButton:not([disabled="true"]):hover:active {
   1.140 +  -moz-image-region: rect(48px, 48px, 64px, 32px);
   1.141 +}
   1.142 +
   1.143 +#pauseButton[disabled="true"] {
   1.144 +  -moz-image-region: rect(48px, 16px, 64px, 0px);
   1.145 +}
   1.146 +
   1.147 +#pauseButton[paused="true"] {
   1.148 +  -moz-image-region: rect(16px, 16px, 32px, 0px);
   1.149 +}
   1.150 +
   1.151 +#pauseButton[paused="true"]:hover {
   1.152 +  -moz-image-region: rect(16px, 32px, 32px, 16px);
   1.153 +}
   1.154 +
   1.155 +#pauseButton[paused="true"]:hover:active {
   1.156 +  -moz-image-region: rect(16px, 48px, 32px, 32px);
   1.157 +}
   1.158 +
   1.159 +#verificationFailedIcon {
   1.160 +  margin-left: 5px;
   1.161 +  list-style-image: url("chrome://global/skin/icons/notfound.png");
   1.162 +}
   1.163 +
   1.164 +/* Error Page */
   1.165 +#errorReason {
   1.166 +  margin-top: 1px;
   1.167 +  margin-bottom: 2px;
   1.168 +  -moz-margin-start: 6px !important;
   1.169 +  -moz-margin-end: 5px;
   1.170 +  font-weight: bold;
   1.171 +}
   1.172 +
   1.173 +/* Update History Window */
   1.174 +update {
   1.175 +  border-bottom: 1px dotted #C0C0C0;
   1.176 +}
   1.177 +
   1.178 +.update-name {
   1.179 +  font-weight: bold;
   1.180 +}
   1.181 +
   1.182 +.update-label-column {
   1.183 +  -moz-box-align: end;
   1.184 +}
   1.185 +
   1.186 +.update-type {
   1.187 +  font-weight: bold;
   1.188 +  color: #990000;
   1.189 +}
   1.190 +
   1.191 +#historyItems {
   1.192 +  -moz-appearance: listbox;
   1.193 +  height: 200px;
   1.194 +  margin: 1px 5px 4px 5px;
   1.195 +}
   1.196 +
   1.197 +#historyItems > scrollbox {
   1.198 +  margin-bottom: 1px;
   1.199 +}

mercurial