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

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

Issue 747923004: webui: minimize webui flicker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 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: ui/webui/resources/css/chrome_shared.css
diff --git a/ui/webui/resources/css/chrome_shared.css b/ui/webui/resources/css/chrome_shared.css
index d2f68902199f86379edfabc47f6705172c0363f2..2cdcb80cd04e17337b89cbb0743c1b5472c7a2a3 100644
--- a/ui/webui/resources/css/chrome_shared.css
+++ b/ui/webui/resources/css/chrome_shared.css
@@ -5,6 +5,7 @@
/* This file holds CSS that should be shared, in theory, by all user-visible
* chrome:// pages. */
+@import url("text_defaults.css");
@import url("widgets.css");
<if expr="chromeos">
@import url("chromeos/ui_account_tweaks.css");

Powered by Google App Engine
This is Rietveld 408576698