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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 select {
2 display: block;
3 overflow-y: auto;
4 }
5
6 select hr {
7 border-style: none;
8 border-bottom: 1px solid black;
9 margin: 0 0.5em;
10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698