Changeset a5b5e2
- Timestamp:
- Oct 6, 2009, 1:46:07 PM (10 years ago)
- Branches:
- lite_0.1, multiEdit, ng_0.6, ng_0.6_help, ng_0.8, ng_0.9
- Children:
- d10ccd
- Parents:
- 3d0a0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/skin/classic/v_identity/v_identity.css
r3d0a0f ra5b5e2 7 7 -moz-appearance: textfield; 8 8 } 9 10 9 .smtpServerListHbox { 11 -moz-binding: url("chrome://v_identity/content/v_identity.xml#smtpServerList"); 12 } 13 10 -moz-binding: url("chrome://v_identity/content/v_identity.xml#smtpServerList"); 11 } 14 12 #vI_rdfDataEditorContent checkbox.vI_plain { 15 13 display: none; … … 19 17 margin: -1px 0px -1px -1px; 20 18 } 19 21 20 .identity_clone-menulist .smtpServerMenuList { 22 23 24 25 26 color:graytext;27 text-align:center;21 border-style: none; 22 -moz-appearance: none; 23 margin: 0px; 24 padding: 0px; 25 color: graytext; 26 text-align: center; 28 27 } 29 28 … … 69 68 70 69 #viewGroup { 71 70 padding: 5px; 72 71 } 73 72 74 73 #viewGroup radio { 75 76 77 78 79 80 81 74 -moz-appearance: none; 75 min-width: 4.5em; 76 margin: 0; 77 padding: 3px; 78 list-style-image: url("chrome://v_identity/skin/PrefIcons.png"); 79 -moz-box-orient: vertical; 80 -moz-box-align: center !important; 82 81 } 83 82 84 83 #viewGroup radio:hover { 85 86 87 88 84 border: 1px solid #ff9c9c; 85 margin: -1px; 86 background-color: white; 87 background-color: transparent; 89 88 } 90 89 91 90 #viewGroup radio[selected="true"] { 92 93 94 95 91 border: 1px solid #870000; 92 margin: -1px; 93 background-color: white; 94 background-color: transparent; 96 95 } 97 96 … … 116 115 117 116 #viewGroup image.arrow { 118 117 list-style-image: url("chrome://v_identity/skin/Arrows.png"); 119 118 } 120 119 … … 167 166 } 168 167 169 #vINotificationTextbox 170 { 171 background-color: transparent; 172 margin: 5px !important; 168 #vINotificationTextbox { 169 background-color: transparent; 170 margin: 5px !important; 173 171 margin-left: 20px !important; 174 -moz-border-top-colors: grey; 175 -moz-border-right-colors: grey; 176 -moz-border-bottom-colors: grey; 177 -moz-border-left-colors: grey; 178 } 179 180 #vINotificationTextbox.border 181 { 172 -moz-border-top-colors: grey; 173 -moz-border-right-colors: grey; 174 -moz-border-bottom-colors: grey; 175 -moz-border-left-colors: grey; 176 } 177 178 #vINotificationTextbox.border { 182 179 border-style: solid !important; 183 180 border-right-style: none !important; 184 181 border-width: 1px !important; 185 182 } 186 183 187 184 #vI-status-menu[save="off"] { … … 210 207 } 211 208 212 treechildren::-moz-tree-cell-text(user) 213 { 214 font-weight: bold; 215 } 216 217 treechildren::-moz-tree-cell-text(locked) 218 { 219 font-style: italic; 209 treechildren::-moz-tree-cell-text(user) { 210 font-weight: bold; 211 } 212 213 treechildren::-moz-tree-cell-text(locked) { 214 font-style: italic; 220 215 } 221 216 … … 263 258 264 259 .identity_clone-menulist { 265 266 267 268 269 270 271 272 273 274 275 260 -moz-binding: url(chrome://v_identity/content/v_identity.xml#fromMenuList_clone); 261 -moz-appearance: textfield; 262 margin: 2px 4px; 263 border: 2px solid; 264 -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; 265 -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; 266 -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; 267 -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; 268 padding: 1px 0px 1px 2px; 269 background-color: -moz-Field; 270 color: -moz-FieldText; 276 271 } 277 272 278 273 .description-treecell { 279 274 -moz-binding: url("chrome://v_identity/content/v_identity.xml#descriptionTreeCell"); 280 275 color: red; 281 276 } … … 303 298 304 299 .autoReplyTo { 305 300 -moz-binding: url("chrome://v_identity/content/v_identity.xml#autoReplyTo"); 306 301 } 307 302 308 303 309 304 .identityDataTooltip { 310 305 -moz-binding: url("chrome://v_identity/content/v_identity.xml#vI_identityDataTooltip"); 311 306 } 312 307 313 308 #vI_tooltipPopupset { 314 309 -moz-binding: url("chrome://v_identity/content/v_identity.xml#tooltipPopupset"); 315 310 } 316 311 317 312 .vI_htmlTextBox { 318 313 -moz-binding: url("chrome://v_identity/content/vI_htmlTextBox.xml#vI_htmlTextBox"); 319 314 } 320 315 321 316 .identity_clone-popup-item { 322 323 324 317 -moz-binding: url("chrome://v_identity/content/v_identity.xml#fromPopupItem_clone"); 318 padding: 0; 319 margin: 0; 325 320 } 326 321 327 322 .auto-reply-to { 328 323 -moz-binding: url("chrome://v_identity/content/v_identity.xml#autoReplyTo"); 329 324 } 330 325 … … 379 374 380 375 .identity_clone-menulist[vid="true"], .identity_clone-popup-item[vid="true"] { 381 382 376 list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar-small.png"); 377 -moz-image-region: rect(0px 16px 16px 0px); 383 378 } 384 379 385 380 .identity_clone-menulist[vid="false"], .identity_clone-popup-item[vid="false"] { 386 381 list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png"); 387 382 } 388 383 … … 403 398 /* the alternate is the person-icon, which is defined elsewhere */ 404 399 .new-icon { 405 406 400 list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar-small.png"); 401 -moz-image-region: rect(0px 16px 16px 0px); 407 402 } 408 403 … … 412 407 413 408 .messageImage { 414 415 416 409 width: 16px; 410 height: 16px; 411 margin: 0px 6px 0px 6px; 417 412 } 418 413 419 414 .messageText { 420 415 -moz-margin-start: 5px; 421 416 } 422 417 423 418 .messageButton { 424 419 margin: 0px 5px 0px 5px; 425 420 } 426 421 427 422 .vINotificationCloseButton { 428 429 430 431 432 433 434 435 423 display: inline; 424 padding: 4px 2px !important; 425 -moz-appearance: none; 426 -moz-image-region: rect(0px, 56px, 14px, 42px); 427 height: 24px; 428 border: none !important; 429 cursor: default; 430 list-style-image: url("chrome://v_identity/skin/close.png"); 436 431 } 437 432 438 433 .vINotificationCloseButton:hover { 439 440 434 -moz-image-region: rect(0px, 28px, 14px, 14px); 435 opacity: 1.0; 441 436 } 442 437 443 438 .vINotificationCloseButton:hover:active { 444 445 439 -moz-image-region: rect(0px, 42px, 14px, 28px); 440 opacity: 1.0; 446 441 } 447 442 448 443 .vINotificationCloseButton:focus { 449 444 outline: none !important; 450 445 } 451 446
Note: See TracChangeset
for help on using the changeset viewer.