チェンジセット 121
- 更新日時:
- 2010/11/25 20:31:35 (18 か月 前)
- パス:
- branches/release-1.0
- ファイル:
-
- 2 変更
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome/content/skin/piapro1.css
r120 r121 185 185 .tabbrowser-arrowscrollbox > .scrollbutton-down 186 186 , #main-window 187 .tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down /* mac */ 188 , #main-window 187 189 .tabs-newtab-button 188 190 , #main-window … … 203 205 .tabbrowser-arrowscrollbox > .scrollbutton-down:hover 204 206 , #main-window 207 .tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down:hover /* mac */ 208 , #main-window 205 209 .tabs-newtab-button:hover 206 210 , #main-window -
branches/release-1.0/platform/Darwin/chrome/content/fx3/overlay.css
r104 r121 21 21 .tabbrowser-strip { 22 22 background-color: transparent !important; 23 border-bottom: 0px; 23 24 } 24 25 .tabs-bottom { … … 26 27 margin: 0px; 27 28 background: url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat; 28 border-top: 1px solid threedshadow;29 border-bottom: 1px solid threedshadow;29 border-top: 1px solid; 30 border-bottom: 1px solid; 30 31 } 31 32 … … 43 44 -moz-border-radius-bottomleft: 0px; 44 45 -moz-border-radius-bottomright: 0px; 45 -moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);46 -moz-border-right-colors: rgba(0,0,0,.1);47 -moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);48 46 } 49 47 .tabbrowser-tab:hover, … … 54 52 -moz-border-radius-topleft: 4px; 55 53 -moz-border-radius-topright: 4px; 56 -moz-border-top-colors: ThreeDShadow;57 -moz-border-right-colors: ThreeDShadow;58 -moz-border-left-colors: ThreeDShadow;59 54 } 60 55 .tabbrowser-tab:not([selected="true"]):hover, … … 82 77 border-right-width: 1px; 83 78 border-bottom: none; 84 -moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);85 -moz-border-right-colors: ThreeDShadow;86 -moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);87 79 background: url("chrome://vocalofx/content/icons/tab-bkgnd.png") repeat-x !important; 88 80 } … … 94 86 padding-top: 1px; 95 87 padding-bottom: 1px; 96 -moz-border-top-colors: ThreeDShadow;97 -moz-border-right-colors: ThreeDShadow;98 -moz-border-left-colors: ThreeDShadow transparent;99 88 background-image: url("chrome://vocalofx/content/icons/tab-hover-bkgnd.png") !important; 100 89 }
