Commit 95432d8d5055be0dfb242df2b2ebd12f5ef88dbf
1 parent
4ce89078
Exists in
master
and in
2 other branches
Melhoria de visulização de botões de Fases de processo
Showing
1 changed file
with
7 additions
and
9 deletions
Show diff stats
ConfJuvApp/scss/_stagebar.scss
... | ... | @@ -4,15 +4,13 @@ |
4 | 4 | |
5 | 5 | .stage, .stage:hover |
6 | 6 | { |
7 | - color: white; | |
8 | - /*text-transform: uppercase;*/ | |
9 | - width: 100%; | |
10 | - cursor: default; | |
11 | - font-size: 11px; | |
12 | - color: #212121; | |
13 | - line-height: 18px; | |
14 | - border: 0; | |
15 | - background-color: #e0e0e0; | |
7 | + width: 100%; | |
8 | + cursor: default; | |
9 | + font-size: 11px; | |
10 | + color: #bdbdbd; | |
11 | + line-height: 18px; | |
12 | + border: 0px none; | |
13 | + background-color: #E0E0E0; | |
16 | 14 | } |
17 | 15 | |
18 | 16 | .stage-first, .stage-first:hover, .stage-first:active { | ... | ... |