0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00
Catalin Zalog fec2a1d10f v4 - .c-select on background inherits white
This:
```
<div class="bg-info">
	<select class="c-select">
		<option selected>Open this select menu</option>
		<option value="1">One</option>
		<option value="2">Two</option>
		<option value="3">Three</option>
	</select>
</div>
```
render this:
http://s.zalog.ro/2015-10-14-19-45-11.png
2015-10-14 19:50:03 +03:00
..
2015-09-21 01:07:48 +03:00
2015-09-05 20:54:25 -07:00
2015-08-27 13:11:14 +01:00
2015-08-24 16:44:55 -05:00
2015-08-22 18:36:43 -07:00
2015-08-27 13:11:14 +01:00
2015-08-26 16:50:24 +06:00
2015-08-23 01:00:22 -07:00
2015-08-18 20:28:41 -07:00
2015-09-25 14:19:28 +01:00
2014-12-02 14:02:35 -08:00