Explorar el Código

Highlight selected tab in gadget

tags/v0.2.0
Garrick Aden-Buie hace 8 años
padre
commit
fb5b6fc1f0
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      inst/styles/gadget.css

+ 6
- 0
inst/styles/gadget.css Ver fichero

@@ -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%;
}

Cargando…
Cancelar
Guardar