2019-07-19 21:22:44 +02:00
|
|
|
body {
|
2019-07-19 20:35:53 +02:00
|
|
|
width: 300px;
|
|
|
|
font-size: 12px;
|
2019-07-19 21:05:22 +02:00
|
|
|
font-family: sans-serif;
|
2019-07-19 20:35:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
margin: 3% auto;
|
|
|
|
padding: 4px;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: #eee;
|
|
|
|
cursor: pointer;
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wide {
|
|
|
|
min-width: 8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.full {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2021-03-31 22:23:43 +02:00
|
|
|
#save-link-with-note-wrapper {
|
2019-07-19 20:35:53 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-03-31 22:23:43 +02:00
|
|
|
#save-link-with-note-textarea {
|
2019-07-19 20:35:53 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#save-button {
|
|
|
|
border-color: #0062cc;
|
|
|
|
background-color: #0069d9;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#check-connection-button {
|
|
|
|
float: right;
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button[disabled] {
|
|
|
|
color: #aaa;
|
2021-03-31 22:23:43 +02:00
|
|
|
}
|