Commit 2ea42c02e5b864c82e1fb7e336e3d35aa6b18407

Authored by gibran
1 parent 6fd43302

adição do focu nos links a:focus e a:hover

src/main/webapp/inicial_arquivos/css/default.css
1 @media only screen and (min-width : 768px) { 1 @media only screen and (min-width : 768px) {
  2 +
2 body { 3 body {
3 margin: 0; 4 margin: 0;
4 background-color: #ffffff; 5 background-color: #ffffff;
@@ -7,6 +8,9 @@ @@ -7,6 +8,9 @@
7 font-weight: normal; 8 font-weight: normal;
8 font-family: "Open Sans", Arial, Helvetica, sans-serif; 9 font-family: "Open Sans", Arial, Helvetica, sans-serif;
9 } 10 }
  11 + a:focus, a:hover {
  12 + border: 2px solid #F00;
  13 + }
10 14
11 .imgLoading 15 .imgLoading
12 { 16 {
@@ -258,9 +262,11 @@ @@ -258,9 +262,11 @@
258 font-family: "Open Sans", Arial, Helvetica, sans-serif; 262 font-family: "Open Sans", Arial, Helvetica, sans-serif;
259 } 263 }
260 264
  265 + a:focus, a:hover {
  266 + border: 2px solid #F00;
  267 + }
261 268
262 -  
263 - .imgLoading 269 + .imgLoading
264 { 270 {
265 padding-top:30px; 271 padding-top:30px;
266 height:105px; 272 height:105px;