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

Side by Side Diff: chrome/browser/resources/shared/css/radiobuttons.css

Issue 2101019: Print Preview component extension (Closed)
Patch Set: Put it under a flag Created 10 years, 5 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
(Empty)
1 .radio {
2 width:13px;
3 height:13px;
4 border-radius:7px;
5 border: 1px solid rgba(0, 0, 0, .50);
6 background: -webkit-gradient(linear, 0 0, 0 100%,
7 from(#ffffff), to(#d9d9d9));
8 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/css/chrome.css ('k') | chrome/browser/resources/shared/images/dropdown_arrow.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698