Changeset 15030


Ignore:
Timestamp:
03/04/10 17:34:32 (2 years ago)
Author:
sam
Message:

debug stylage mac

Location:
trunk/Xul_Core/content
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Core/content/scenariCore-platform/mac/widgets/matrix/matrix.xbl.css

    r15026 r15030  
    22slot, 
    33slotContents{ 
    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; 
    58} 
    69hbox[anonid=tabsContainer]:empty{ 
     
    3235} 
    3336toolbar[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; 
    3541} 
  • trunk/Xul_Core/content/scenariCore/widgets/matrix/matrix.xbl.css

    r15026 r15030  
    1717 * sylvain.spinelli@kelis.fr  
    1818 *  
    19  * Portions created by the Initial Developer are Copyright (C) 2009 
     19 * Portions created by the Initial Developer are Copyright (C) 2009-2010 
    2020 * the Initial Developer. All Rights Reserved.  
    2121 *  
    2222 * Contributor(s):  
     23 * samuel.monsarrat@kelis.fr  
    2324 *  
    2425 *  
     
    8283arrowscrollbox[anonid=tabsBar] autorepeatbutton{ 
    8384        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; 
    9192} 
    9293         
     94/* ======================== toolbarbutton ======================== */  
     95toolbarbutton { 
     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} 
     105toolbarbutton .toolbarbutton-text{ 
     106        display:none; 
     107} 
     108 
    93109/* ======================== maxBtn ======================== */  
    94110toolbarbutton[anonid=maxBtn] { 
    95         -moz-appearance: none; 
    96111        list-style-image: url("chrome://scenariCore/content/widgets/matrix/img/bkMax.png"); 
    97112        -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; 
    101115        width: 23px; 
    102 } 
    103 toolbarbutton[anonid=maxBtn] .toolbarbutton-text{ 
    104         display:none; 
    105116} 
    106117toolbarbutton[anonid=maxBtn] .toolbarbutton-icon{ 
     
    239250        list-style-image: url("chrome://scenariCore/content/widgets/matrix/img/close-button.png"); 
    240251        -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; 
    246252} 
    247253slotTab.selectedTab toolbarbutton.closeBtn, 
     
    259265toolbarbutton.optionBtn{ 
    260266        list-style-image: url("chrome://scenariCore/content/widgets/matrix/img/option-button.png"); 
    261         -moz-appearance: none; 
    262267        -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; 
    269268} 
    270269toolbarbutton.optionBtn:hover { 
     
    290289        border: 1px solid ThreeDShadow; 
    291290} 
    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.