Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7344)

Unified Diff: chrome/browser/resources/options/options.html

Issue 8510042: fix appearance of buttons in chrome://settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also one breakage found in ntp Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/options.html
diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
index c25db779c82bde701824b4622c05a0a29310bb98..99be7136a3ac07ce0092d41c52aec499e004a491 100644
--- a/chrome/browser/resources/options/options.html
+++ b/chrome/browser/resources/options/options.html
@@ -135,7 +135,7 @@
<div id="subpage-sheet-container-1"
class="subpage-sheet-container transparent" hidden>
<div id="subpage-sheet-1" class="subpage-sheet">
- <button class="raw-button close-subpage"></button>
+ <button class="raw-button close-subpage custom-appearance"></button>
<div class="subpage-sheet-contents">
<if expr="pp_ifdef('chromeos')">
<include src="about_page.html">
@@ -157,7 +157,7 @@
<div id="subpage-sheet-container-2"
class="subpage-sheet-container transparent" hidden>
<div id="subpage-sheet-2" class="subpage-sheet">
- <button class="raw-button close-subpage"></button>
+ <button class="raw-button close-subpage custom-appearance"></button>
<div class="subpage-sheet-contents">
<if expr="pp_ifdef('chromeos')">
<include src="chromeos/language_chewing_options.html">

Powered by Google App Engine
This is Rietveld 408576698