チェンジセット 123

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

fixes #47
やや修正。検索バーとステータスバーの色の問題。

ファイル:
1 変更

凡例:

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

    r122 r123  
    126126#main-window 
    127127        #status-bar > statusbarpanel 
    128 , #main-window 
     128{ 
     129        border-top-color: #ffffff !important; 
     130} 
     131 
     132#main-window 
    129133        tabbrowser[treestyletab-mode]:not([treestyletab-tabbar-position="top"]) 
    130134, #main-window 
     
    165169        .treestyletab-splitter 
    166170{ 
    167         -moz-border-top-colors   : #ffffff #FFEDF5 transparent; 
    168         -moz-border-left-colors  : #ffffff #FFEDF5 transparent; 
    169         -moz-border-right-colors : #ffffff #FFEDF5 transparent; 
    170         -moz-border-bottom-colors: #ffffff #FFEDF5 transparent; 
     171        -moz-border-top-colors   : #ffffff #FFEDF5 transparent !important; 
     172        -moz-border-left-colors  : #ffffff #FFEDF5 transparent !important; 
     173        -moz-border-right-colors : #ffffff #FFEDF5 transparent !important; 
     174        -moz-border-bottom-colors: #ffffff #FFEDF5 transparent !important; 
    171175/* #FFEDF5 = (#ffffff + #ffe5f1 * 2) / 3 */ 
    172176}