Commit f6f939eeb8e2864564942885e9254ca7670b75e7
1 parent
25bde28d
Exists in
master
and in
4 other branches
UI mars theme updated. search field improved
Showing
1 changed file
with
23 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/ui_mars.scss
| @@ -41,8 +41,29 @@ | @@ -41,8 +41,29 @@ | ||
| 41 | height:60px; | 41 | height:60px; |
| 42 | 42 | ||
| 43 | .search-input { | 43 | .search-input { |
| 44 | - background:#474D57; | ||
| 45 | - border-color:#888; | 44 | + background-image:url("icon-search.png"); |
| 45 | + float: right; | ||
| 46 | + text-shadow: none; | ||
| 47 | + width: 116px; | ||
| 48 | + background-image: url("icon-search.png"); | ||
| 49 | + background-repeat: no-repeat; | ||
| 50 | + background-position: 10px; | ||
| 51 | + border-radius: 100px; | ||
| 52 | + border: 1px solid rgba(0, 0, 0, 0.7); | ||
| 53 | + box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.4) inset; | ||
| 54 | + background-color: #D2D5DA; | ||
| 55 | + background-color: rgba(255, 255, 255, 0.5); | ||
| 56 | + padding: 5px; | ||
| 57 | + padding-left: 26px; | ||
| 58 | + margin-right: 50px; | ||
| 59 | + | ||
| 60 | + &:focus { | ||
| 61 | + background-color: white; | ||
| 62 | + width: 166px; | ||
| 63 | + } | ||
| 64 | + } | ||
| 65 | + .search-input::-webkit-input-placeholder { | ||
| 66 | + color: #666; | ||
| 46 | } | 67 | } |
| 47 | .app_logo { | 68 | .app_logo { |
| 48 | width:230px; | 69 | width:230px; |