Browse Source

Highlight selected tab in gadget

tags/v0.2.0
Garrick Aden-Buie 8 years ago
parent
commit
fb5b6fc1f0
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      inst/styles/gadget.css

+ 6
- 0
inst/styles/gadget.css View File

@@ -55,3 +55,9 @@ dd {
margin-left: 90px;
padding: 0 0 0.5em 0;
}
.gadget-tabs-container ul.gadget-tabs > li.active {
background-color: #ddd;
border-color: #ddd;
padding-top: 4px;
height: 100%;
}

Loading…
Cancel
Save