チェンジセット 125

差分発生行の前後
無視リスト:
更新日時:
2010/11/27 22:58:47 (18 か月 前)
更新者:
h
ログメッセージ:

fixes #47
mac版で履歴サイドバーが気になったので修正。

ファイル:
1 変更

凡例:

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

    r121 r125  
    1818  -moz-margin-start: -44px; 
    1919} 
     20 
     21#sidebar-splitter 
     22{ 
     23        min-width: 6px; 
     24} 
     25 
     26#history-panel 
     27        #search-box 
     28{ 
     29        border: 1px solid; 
     30} 
     31#history-panel 
     32        #viewButton 
     33{ 
     34        background-image: none; 
     35        -moz-border-radius-topleft: 0px; 
     36        -moz-border-radius-topright: 0px; 
     37        -moz-border-radius-bottomright: 0px; 
     38        -moz-border-radius-bottomleft: 0px; 
     39} 
     40#history-panel 
     41        #viewButton:focus 
     42{ 
     43        -moz-outline-radius: 0px; 
     44} 
     45 
    2046 
    2147.tabbrowser-strip {