- 更新日時:
- 2010/01/11 18:31:08 (2 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/platform/Linux/chrome/content/fx3/overlay.css
r101 r106 1 1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 2 3 #main-window .find -field-container3 #main-window .findbar-textbox 4 4 , #urlbar, .searchbar-textbox 5 5 , #bookmarksPanel … … 16 16 } 17 17 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 18 26 .tabbrowser-tab { 19 27 -moz-appearance: none; 20 28 background: url("chrome://vocalofx/content/icons/tab-bkgnd.png") repeat-x; 21 margin: 3px 0px 4px;29 margin: 4px -1px 3px 1px; 22 30 padding: 0px 1px 1px 0px; 23 31 border: 2px solid; … … 50 58 } 51 59 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 60 60 .tabbrowser-arrowscrollbox > .scrollbutton-up, 61 61 .tabbrowser-arrowscrollbox > .scrollbutton-down,
