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

Side by Side Diff: Source/web/resources/listPicker.css

Issue 1204163002: New SELECT Popup: Delay to create internal OPTION elements if there are many items. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: lower CSS class Created 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/web/resources/listPicker.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 select { 1 select {
2 display: block; 2 display: block;
3 overflow-y: auto; 3 overflow-y: auto;
4 } 4 }
5 5
6 select hr { 6 select hr {
7 border-style: none; 7 border-style: none;
8 border-bottom: 1px solid black; 8 border-bottom: 1px solid black;
9 margin: 0 0.5em; 9 margin: 0 0.5em;
10 } 10 }
11 11
12 option, optgroup { 12 option, optgroup {
13 -webkit-padding-end: 2px; 13 -webkit-padding-end: 2px;
14 } 14 }
15
16 .wrap option {
17 white-space: pre-wrap;
18 }
OLDNEW
« 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