Commit 16502125c284ccab111800e88032ca427cea20dc
1 parent
ddfdf00a
Exists in
master
and in
1 other branch
Alteração na cor da fonte e do background dos "<span>"
Showing
1 changed file
with
12 additions
and
4 deletions
Show diff stats
src/main/webapp/inicial_arquivos/css/default.css
... | ... | @@ -71,17 +71,25 @@ |
71 | 71 | font-family: Arial, Helvetica, sans-serif; |
72 | 72 | } |
73 | 73 | #accessibility span { |
74 | - background: #9ed5ab; | |
75 | - color: #dcffe3; | |
74 | + background: #ffffff; | |
75 | + font-weight:bold; | |
76 | + color: #327241; | |
76 | 77 | padding: 0 4px; |
77 | 78 | } |
78 | 79 | |
79 | 80 | #portal-siteactions span { |
80 | - background: #9ed5ab; | |
81 | - color: #dcffe3; | |
81 | + background: #ffffff; | |
82 | + font-weight:bold; | |
83 | + color: #327241; | |
82 | 84 | padding: 0 4px; |
83 | 85 | } |
84 | 86 | |
87 | + label span { | |
88 | + background: #327241; | |
89 | + color: #dcffe3; | |
90 | + font-weight:bold; | |
91 | + padding: 0 4px; | |
92 | + } | |
85 | 93 | #accessibility a:hover { |
86 | 94 | border-bottom: 1px solid; |
87 | 95 | } | ... | ... |