Disable outline for all input/button

Change-Id: Iad99095904c81a642d25983bf7d1803931f32de6
This commit is contained in:
Thibault Cohen 2015-06-30 10:36:02 -04:00
parent 6bd0b9466e
commit 7c0d2849ed

View File

@ -153,6 +153,7 @@ textarea {
font-family:inherit;
font-size:100%;
margin:0;
outline: 0;
}
button,
@ -239,4 +240,4 @@ nav {
}
li {margin:0;}
}
}