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

Unified Diff: ui/webui/resources/css/overlay.css

Issue 22600003: Switch to using '-t ios' for grit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 4 months 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
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/webui/resources/css/tree.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/overlay.css
diff --git a/ui/webui/resources/css/overlay.css b/ui/webui/resources/css/overlay.css
index af47453698c987c8f357265665d0e782f9ae00a6..5bf914cff5200440e57b54ba00f25d758b5a41ae 100644
--- a/ui/webui/resources/css/overlay.css
+++ b/ui/webui/resources/css/overlay.css
@@ -151,7 +151,7 @@ html[dir='rtl'] .overlay .page .action-area {
/* On OSX 10.7, hidden scrollbars may prevent the user from realizing that the
* overlay contains scrollable content. To resolve this, style the scrollbars on
* OSX so they are always visible. See http://crbug.com/123010. */
-<if expr="is_macosx">
+<if expr="is_macosx or is_ios">
.overlay .page .content-area::-webkit-scrollbar {
-webkit-appearance: none;
width: 11px;
« no previous file with comments | « ui/resources/ui_resources.grd ('k') | ui/webui/resources/css/tree.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698