From 2ea42c02e5b864c82e1fb7e336e3d35aa6b18407 Mon Sep 17 00:00:00 2001 From: gibran Date: Thu, 2 Jun 2016 15:34:38 -0300 Subject: [PATCH] adição do focu nos links a:focus e a:hover --- src/main/webapp/inicial_arquivos/css/default.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/inicial_arquivos/css/default.css b/src/main/webapp/inicial_arquivos/css/default.css index 5961e8c..6ce58f6 100644 --- a/src/main/webapp/inicial_arquivos/css/default.css +++ b/src/main/webapp/inicial_arquivos/css/default.css @@ -1,4 +1,5 @@ @media only screen and (min-width : 768px) { + body { margin: 0; background-color: #ffffff; @@ -7,6 +8,9 @@ font-weight: normal; font-family: "Open Sans", Arial, Helvetica, sans-serif; } + a:focus, a:hover { + border: 2px solid #F00; + } .imgLoading { @@ -258,9 +262,11 @@ font-family: "Open Sans", Arial, Helvetica, sans-serif; } + a:focus, a:hover { + border: 2px solid #F00; + } - - .imgLoading + .imgLoading { padding-top:30px; height:105px; -- libgit2 0.21.2