This is just some static backup of the original site, don't expect every link to work!

Changeset e95c6f for skin/v_identity.css


Ignore:
Timestamp:
Aug 25, 2018, 11:58:12 AM (4 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
7fa986
Parents:
dbf0b6
Message:

css-changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skin/v_identity.css

    rdbf0b6 re95c6f  
    3131    -moz-binding: url("chrome://v_identity/content/prefDialog/vI_prefDialog.xml#identitySelector");
    3232}
    33 
    34 
    3533
    3634.mismatchMenuitem {
     
    6866}
    6967
    70 .identityHbox, .baseIDHbox, .smtpServerHbox {
     68/* .identityHbox, .baseIDHbox, .smtpServerHbox {
    7169    background-color: transparent;
    7270}
     
    7674.identityHbox {
    7775    padding-right: 0.25em;
    78 }
     76}*/
    7977.baseIDHbox {
    8078    padding-left: 0.25em;
     
    202200}
    203201
     202#prefTabbox radio .radio-check {
     203  display: none;
     204}
     205
    204206.paneButtonIcon {
    205207    width: 56px;
     
    324326
    325327.virtualIdentityExtension_vINotificationLogo {
    326     margin: 0 0 0 0.5em;
     328    margin: 0 0.5em 0 0.5em;
    327329    padding: 0;
    328330}
     
    340342    font-size: x-small;
    341343    height: 10em;
     344}
     345
     346#identityHbox .menulist-editable-input[nomatch="true"][highlightnonmatches="true"] {
     347  color: red;
    342348}
    343349
     
    356362}
    357363
     364#msgIdentity {
     365    -moz-binding: url("chrome://v_identity/content/bindings/v_identity.xml#fromMenuList_new");
     366}
     367
     368#msgIdentity menuitem {
     369        -moz-binding: url("chrome://v_identity/content/bindings/v_identity.xml#fromPopupItem_new");
     370}
     371
    358372.description-treecell {
    359373    -moz-binding: url("chrome://v_identity/content/bindings/v_identity.xml#descriptionTreeCell");
     
    435449
    436450
    437 .menulist_clone-textbox .textbox-search-icons {
     451#identityHbox .menulist-editable-input .textbox-search-icons, #identityHbox .menulist-editable-input .textbox-search-sign {
    438452    display:    none;
    439453}
     
    466480}
    467481
    468 .identity_clone-menulist[vid="true"], .identity_clone-popup-item[vid="true"] {
     482
     483#msgIdentityPopup menuitem[command="cmd_customizeFromAddress"] {
     484        display: none;
     485}
     486
     487#fromMenuList_new[vid="true"], .identity_clone-popup-item[vid="true"] {
    469488    list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbook-toolbar-small.png");
    470489    -moz-image-region: rect(0px 16px 16px 0px);
    471490}
    472491
    473 .identity_clone-menulist[vid="false"], .identity_clone-popup-item[vid="false"] {
     492#fromMenuList_new[vid="false"], .identity_clone-popup-item[vid="false"] {
    474493    list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.png");
    475494}
Note: See TracChangeset for help on using the changeset viewer.