Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Fix web-kit appearance for select form element.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiranda committed Sep 3, 2016
1 parent 6adaf95 commit 50b3a97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bootstrap_admin/static/admin/css/base.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
body {
background: #f5f5f5;
}
select {
-webkit-appearance: none;
}
.main a {
text-decoration: none;
}
Expand Down

0 comments on commit 50b3a97

Please sign in to comment.