Skip to content

Commit

Permalink
Update tabbed-toc.css
Browse files Browse the repository at this point in the history
  • Loading branch information
arekito authored Feb 11, 2017
1 parent 01643e8 commit 64be91d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/tabbed-toc.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ text-decoration:none;
padding:0 12px;
cursor:pointer;}
#tabbed-toc .toc-tabs li a:hover {
background-color:#4B4B4B; /* background de etiquetas */
background-color:#007abe6d; /* background de etiquetas */
color:white;} /* color enlace etiqueta con background */
#tabbed-toc .toc-tabs li a.active-tab {
background-color:#ccc; /* background de la primera etiqueta */
background-color:#007abe; /* background de la primera etiqueta */
color:white; /* color enlace primera etiqueta con background */
-webkit-box-shadow:-2px 2px 2px rgba(0,0,0,.5);
-moz-box-shadow:-2px 2px 2px rgba(0,0,0,.5);
Expand All @@ -48,7 +48,7 @@ margin:0 -1px 0 0;}
width:85%;
float:right;
background-color:#ffffff; /* color separación entre entradas */
border-left:5px solid #ccc; /* borde separación entre etiquetas y entradas */
border-left:5px solid #007abe; /* borde separación entre etiquetas y entradas */
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;}
Expand Down

0 comments on commit 64be91d

Please sign in to comment.