チェンジセット 143 : trunk/platform
- 更新日時:
- 2010/12/29 17:39:45 (17 か月 前)
- パス:
- trunk/platform
- ファイル:
-
- 3 変更
凡例:
- 変更なし
- 追加
- 削除
-
trunk/platform/Darwin/chrome/content/fx3/overlay.css
r117 r143 19 19 } 20 20 21 #sidebar-splitter 22 { 23 min-width: 6px; 24 -moz-border-end: none; 25 } 26 #sidebar-splitter 27 , .treestyletab-splitter 28 { 29 background-color: -moz-dialog; 30 border-left: 2px solid; 31 border-right: 2px solid; 32 -moz-border-left-colors : ThreeDShadow ThreeDHighlight; 33 -moz-border-right-colors : ThreeDDarkShadow ThreeDFace; 34 } 35 36 #sidebar-header 37 { 38 border-top: 1px solid ThreeDShadow; 39 } 40 .tabbrowser-strip[treestyletab-mode]:not([treestyletab-tabbar-position="top"]) 41 { 42 margin-top: 0px; 43 } 44 45 #bookmarksPanel 46 #search-box 47 , #history-panel 48 #search-box 49 { 50 border: 1px solid; 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; 56 } 57 #history-panel 58 #viewButton 59 { 60 background-image: none; 61 -moz-border-radius-topleft: 0px; 62 -moz-border-radius-topright: 0px; 63 -moz-border-radius-bottomright: 0px; 64 -moz-border-radius-bottomleft: 0px; 65 } 66 #history-panel 67 #viewButton:focus 68 { 69 -moz-outline-radius: 0px; 70 } 71 72 21 73 .tabbrowser-strip { 22 74 background-color: transparent !important; 75 border-bottom: 0px; 23 76 } 24 77 .tabs-bottom { … … 26 79 margin: 0px; 27 80 background: url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat; 28 border-top: 1px solid threedshadow;29 border-bottom: 1px solid threedshadow;81 border-top: 1px solid; 82 border-bottom: 1px solid; 30 83 } 31 84 … … 43 96 -moz-border-radius-bottomleft: 0px; 44 97 -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 98 } 49 99 .tabbrowser-tab:hover, … … 54 104 -moz-border-radius-topleft: 4px; 55 105 -moz-border-radius-topright: 4px; 56 -moz-border-top-colors: ThreeDShadow;57 -moz-border-right-colors: ThreeDShadow;58 -moz-border-left-colors: ThreeDShadow;59 106 } 60 107 .tabbrowser-tab:not([selected="true"]):hover, … … 82 129 border-right-width: 1px; 83 130 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 131 background: url("chrome://vocalofx/content/icons/tab-bkgnd.png") repeat-x !important; 88 132 } … … 94 138 padding-top: 1px; 95 139 padding-bottom: 1px; 96 -moz-border-top-colors: ThreeDShadow;97 -moz-border-right-colors: ThreeDShadow;98 -moz-border-left-colors: ThreeDShadow transparent;99 140 background-image: url("chrome://vocalofx/content/icons/tab-hover-bkgnd.png") !important; 100 141 } -
trunk/platform/Linux/chrome/content/fx3/overlay.css
r117 r143 1 1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 2 3 #main-window .findbar-textbox 4 , #urlbar, .searchbar-textbox 3 #main-window 4 .findbar-textbox 5 , #main-window 6 #urlbar, .searchbar-textbox 5 7 , #bookmarksPanel 6 8 #search-box … … 11 13 } 12 14 13 #urlbar > .autocomplete-history-dropmarker 15 #main-window 16 #urlbar > .autocomplete-history-dropmarker 14 17 { 15 18 -moz-appearance: toolbarbutton-dropdown; 19 } 20 21 #bookmarksPanel 22 .sidebar-placesTree 23 , #history-panel 24 .sidebar-placesTree 25 { 26 -moz-appearance: none; 27 } 28 29 #main-window 30 .tabbrowser-strip[treestyletab-mode] 31 { 32 border-right: 0px !important; 33 } 34 35 #main-window 36 #sidebar-header 37 { 38 border-top: 1px solid ThreeDShadow; 39 } 40 41 #main-window 42 #sidebar-splitter 43 { 44 min-width: 6px; 45 } 46 47 #main-window 48 #sidebar-splitter 49 , #main-window 50 .treestyletab-splitter 51 { 52 background-color: -moz-dialog; 53 -moz-appearance: none; 54 border-left: 2px solid; 55 border-right: 2px solid; 56 -moz-border-left-colors : ThreeDShadow ThreeDHighlight; 57 -moz-border-right-colors : ThreeDDarkShadow ThreeDFace; 16 58 } 17 59 … … 20 62 margin: 0px; 21 63 background: url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat; 22 border-top: 1px solid threedshadow;23 border-bottom: 1px solid threedshadow;64 border-top: 1px solid; 65 border-bottom: 1px solid; 24 66 } 25 67 … … 27 69 -moz-appearance: none; 28 70 background: url("chrome://vocalofx/content/icons/tab-bkgnd.png") repeat-x; 29 margin: 4px -1px 3px 1px; 30 padding: 0px 1px 1px 0px; 31 border: 2px solid; 32 border-right-width: 1px; 33 border-bottom: none; 71 margin-left: 0px; 72 margin-right: 0px; 73 margin-top: 2px; 74 margin-bottom: 3px; 75 padding: 1px; 76 border: 1px solid !important; 77 border-bottom: none !important; 34 78 -moz-border-radius-topleft: 2px; 35 79 -moz-border-radius-topright: 2px; 36 -moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3);37 -moz-border-right-colors: rgba(0,0,0,.1);38 -moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3);39 80 } 40 81 .tabbrowser-tab:hover, 41 82 .tabbrowser-tab[selected="true"] { 42 border-width: 1px;43 83 -moz-border-radius-topleft: 4px; 44 84 -moz-border-radius-topright: 4px; 45 -moz-border-top-colors: ThreeDShadow; 46 -moz-border-right-colors: ThreeDShadow; 47 -moz-border-left-colors: ThreeDShadow; 85 margin-top: 1px; 86 margin-bottom: 4px; 48 87 } 88 .tabbrowser-tab:hover > .tab-icon-image, 89 .tabbrowser-tab[selected="true"] > .tab-icon-image, 90 .tabbrowser-tab:hover > .tab-close-button, 91 .tabbrowser-tab[selected="true"] > .tab-close-button { 92 margin-bottom: -1px; 93 } 94 49 95 .tabbrowser-tab:not([selected="true"]):hover { 50 margin: 2px 0px 3px; 51 padding: 2px 1px 1px; 96 padding-bottom: 0px; 52 97 background-image: url("chrome://vocalofx/content/icons/tab-hover-bkgnd.png"); 53 98 } 54 99 .tabbrowser-tab[selected="true"] { 55 margin: 2px 0px 3px; 56 padding: 1px; 100 margin-bottom: 3px; 57 101 background-image: url("chrome://vocalofx/content/icons/tab-active-bkgnd.png"); 58 102 } … … 64 108 -moz-appearance: none; 65 109 width: 18px !important; 66 margin: 3px 0px 4px; 67 padding: 0px; 68 border: 2px solid; 69 border-right-width: 1px; 70 border-bottom: none; 71 -moz-border-top-colors: ThreeDShadow rgba(255,255,255,.3); 72 -moz-border-right-colors: ThreeDShadow; 73 -moz-border-left-colors: ThreeDShadow rgba(255,255,255,.3); 110 border: 1px solid !important; 111 border-bottom: none !important; 74 112 background: url("chrome://vocalofx/content/icons/tab-bkgnd.png") repeat-x; 75 113 } … … 78 116 .tabs-newtab-button:hover, 79 117 .tabs-alltabs-button:hover { 80 border-top-width: 1px;81 padding-top: 1px;82 -moz-border-top-colors: ThreeDShadow;83 -moz-border-right-colors: ThreeDShadow;84 -moz-border-left-colors: ThreeDShadow transparent;85 118 background-image: url("chrome://vocalofx/content/icons/tab-hover-bkgnd.png"); 86 119 } -
trunk/platform/WINNT/chrome/content/fx3/overlay.css
r117 r143 1 1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 2 3 #main-window .findbar-textbox 4 , #urlbar, .searchbar-textbox 3 #main-window 4 .findbar-textbox 5 , #main-window 6 #urlbar 7 , #main-window 8 .searchbar-textbox 5 9 , #bookmarksPanel 6 10 #search-box … … 8 12 #search-box 9 13 { 10 border: 1px solid !important;14 border: 1px solid; 11 15 } 12 16 13 #urlbar:-moz-system-metric(windows-default-theme) { 14 border-left: 0px !important; 17 #main-window 18 #urlbar:-moz-system-metric(windows-default-theme) 19 { 20 border-left: 0px; 15 21 }
