Commit 2ea42c02e5b864c82e1fb7e336e3d35aa6b18407
1 parent
6fd43302
Exists in
master
and in
1 other branch
adição do focu nos links a:focus e a:hover
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/default.css
1 | 1 | @media only screen and (min-width : 768px) { |
2 | + | |
2 | 3 | body { |
3 | 4 | margin: 0; |
4 | 5 | background-color: #ffffff; |
... | ... | @@ -7,6 +8,9 @@ |
7 | 8 | font-weight: normal; |
8 | 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 | 15 | .imgLoading |
12 | 16 | { |
... | ... | @@ -258,9 +262,11 @@ |
258 | 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 | 271 | padding-top:30px; |
266 | 272 | height:105px; | ... | ... |