aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css27
1 files changed, 3 insertions, 24 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 4fb96fb..6eb6a24 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -62,34 +62,11 @@ main .search h2{
padding-top: 200px; /* Change to move search bar content. Keep as pixel*/
}
-.search-select {
- display: inline-block;
-}
-
-.search-select select {
- color: black;
- width: 100px;
- padding: 5px;
- font-size: 16px;
- box-sizing: border-box;
- -webkit-appearance: none;
- background: url(../images/down.png) no-repeat lightgray;
- background-size: 20px 20px;
- background-position: 72px 9px;
- border-top-left-radius: 10px;
- border-bottom-left-radius: 10px;
- margin-right: -5px;
-}
.search input[type=text] {
- display: inline;
width: 250px;
- height: 40px;
text-align: center;
box-sizing: border-box;
- border: 2px solid #ccc;
- font-size: 16px;
- border-radius: 10px;
background-color: white;
background-image: url('../images/search_icon.png');
background-size: 20px 20px;
@@ -102,8 +79,10 @@ main .search h2{
}
-.search input[type=text], .search-select select {
+.search input[type=text], .search button {
+ font-size: 16px;
height: 40px;
+ border-radius: 10px;
border: 2px solid #ccc;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}