Skip to content

Commit

Permalink
[v1.7] select style extent to all screen-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Huxpro committed Nov 3, 2016
1 parent ada8918 commit e728531
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 29 deletions.
24 changes: 10 additions & 14 deletions css/hux-blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,21 +195,17 @@ br + small.img-hint {
img.shadow {
box-shadow: rgba(0, 0, 0, 0.258824) 0px 2px 5px 0px;
}
select.sel-lang {
font: -webkit-control;
select {
-webkit-appearance: none;
margin-top: 15px;
color: #337ab7;
border-color: #337ab7;
padding: 0em 0.4em;
background: white;
}
@media screen and (max-width: 768px) {
select {
-webkit-appearance: none;
margin-top: 15px;
color: #337ab7;
border-color: #337ab7;
padding: 0em 0.4em;
background: white;
}
select.sel-lang {
min-height: 28px;
}
select.sel-lang {
min-height: 28px;
font-size: 13px;
}
.table th,
.table td {
Expand Down
Loading

0 comments on commit e728531

Please sign in to comment.