]> git.uio.no Git - u/erikhf/frm.git/commitdiff
Border og skygge paa sookefelt og dropdown-knapp, endre farge ved focus
authorRoza Moustafa <roza.92m@hotmail.com>
Tue, 24 Nov 2015 19:49:29 +0000 (20:49 +0100)
committerRoza Moustafa <roza.92m@hotmail.com>
Tue, 24 Nov 2015 19:49:29 +0000 (20:49 +0100)
src/css/map.css

index 265c945f603ab2dce74386d813ec2ea36a6a62f3..5df79e757ee64b3706173220a02456fc8cf75397 100644 (file)
@@ -1,7 +1,7 @@
 html, body {
     height: 100%;
     padding-top: 70px;
-    background-color: #DBDBDB;
+    background-color: #e2e2e2;
     margin: 0;
 }
 
@@ -57,17 +57,23 @@ html, body {
     margin-left: 150px;
 }
 
+
 #livesearch{
+    box-shadow: 0 0 1px darkgrey;
+
     width: 500px;
     padding: 15px 0 15px 20px;
     font-size: 16px;
     font-family: Montserrat, sans-serif;
-    border: 0 none;
+    border-left: 1px solid darkgrey;
+    border-top:1px solid darkgrey;
+    border-bottom: 1px solid darkgrey;
+    border-right: 0 none;
     height: 52px;
     margin-right: 0;
     color: white;
     outline: none;
-    background: #DBDBDB;
+    background: #e2e2e2;
     float: left;
     box-sizing: border-box;
     transition: all 0.15s;
@@ -85,7 +91,8 @@ html, body {
 :-ms-input-placeholder {
     color: white;
 }
-#search_text:focus {
+
+#livesearch:focus {
     background: darkgrey;
 }
 
@@ -104,7 +111,12 @@ html, body {
 
 .knapp
 {
-    border: 0 none;
+    box-shadow: 0 0 1px darkgrey;
+
+    border-right: 1px solid darkgrey;
+    border-top:1px solid darkgrey;
+    border-bottom: 1px solid darkgrey;
+    border-left: 0 none;
     background: #BAB8B8;
     width: 60px;
     float: left;
@@ -152,4 +164,9 @@ html, body {
     margin-left: 20px;
     padding: 0.5em 0.5em 0.5em 0;
     float: none;
+}
+
+.img{
+    width: 50px;
+    height: 50px;
 }
\ No newline at end of file