]> git.p6c8.net - jirafeau.git/blobdiff - media/elegantish/elegantish.css
[BUGFIX] prevent send button to "move" when focused or hovered
[jirafeau.git] / media / elegantish / elegantish.css
index ddfd896e6e5c02b571b0efd45ef875645926c995..7e04ac8624353de5512fa9f930406815d410d40b 100644 (file)
@@ -36,7 +36,7 @@
   @import url(https://fonts.googleapis.com/css?family=Open+Sans|Lobster);
 
 body {
   @import url(https://fonts.googleapis.com/css?family=Open+Sans|Lobster);
 
 body {
-  background: ##050505;
+  background: #050505;
   background-image: url("bg1.png"), url("bg2.png");
   background-repeat: repeat-x, repeat;
   font-family: 'Lobster', cursive;
   background-image: url("bg1.png"), url("bg2.png");
   background-repeat: repeat-x, repeat;
   font-family: 'Lobster', cursive;
@@ -124,7 +124,8 @@ input[type="submit"]:focus {
   font-family: 'Lobster', cursive;
   border: 0;
   position: relative;
   font-family: 'Lobster', cursive;
   border: 0;
   position: relative;
-  top: 5px;
+  background: #085B69;
+  border-bottom: 5px solid #157EFB;
   margin-bottom: 15px;
 }
 
   margin-bottom: 15px;
 }
 

patrick-canterino.de