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

Unified Diff: Source/web/resources/listPicker.css

Issue 879503002: Add resources for the new <select> Popup Menu (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | Source/web/resources/listPicker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/resources/listPicker.css
diff --git a/Source/web/resources/listPicker.css b/Source/web/resources/listPicker.css
new file mode 100644
index 0000000000000000000000000000000000000000..f8f958c5fcf98e22bfb21b458c2b541c61bb6ec1
--- /dev/null
+++ b/Source/web/resources/listPicker.css
@@ -0,0 +1,10 @@
+select {
+ display: block;
+ overflow-y: auto;
+}
+
+select hr {
+ border-style: none;
+ border-bottom: 1px solid black;
+ margin: 0 0.5em;
+}
« no previous file with comments | « no previous file | Source/web/resources/listPicker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698