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 1 @media only screen and (min-width : 768px) {
  2 +
  3 +
2 4 .containerTab {
3 5 position: relative;
4 6 min-height: 270px;
... ... @@ -17,8 +19,19 @@
17 19 position: relative;
18 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 33 .contraste .tab label.rarios {
21   - background: #000;
  34 + background: #000000;
22 35 padding: 10px;
23 36 border: 1px solid #ccc;
24 37 margin-left: -1px;
... ... @@ -51,6 +64,8 @@
51 64 .contraste .tab label.rarios {
52 65 color: #FC0 !important;
53 66 }
  67 +
  68 +
54 69 }
55 70  
56 71 /*-----Fim (min-width : 768px)------ */
... ... @@ -65,14 +80,14 @@
65 80 }
66 81 .tab .contenteudo {
67 82 background-color: #dbe9ba;
68   - border: 1px solid #000;
  83 + border: 1px solid #000000;
69 84 padding-right: 10px;
70 85 margin-bottom: 15px;
71 86 margin-left: 15px;
72 87 clear: both;
73 88 }
74 89 .contraste .tab .contenteudo {
75   - border: 1px solid #fff !important;
  90 + border: 1px solid #ffffff !important;
76 91 }
77 92 .tab {
78 93 float: left;
... ...