チェンジセット 56

差分発生行の前後
無視リスト:
更新日時:
2009/06/30 22:22:19 (3 年 前)
更新者:
h
ログメッセージ:

refs #10
mac版検索バー、URLバー、タブ部分修正

ファイル:
1 変更

凡例:

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

    r55 r56  
    5656.tabbrowser-arrowscrollbox > .scrollbutton-up, 
    5757.tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down, 
    58 .tabs-newtab-button, 
     58.tabs-container > .tabs-newtab-button, 
    5959.tabs-alltabs-button { 
    6060  -moz-appearance: none; 
     
    7272.tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover, 
    7373.tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down:not([disabled="true"]):hover, 
    74 .tabs-newtab-button:hover, 
     74.tabs-container > .tabs-newtab-button:hover, 
    7575.tabs-alltabs-button:hover { 
    7676  border-top-width: 1px; 
     
    8282} 
    8383 
     84.tabbrowser-arrowscrollbox > .tabs-newtab-button { 
     85  width: 18px !important; 
     86} 
     87 
    8488.tab-image-left, .tab-image-middle, .tab-closebutton, .tab-close-button, .tab-image-right { 
    8589  background-image: none !important; 
    8690} 
     91 
     92.searchbar-textbox > .searchbar-engine-button { 
     93  -moz-margin-start: -44px; 
     94} 
     95.searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box, 
     96.search-go-container { 
     97  margin-bottom: 2px; 
     98} 
     99#identity-box { 
     100  min-width: 44px; 
     101} 
     102#urlbar { 
     103  -moz-padding-end: 10px; 
     104}