Commit 8af31d345866f5c20cc897302e77e86adbea6389

Authored by Ábner Silva de Oliveira
1 parent 235305b5

#pairwise - adding active style form tabs

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
style.css
... ... @@ -2276,6 +2276,14 @@ input.button.with-text {
2276 2276 border-bottom: 0px;
2277 2277 }
2278 2278  
  2279 +#pairwise_main ul.pairwise_menu li a.active{
  2280 + color: #497B16;
  2281 + background-color: #ECF2E7;
  2282 + border-radius: 10px 10px 0 0;
  2283 + border: 1px solid #b3c4a6;
  2284 + border-bottom: 0px;
  2285 +}
  2286 +
2279 2287 #pairwise_main .pairwise_content {
2280 2288 background-color: #ECF2E7;
2281 2289 padding: 1em;
... ...