From 95432d8d5055be0dfb242df2b2ebd12f5ef88dbf Mon Sep 17 00:00:00 2001 From: fabiano.rangel Date: Wed, 5 Aug 2015 14:34:46 -0300 Subject: [PATCH] Melhoria de visulização de botões de Fases de processo --- ConfJuvApp/scss/_stagebar.scss | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/ConfJuvApp/scss/_stagebar.scss b/ConfJuvApp/scss/_stagebar.scss index 5fd01cc..6779175 100644 --- a/ConfJuvApp/scss/_stagebar.scss +++ b/ConfJuvApp/scss/_stagebar.scss @@ -4,15 +4,13 @@ .stage, .stage:hover { - color: white; - /*text-transform: uppercase;*/ - width: 100%; - cursor: default; - font-size: 11px; - color: #212121; - line-height: 18px; - border: 0; - background-color: #e0e0e0; + width: 100%; + cursor: default; + font-size: 11px; + color: #bdbdbd; + line-height: 18px; + border: 0px none; + background-color: #E0E0E0; } .stage-first, .stage-first:hover, .stage-first:active { -- libgit2 0.21.2