Commit 733de71c643b31d0b9788ff1244d8e49cd8e1174

Authored by gibran
1 parent da90bb84

css para aumentar a transparência das tab's quando está sendo feita uma

validação
src/main/webapp/inicial_arquivos/css/tab_css.css
1 @media only screen and (min-width : 768px) { 1 @media only screen and (min-width : 768px) {
  2 +
  3 +
2 .containerTab { 4 .containerTab {
3 position: relative; 5 position: relative;
4 min-height: 270px; 6 min-height: 270px;
@@ -17,8 +19,19 @@ @@ -17,8 +19,19 @@
17 position: relative; 19 position: relative;
18 left: 1px; 20 left: 1px;
19 } 21 }
  22 +
  23 + .tab label.tranparente{
  24 + background: #eee;
  25 + padding: 10px;
  26 + border: 1px solid #ccc;
  27 + margin-left: -1px;
  28 + position: relative;
  29 + left: 1px;
  30 + opacity: 0.4;
  31 + filter: alpha(opacity=40); /* For IE8 and earlier */
  32 + }
20 .contraste .tab label.rarios { 33 .contraste .tab label.rarios {
21 - background: #000; 34 + background: #000000;
22 padding: 10px; 35 padding: 10px;
23 border: 1px solid #ccc; 36 border: 1px solid #ccc;
24 margin-left: -1px; 37 margin-left: -1px;
@@ -51,6 +64,8 @@ @@ -51,6 +64,8 @@
51 .contraste .tab label.rarios { 64 .contraste .tab label.rarios {
52 color: #FC0 !important; 65 color: #FC0 !important;
53 } 66 }
  67 +
  68 +
54 } 69 }
55 70
56 /*-----Fim (min-width : 768px)------ */ 71 /*-----Fim (min-width : 768px)------ */
@@ -65,14 +80,14 @@ @@ -65,14 +80,14 @@
65 } 80 }
66 .tab .contenteudo { 81 .tab .contenteudo {
67 background-color: #dbe9ba; 82 background-color: #dbe9ba;
68 - border: 1px solid #000; 83 + border: 1px solid #000000;
69 padding-right: 10px; 84 padding-right: 10px;
70 margin-bottom: 15px; 85 margin-bottom: 15px;
71 margin-left: 15px; 86 margin-left: 15px;
72 clear: both; 87 clear: both;
73 } 88 }
74 .contraste .tab .contenteudo { 89 .contraste .tab .contenteudo {
75 - border: 1px solid #fff !important; 90 + border: 1px solid #ffffff !important;
76 } 91 }
77 .tab { 92 .tab {
78 float: left; 93 float: left;