Changeset 15030
- Timestamp:
- 03/04/10 17:34:32 (2 years ago)
- Location:
- trunk/Xul_Core/content
- Files:
-
- 2 edited
-
scenariCore-platform/mac/widgets/matrix/matrix.xbl.css (modified) (2 diffs)
-
scenariCore/widgets/matrix/matrix.xbl.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore-platform/mac/widgets/matrix/matrix.xbl.css
r15026 r15030 2 2 slot, 3 3 slotContents{ 4 -moz-border-colors: gray; 4 -moz-border-bottom-colors: gray; 5 -moz-border-right-colors: gray; 6 -moz-border-left-colors: gray; 7 -moz-border-top-colors: gray; 5 8 } 6 9 hbox[anonid=tabsContainer]:empty{ … … 32 35 } 33 36 toolbar[anonid=buttonsBar2]{ 34 -moz-border-colors: gray; 37 -moz-border-bottom-colors: gray; 38 -moz-border-right-colors: gray; 39 -moz-border-left-colors: gray; 40 -moz-border-top-colors: gray; 35 41 } -
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.css
r15026 r15030 17 17 * sylvain.spinelli@kelis.fr 18 18 * 19 * Portions created by the Initial Developer are Copyright (C) 2009 19 * Portions created by the Initial Developer are Copyright (C) 2009-2010 20 20 * the Initial Developer. All Rights Reserved. 21 21 * 22 22 * Contributor(s): 23 * samuel.monsarrat@kelis.fr 23 24 * 24 25 * … … 82 83 arrowscrollbox[anonid=tabsBar] autorepeatbutton{ 83 84 border: 0px; 84 margin-top: 0px;85 margin-bottom: 0px;86 margin-left: 0px;87 margin-right: 0px;88 border-bottom: 1px solid ThreeDShadow;89 border-right: 1px solid ThreeDShadow;90 min-width:8px;85 margin-top: 0px; 86 margin-bottom: 0px; 87 margin-left: 0px; 88 margin-right: 0px; 89 border-bottom: 1px solid ThreeDShadow; 90 border-right: 1px solid ThreeDShadow; 91 min-width:8px; 91 92 } 92 93 94 /* ======================== toolbarbutton ======================== */ 95 toolbarbutton { 96 -moz-appearance: none !important; 97 padding: 0px 0px 0px 0px; 98 border: none !important; 99 width: 16px; 100 height: 16px; 101 margin: 0px 0px 0px 0px; 102 min-width: 0px; 103 min-height: 0px; 104 } 105 toolbarbutton .toolbarbutton-text{ 106 display:none; 107 } 108 93 109 /* ======================== maxBtn ======================== */ 94 110 toolbarbutton[anonid=maxBtn] { 95 -moz-appearance: none;96 111 list-style-image: url("chrome://scenariCore/content/widgets/matrix/img/bkMax.png"); 97 112 -moz-image-region: rect(0px, 16px, 16px, 0px); 98 padding: 0px 0px 0px 5px; 99 border: none; 100 border-bottom: 1px solid ThreeDShadow; 113 padding: 0px 4px 0px 5px; 114 border-bottom: 1px solid ThreeDShadow !important; 101 115 width: 23px; 102 }103 toolbarbutton[anonid=maxBtn] .toolbarbutton-text{104 display:none;105 116 } 106 117 toolbarbutton[anonid=maxBtn] .toolbarbutton-icon{ … … 239 250 list-style-image: url("chrome://scenariCore/content/widgets/matrix/img/close-button.png"); 240 251 -moz-image-region: rect(0px, 64px, 16px, 48px); 241 -moz-appearance: none;242 padding: 0px;243 border: none !important;244 width: 16px;245 height: 16px;246 252 } 247 253 slotTab.selectedTab toolbarbutton.closeBtn, … … 259 265 toolbarbutton.optionBtn{ 260 266 list-style-image: url("chrome://scenariCore/content/widgets/matrix/img/option-button.png"); 261 -moz-appearance: none;262 267 -moz-image-region: rect(0px, 16px, 16px, 0px); 263 padding: 0px 0px 0px 0px;264 border: none !important;265 border-right: 0px;266 border-left: 0px;267 width: 16px;268 height: 16px;269 268 } 270 269 toolbarbutton.optionBtn:hover { … … 290 289 border: 1px solid ThreeDShadow; 291 290 } 292 hbox[anonid=buttonsBar] toolbarbutton,293 toolbar[anonid=buttonsBar2] toolbarbutton{294 -moz-appearance: none;295 padding: 0px;296 border: none !important;297 width: 16px;298 height: 16px;299 }
Note: See TracChangeset
for help on using the changeset viewer.