Browse Source

update style css

needed somme add style for collapse feature
pull/143/head
DanielR92 2 years ago
committed by GitHub
parent
commit
ac967371c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      tools/esp8266/html/style.css

27
tools/esp8266/html/style.css

@ -25,11 +25,34 @@ p.lic, p.lic a {
} }
.des { .des {
margin-top: 35px; margin-top: 20px;
font-size: 13pt; font-size: 13pt;
color: #006ec0; color: #006ec0;
} }
.s_active, .s_collapsible:hover {
background-color: #006ec0;
}
.s_content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #fff;
}
.s_collapsible {
background-color: #044e86;
color: white;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
}
.subdes { .subdes {
font-size: 12pt; font-size: 12pt;
color: #006ec0; color: #006ec0;
@ -218,7 +241,7 @@ div.ts {
div.ch { div.ch {
width: 170px; width: 170px;
min-height: 100px; min-height: 100px
} }
.subgrp { .subgrp {

Loading…
Cancel
Save