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

Unified 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, 6 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
Index: chrome/browser/resources/shared/css/radiobuttons.css
diff --git a/chrome/browser/resources/shared/css/radiobuttons.css b/chrome/browser/resources/shared/css/radiobuttons.css
new file mode 100644
index 0000000000000000000000000000000000000000..757ee8927a581e1d21cf415229261a5919f3d4f7
--- /dev/null
+++ b/chrome/browser/resources/shared/css/radiobuttons.css
@@ -0,0 +1,8 @@
+.radio {
+ width:13px;
+ height:13px;
+ border-radius:7px;
+ border: 1px solid rgba(0, 0, 0, .50);
+ background: -webkit-gradient(linear, 0 0, 0 100%,
+ from(#ffffff), to(#d9d9d9));
+}
« 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