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

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

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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: 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;
+}

Powered by Google App Engine
This is Rietveld 408576698