チェンジセット 106 : branches

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

refs #42
linux用をコミット。

ファイル:
1 変更

凡例:

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

    r101 r106  
    11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    22 
    3 #main-window .find-field-container 
     3#main-window .findbar-textbox 
    44, #urlbar, .searchbar-textbox 
    55, #bookmarksPanel 
     
    1616} 
    1717 
     18.tabs-bottom { 
     19  height: 4px; 
     20  margin: 0px; 
     21  background: url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat; 
     22  border-top: 1px solid threedshadow; 
     23  border-bottom: 1px solid threedshadow; 
     24} 
     25 
    1826.tabbrowser-tab { 
    1927  -moz-appearance: none; 
    2028  background: url("chrome://vocalofx/content/icons/tab-bkgnd.png") repeat-x; 
    21   margin: 3px 0px 4px; 
     29  margin: 4px -1px 3px 1px; 
    2230  padding: 0px 1px 1px 0px; 
    2331  border: 2px solid; 
     
    5058} 
    5159 
    52 .tabs-bottom { 
    53   height: 4px; 
    54   margin: 0px; 
    55   background: -moz-dialog url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat; 
    56   border-top: 1px solid threedshadow; 
    57   border-bottom: 1px solid threedshadow; 
    58 } 
    59  
    6060.tabbrowser-arrowscrollbox > .scrollbutton-up, 
    6161.tabbrowser-arrowscrollbox > .scrollbutton-down,