Browse Source

Merge pull request #143 from DanielR92/patch-6

update style css
pull/147/head
lumapu 2 years ago
committed by GitHub
parent
commit
06790f097e
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 {
margin-top: 35px;
margin-top: 20px;
font-size: 13pt;
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 {
font-size: 12pt;
color: #006ec0;
@ -218,7 +241,7 @@ div.ts {
div.ch {
width: 170px;
min-height: 100px;
min-height: 100px
}
.subgrp {

Loading…
Cancel
Save