チェンジセット 104

差分発生行の前後
無視リスト:
更新日時:
2010/01/11 15:52:14 (2 年 前)
更新者:
h
ログメッセージ:

refs #42
mac用をコミット。

パス:
branches/release-1.0
ファイル:
2 変更

凡例:

変更なし
追加
削除
  • branches/release-1.0/chrome/content/overlay.css

    r101 r104  
    7171, #urlbar > .autocomplete-textbox-container 
    7272, .tabbrowser-tabs 
    73 /* 
    74 , .tabbrowser-strip 
    75 */ 
    7673{ 
    77         -moz-appearance: none; 
     74        -moz-appearance: none !important; 
    7875} 
    7976 
     
    104101, .tabbrowser-tabs 
    105102, .tabbrowser-tab[selected="true"] 
    106 /* 
    107 , .tabs-bottom 
    108 */ 
    109103{ 
    110         background-color: transparent; 
     104        background-color: transparent !important; 
    111105} 
    112106 
     
    118112, #urlbar > .autocomplete-history-dropmarker:hover 
    119113, #urlbar > .autocomplete-history-dropmarker[open="true"] 
    120 /* 
    121 , .tabbrowser-strip 
    122 , .tabbrowser-tab 
    123 , .tabs-alltabs-box 
    124 */ 
    125 /* 
    126 , .tabbrowser-arrowscrollbox > .scrollbutton-up 
    127 , .tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-rel-box > .scrollbutton-down-box 
    128 , .tab-image-left, .tab-image-middle, .tab-close-button, .tab-image-right 
    129 */ 
    130114{ 
    131115        background-color: transparent !important; 
     
    143127, #urlbar > .autocomplete-history-dropmarker[open="true"] 
    144128, .tabbrowser-tabs 
    145 /* 
    146 , .tabs-bottom 
    147 */ 
    148129{ 
    149         background-image: none; 
    150 /* 
    151130        background-image: none !important; 
    152 */ 
    153131} 
    154132 
  • branches/release-1.0/platform/Darwin/chrome/content/fx3/overlay.css

    r56 r104  
    33#identity-icon-label { 
    44        margin-right: -10px; 
     5} 
     6 
     7#identity-box { 
     8  min-width: 44px; 
     9} 
     10#urlbar { 
     11  -moz-padding-end: 10px; 
     12} 
     13.searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box, 
     14.search-go-container { 
     15  margin-bottom: 2px; 
     16} 
     17.searchbar-textbox > .searchbar-engine-button { 
     18  -moz-margin-start: -44px; 
     19} 
     20 
     21.tabbrowser-strip { 
     22  background-color: transparent !important; 
     23} 
     24.tabs-bottom { 
     25  height: 4px; 
     26  margin: 0px; 
     27  background: url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat; 
     28  border-top: 1px solid threedshadow; 
     29  border-bottom: 1px solid threedshadow; 
    530} 
    631 
     
    1035  background: url("chrome://vocalofx/content/icons/tab-bkgnd.png") repeat-x !important; 
    1136  margin: 3px 0px 4px; 
    12   padding: 0px 1px 1px 0px; 
     37  padding: 0px 1px 0px 0px; 
    1338  border: 2px solid; 
    1439  border-right-width: 1px; 
     
    4671} 
    4772 
    48 .tabs-bottom { 
    49   height: 4px; 
    50   margin: 0px; 
    51   background: -moz-dialog url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat; 
    52   border-top: 1px solid threedshadow; 
    53   border-bottom: 1px solid threedshadow; 
    54 } 
    55  
    5673.tabbrowser-arrowscrollbox > .scrollbutton-up, 
    5774.tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down, 
     
    7693  border-top-width: 1px; 
    7794  padding-top: 1px; 
     95  padding-bottom: 1px; 
    7896  -moz-border-top-colors: ThreeDShadow; 
    7997  -moz-border-right-colors: ThreeDShadow; 
     
    86104} 
    87105 
     106/* fx-3.0 */ 
    88107.tab-image-left, .tab-image-middle, .tab-closebutton, .tab-close-button, .tab-image-right { 
    89108  background-image: none !important; 
    90109} 
    91110 
    92 .searchbar-textbox > .searchbar-engine-button { 
    93   -moz-margin-start: -44px; 
     111.tab-icon-image { 
     112  margin-top: 0px !important; 
    94113} 
    95 .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box, 
    96 .search-go-container { 
    97   margin-bottom: 2px; 
     114.tab-text { 
     115  margin-top: 1px !important; 
    98116} 
    99 #identity-box { 
    100   min-width: 44px; 
     117.tab-close-button { 
     118  margin-top: -1px !important; 
    101119} 
    102 #urlbar { 
    103   -moz-padding-end: 10px; 
    104 }