CSS for device management UI

This commit is contained in:
Richard van der Hoff
2016-08-01 13:46:14 +01:00
parent 2123fec8ed
commit 645db7fa2f
2 changed files with 59 additions and 0 deletions

View File

@@ -270,3 +270,15 @@ input[type=text]:focus, textarea:focus {
background-color: #76CFA6;
color: white;
}
/** green button with rounded corners */
.textButton {
color: #fff;
background-color: #76cfa6;
border-radius: 17px;
text-align: center;
padding-left: 1em;
padding-right: 1em;
cursor: pointer;
display: inline;
}