チェンジセット 56
- 更新日時:
- 2009/06/30 22:22:19 (3 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/platform/Darwin/chrome/content/fx3/overlay.css
r55 r56 56 56 .tabbrowser-arrowscrollbox > .scrollbutton-up, 57 57 .tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down, 58 .tabs- newtab-button,58 .tabs-container > .tabs-newtab-button, 59 59 .tabs-alltabs-button { 60 60 -moz-appearance: none; … … 72 72 .tabbrowser-arrowscrollbox > .scrollbutton-up:not([disabled="true"]):hover, 73 73 .tabbrowser-arrowscrollbox > .scrollbutton-down-stack > .scrollbutton-down:not([disabled="true"]):hover, 74 .tabs- newtab-button:hover,74 .tabs-container > .tabs-newtab-button:hover, 75 75 .tabs-alltabs-button:hover { 76 76 border-top-width: 1px; … … 82 82 } 83 83 84 .tabbrowser-arrowscrollbox > .tabs-newtab-button { 85 width: 18px !important; 86 } 87 84 88 .tab-image-left, .tab-image-middle, .tab-closebutton, .tab-close-button, .tab-image-right { 85 89 background-image: none !important; 86 90 } 91 92 .searchbar-textbox > .searchbar-engine-button { 93 -moz-margin-start: -44px; 94 } 95 .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box, 96 .search-go-container { 97 margin-bottom: 2px; 98 } 99 #identity-box { 100 min-width: 44px; 101 } 102 #urlbar { 103 -moz-padding-end: 10px; 104 }
