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

Side by Side Diff: chrome/browser/resources/chromeos/arc_support/lso.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 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 unified diff | Download patch
OLDNEW
1 /** 1 /* Copyright 2016 The Chromium Authors. All rights reserved.
2 * Copyright 2016 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 3 * found in the LICENSE file. */
5 */
6 4
7 ::-webkit-scrollbar { 5 ::-webkit-scrollbar {
8 background: transparent; 6 background: transparent;
9 height: 4px; 7 height: 4px;
10 width: 4px; 8 width: 4px;
11 } 9 }
12 10
13 ::-webkit-scrollbar-thumb { 11 ::-webkit-scrollbar-thumb {
14 background: rgba(0, 0, 0, 0.3); 12 background: rgba(0, 0, 0, 0.3);
15 height: 16px; 13 height: 16px;
16 } 14 }
17 15
18 ::-webkit-scrollbar-thumb:hover { 16 ::-webkit-scrollbar-thumb:hover {
19 background: rgba(0, 0, 0, 0.2); 17 background: rgba(0, 0, 0, 0.2);
20 } 18 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_sys/about_sys.css ('k') | chrome/browser/resources/chromeos/arc_support/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698