diff options
Diffstat (limited to 'chrome/browser/resources/shared/css')
-rw-r--r-- | chrome/browser/resources/shared/css/chrome_shared.css (renamed from chrome/browser/resources/shared/css/chrome_shared2.css) | 3 | ||||
-rw-r--r-- | chrome/browser/resources/shared/css/chrome_shared_touch.css (renamed from chrome/browser/resources/shared/css/chrome_shared2_touch.css) | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/resources/shared/css/chrome_shared2.css b/chrome/browser/resources/shared/css/chrome_shared.css index 23b18b9..134e3dc 100644 --- a/chrome/browser/resources/shared/css/chrome_shared2.css +++ b/chrome/browser/resources/shared/css/chrome_shared.css @@ -3,8 +3,7 @@ * found in the LICENSE file. */ /* This file holds CSS that should be shared, in theory, by all user-visible - * chrome:// pages. This contrasts chrome_shared.css, which it is meant to - * replace, but has CSS specific to options and options-like pages. */ + * chrome:// pages. */ @import url("chrome://resources/css/widgets.css"); <if expr="pp_ifdef('chromeos')"> diff --git a/chrome/browser/resources/shared/css/chrome_shared2_touch.css b/chrome/browser/resources/shared/css/chrome_shared_touch.css index cd9207f..50f5412 100644 --- a/chrome/browser/resources/shared/css/chrome_shared2_touch.css +++ b/chrome/browser/resources/shared/css/chrome_shared_touch.css @@ -2,11 +2,11 @@ * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -/* NB: do not include this file directly. Include chrome_shared2.css. If touch +/* NB: do not include this file directly. Include chrome_shared.css. If touch * optimization is enabled, these rules will be automatically loaded by the * SharedResourceDataSource. */ -<include src="chrome_shared2.css"> +<include src="chrome_shared.css"> input[type='input'], input[type='password'], |