tweaks and fix for atom3dp style

This commit is contained in:
Stewart Allen 2019-01-15 12:45:53 -05:00
commit 1ff052855e
2 changed files with 11 additions and 8 deletions

View file

@ -8,6 +8,7 @@ label {
border-bottom: 1px solid rgba(200,200,0,0.75);
}
.grouphead {
color: white;
background-color: rgba(0,0,0,0.85);
}
#control-left {

View file

@ -31,9 +31,12 @@ canvas {
button {
outline: none;
max-width: 25ex;
border: 1px solid rgba(220,220,220,0.8);
border: 1px solid #ccc;
border-radius: 3px;
background-color: white;
background-color: #eee;
padding: 2px 7px 3px 7px;
margin-bottom: 2px !important;
}
button:hover {
background-color: #eee;
@ -91,14 +94,13 @@ button[del] {
color: black;
background-color: rgba(170,221,255,0.75);
border: 1px solid #ccc;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 4px 5px 3px 5px;
margin-top: 3px;
margin-bottom: 1px;
border-radius: 3px;
margin-top: 5px;
margin-bottom: 3px;
padding: 3px 2px 2px 3px;
text-align: center;
text-transform: uppercase;
font-size: 10pt;
font-size: 12px;
font-weight: bold;
}
.grouphead:hover {