Changeset 15026
- Timestamp:
- 03/04/10 12:24:47 (2 years ago)
- Location:
- trunk/Xul_Core/content
- Files:
-
- 3 added
- 2 edited
-
scenariCore-platform/mac/widgets (added)
-
scenariCore-platform/mac/widgets/matrix (added)
-
scenariCore-platform/mac/widgets/matrix/matrix.xbl.css (added)
-
scenariCore/widgets/matrix/matrix.xbl.css (modified) (4 diffs)
-
scenariCore/widgets/matrix/matrix.xbl.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.css
r15025 r15026 101 101 width: 23px; 102 102 } 103 toolbarbutton[anonid=maxBtn] .toolbarbutton-text{ 104 display:none; 105 } 103 106 toolbarbutton[anonid=maxBtn] .toolbarbutton-icon{ 104 107 opacity:0.5; … … 194 197 } 195 198 196 197 199 /* ======================== slotTabContent ======================== */ 198 200 slotTabContent[dirty]{ … … 221 223 opacity:1; 222 224 } 223 hbox[anonid=buttonsBar]{ 224 border-bottom: 1px solid ThreeDShadow; 225 } 226 spacer[anonid=tabsBarSpace]{ 227 border-bottom: 1px solid ThreeDShadow; 228 min-width: 5px; 229 } 230 toolbar[anonid=buttonsBarBody]{ 231 -moz-appearance: none; 232 } 233 toolbar[anonid=buttonsBar2]{ 234 -moz-appearance: none; 235 border: 1px solid ThreeDShadow; 236 } 237 hbox[anonid=buttonsBar] toolbarbutton, 238 toolbar[anonid=buttonsBar2] toolbarbutton{ 239 -moz-appearance: none; 240 padding: 0px; 241 border: none !important; 242 width: 16px; 243 height: 16px; 244 } 245 225 slotTabContent *[anonid=tabToolBar] .toolbarbutton-text{ 226 display:none; 227 } 246 228 slotTabContent .tabLabelFlags image{ 247 229 display:none; … … 292 274 -moz-image-region: rect(0px, 48px, 16px, 32px); 293 275 } 294 toolbarbutton.optionBtn > .toolbarbutton-text{ 295 display:none; 296 } 276 277 /* ======================== buttonsBar ======================== */ 278 hbox[anonid=buttonsBar]{ 279 border-bottom: 1px solid ThreeDShadow; 280 } 281 spacer[anonid=tabsBarSpace]{ 282 border-bottom: 1px solid ThreeDShadow; 283 min-width: 5px; 284 } 285 toolbar[anonid=buttonsBarBody]{ 286 -moz-appearance: none; 287 } 288 toolbar[anonid=buttonsBar2]{ 289 -moz-appearance: none; 290 border: 1px solid ThreeDShadow; 291 } 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 } -
trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.xml
r15025 r15026 43 43 <resources> 44 44 <stylesheet src="chrome://scenariCore/content/widgets/matrix/matrix.xbl.css"/> 45 <stylesheet src="chrome://scenariCore-platform/content/widgets/matrix/matrix.xbl.css"/> 45 46 </resources> 46 47 <content flex="1">
Note: See TracChangeset
for help on using the changeset viewer.