Changeset b5331b
- Timestamp:
- Aug 20, 2008, 8:58:35 PM (14 years ago)
- Branches:
- master
- Children:
- 6ca256
- Parents:
- f4caf5
- Location:
- chrome
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chrome/content/v_identity/vI_getHeader.xul
rf4caf5 rb5331b 25 25 26 26 <?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?> 27 <?xml-stylesheet href="chrome://messenger/skin/tabmail.css" type="text/css"?> 27 28 28 29 <!DOCTYPE overlay [ -
chrome/content/v_identity/vI_notificationBar.xml
rf4caf5 rb5331b 352 352 </xul:hbox> 353 353 <xul:toolbarbutton ondblclick="event.stopPropagation();" 354 class="messageCloseButton tabbable"354 class="tab-close-button vINotificationCloseButton" 355 355 xbl:inherits="hidden=hideclose" 356 356 oncommand="vI_notificationBar.clear();"/> -
chrome/content/v_identity/v_identity.xul
rf4caf5 rb5331b 25 25 26 26 <?xml-stylesheet href="chrome://v_identity/skin/v_identity.css" type="text/css"?> 27 <?xml-stylesheet href="chrome://messenger/skin/tabmail.css" type="text/css"?> 27 28 28 29 <!DOCTYPE overlay [ -
chrome/skin/classic/v_identity/v_identity.css
rf4caf5 rb5331b 172 172 } 173 173 174 .messageCloseButton { 175 list-style-image: url("chrome://global/skin/icons/close.png"); 174 .vINotificationCloseButton { 175 display: inline; 176 padding: 4px 2px !important; 176 177 -moz-appearance: none; 177 -moz-image-region: rect(0px, 16px, 16px, 0px);178 padding: 4px 2px;178 -moz-image-region: rect(0px, 56px, 14px, 42px); 179 height: 24px; 179 180 border: none !important; 181 cursor: default; 182 list-style-image: url("chrome://v_identity/skin/close.png"); 180 183 } 181 184 182 .messageCloseButton:hover { 183 -moz-image-region: rect(0px, 32px, 16px, 16px); 185 .vINotificationCloseButton:hover { 186 -moz-image-region: rect(0px, 28px, 14px, 14px); 187 opacity: 1.0; 184 188 } 185 189 186 .messageCloseButton:hover:active { 187 -moz-image-region: rect(0px, 48px, 16px, 32px); 190 .vINotificationCloseButton:hover:active { 191 -moz-image-region: rect(0px, 42px, 14px, 28px); 192 opacity: 1.0; 188 193 } 189 /* the previous styles are copied from notification.css, cause its not included in pre2.0 */ 194 195 .vINotificationCloseButton:focus { 196 outline: none !important; 197 }
Note: See TracChangeset
for help on using the changeset viewer.