- 更新日時:
- 2010/12/29 16:33:51 (17 か月 前)
- パス:
- branches/release-1.0
- ファイル:
-
- 2 変更
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome/content/skin/mikuonly.css
r137 r138 28 28 .tabbrowser-strip[treestyletab-mode]:not([treestyletab-tabbar-position="top"]) 29 29 { 30 background-color: -moz-dialog ;30 background-color: -moz-dialog !important; 31 31 } -
branches/release-1.0/platform/Darwin/chrome/content/fx3/overlay.css
r129 r138 27 27 , .treestyletab-splitter 28 28 { 29 background-color: ThreeDFace; 29 30 border-left: 2px solid; 30 31 border-right: 2px solid; 32 -moz-border-left-colors : ThreeDShadow ThreeDHighlight; 33 -moz-border-right-colors : ThreeDDarkShadow ThreeDFace; 31 34 } 32 35 33 36 #sidebar-header 34 37 { 35 border-top: 1px solid ;38 border-top: 1px solid ThreeDShadow; 36 39 } 37 40 .tabbrowser-strip[treestyletab-mode]:not([treestyletab-tabbar-position="top"]) … … 47 50 border: 1px solid; 48 51 padding: 2px; 52 -moz-border-top-colors: -moz-mac-focusring -moz-mac-focusring #000000; 53 -moz-border-right-colors: -moz-mac-focusring -moz-mac-focusring #000000; 54 -moz-border-bottom-colors: -moz-mac-focusring -moz-mac-focusring #000000; 55 -moz-border-left-colors: -moz-mac-focusring -moz-mac-focusring #000000; 49 56 } 50 57 #history-panel
