mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-23 18:33:35 +00:00
update Open terminal button styles
This commit is contained in:
parent
f17402753f
commit
3c9be7e2ed
@ -2,62 +2,63 @@ html, body {
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
|
||||
body > h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#help, #lights {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
#open {
|
||||
position: static;
|
||||
display: inline-block;
|
||||
outline: none;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
border: 1px solid transparent;
|
||||
white-space: nowrap;
|
||||
padding: 6px 12px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
border-radius: 4px;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
|
||||
-ms-user-select: none;
|
||||
-o-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
color: #ffffff;
|
||||
background-color: #5bc0de;
|
||||
border-color: #28a4c9;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
||||
background-repeat: repeat-x;
|
||||
background: #75ddff;
|
||||
border: 1px solid #5cd6ff;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
outline: 0;
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
font-weight: normal;
|
||||
line-height: 21px;
|
||||
margin-bottom: 0;
|
||||
padding: 6px 12px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#open:hover {
|
||||
background-color: #2aabd2;
|
||||
border-color: #269abc;
|
||||
background-position: 0 -15px;
|
||||
|
||||
#open:hover, #open:active {
|
||||
outline: 0;
|
||||
background-color: #42d0ff;
|
||||
border-color: #1ec7ff;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
#open:active {
|
||||
-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
||||
background-color: #2aabd2;
|
||||
border-color: #28a4c9;
|
||||
}
|
||||
|
||||
|
||||
.window {
|
||||
margin-left: 20px;
|
||||
margin-top: 20px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user