mirror of
https://github.com/raviriley/STL-to-OpenSCAD-Converter.git
synced 2024-11-24 23:53:10 +01:00
Update style.css
This commit is contained in:
parent
216c5cbf84
commit
974f6fb48b
35
style.css
35
style.css
@ -27,8 +27,9 @@ p {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
/* Buttons */
|
||||
|
||||
.button {
|
||||
background-color: #4CAF50;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
color: white;
|
||||
@ -40,6 +41,34 @@ p {
|
||||
margin: 4px 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.button:hover {
|
||||
background-color: #3e8e41;
|
||||
|
||||
#upload {
|
||||
width: 0.1px;
|
||||
height: 0.1px;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
#upload + label {
|
||||
background-color: #4CAF50;
|
||||
}
|
||||
#upload:focus + label,
|
||||
#upload + label:hover {
|
||||
background-color: #3E8E41;
|
||||
}
|
||||
|
||||
#download {background-color: #4CAF50;}
|
||||
#download:hover {background-color: #3E8E41;}
|
||||
|
||||
#cancel {background-color: #7c7f7c;}
|
||||
#cancel:hover {background-color: #af504c;}
|
||||
|
||||
/* End Buttons */
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
/*height: 2.5rem;*/
|
||||
}
|
Loading…
Reference in New Issue
Block a user