チェンジセット 104
- 更新日時:
- 2010/01/11 15:52:14 (2 年 前)
- パス:
- branches/release-1.0
- ファイル:
-
- 2 変更
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome/content/overlay.css
r101 r104 71 71 , #urlbar > .autocomplete-textbox-container 72 72 , .tabbrowser-tabs 73 /*74 , .tabbrowser-strip75 */76 73 { 77 -moz-appearance: none ;74 -moz-appearance: none !important; 78 75 } 79 76 … … 104 101 , .tabbrowser-tabs 105 102 , .tabbrowser-tab[selected="true"] 106 /*107 , .tabs-bottom108 */109 103 { 110 background-color: transparent ;104 background-color: transparent !important; 111 105 } 112 106 … … 118 112 , #urlbar > .autocomplete-history-dropmarker:hover 119 113 , #urlbar > .autocomplete-history-dropmarker[open="true"] 120 /*121 , .tabbrowser-strip122 , .tabbrowser-tab123 , .tabs-alltabs-box124 */125 /*126 , .tabbrowser-arrowscrollbox > .scrollbutton-up127 , .tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-rel-box > .scrollbutton-down-box128 , .tab-image-left, .tab-image-middle, .tab-close-button, .tab-image-right129 */130 114 { 131 115 background-color: transparent !important; … … 143 127 , #urlbar > .autocomplete-history-dropmarker[open="true"] 144 128 , .tabbrowser-tabs 145 /*146 , .tabs-bottom147 */148 129 { 149 background-image: none;150 /*151 130 background-image: none !important; 152 */153 131 } 154 132 -
branches/release-1.0/platform/Darwin/chrome/content/fx3/overlay.css
r56 r104 3 3 #identity-icon-label { 4 4 margin-right: -10px; 5 } 6 7 #identity-box { 8 min-width: 44px; 9 } 10 #urlbar { 11 -moz-padding-end: 10px; 12 } 13 .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box, 14 .search-go-container { 15 margin-bottom: 2px; 16 } 17 .searchbar-textbox > .searchbar-engine-button { 18 -moz-margin-start: -44px; 19 } 20 21 .tabbrowser-strip { 22 background-color: transparent !important; 23 } 24 .tabs-bottom { 25 height: 4px; 26 margin: 0px; 27 background: url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat; 28 border-top: 1px solid threedshadow; 29 border-bottom: 1px solid threedshadow; 5 30 } 6 31 … … 10 35 background: url("chrome://vocalofx/content/icons/tab-bkgnd.png") repeat-x !important; 11 36 margin: 3px 0px 4px; 12 padding: 0px 1px 1px 0px;37 padding: 0px 1px 0px 0px; 13 38 border: 2px solid; 14 39 border-right-width: 1px; … … 46 71 } 47 72 48 .tabs-bottom {49 height: 4px;50 margin: 0px;51 background: -moz-dialog url("chrome://vocalofx/content/icons/tabstrip-bottom.png") repeat;52 border-top: 1px solid threedshadow;53 border-bottom: 1px solid threedshadow;54 }55 56 73 .tabbrowser-arrowscrollbox > .scrollbutton-up, 57 74 .tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down, … … 76 93 border-top-width: 1px; 77 94 padding-top: 1px; 95 padding-bottom: 1px; 78 96 -moz-border-top-colors: ThreeDShadow; 79 97 -moz-border-right-colors: ThreeDShadow; … … 86 104 } 87 105 106 /* fx-3.0 */ 88 107 .tab-image-left, .tab-image-middle, .tab-closebutton, .tab-close-button, .tab-image-right { 89 108 background-image: none !important; 90 109 } 91 110 92 . searchbar-textbox > .searchbar-engine-button{93 -moz-margin-start: -44px;111 .tab-icon-image { 112 margin-top: 0px !important; 94 113 } 95 .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box, 96 .search-go-container { 97 margin-bottom: 2px; 114 .tab-text { 115 margin-top: 1px !important; 98 116 } 99 #identity-box{100 m in-width: 44px;117 .tab-close-button { 118 margin-top: -1px !important; 101 119 } 102 #urlbar {103 -moz-padding-end: 10px;104 }
