2015-08-12 00:49:36 +02:00
|
|
|
#cloudWidget {
|
|
|
|
background: url("../img/cloud.png") hsl(216, 100%, 93%);
|
|
|
|
border-radius: 3px;
|
|
|
|
margin: 0.5em 0;
|
2020-04-13 15:19:58 +02:00
|
|
|
overflow: auto;
|
2018-04-10 17:21:56 +02:00
|
|
|
padding: 0.5em;
|
2015-08-12 00:49:36 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#cloudWidget.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudToolbar > button {
|
2020-04-11 00:17:12 +02:00
|
|
|
font-size: 180%;
|
|
|
|
padding: 0 0.25em;
|
|
|
|
position: relative;
|
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudToolbar {
|
2018-04-10 17:21:56 +02:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudToolbar button[disabled] {
|
2016-01-08 17:08:53 +01:00
|
|
|
visibility: hidden;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudToolbar button.error {
|
2020-04-13 15:19:58 +02:00
|
|
|
color: var(--fg-icon-info-lvl-4);
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2017-09-21 17:46:15 +02:00
|
|
|
#cloudPullAndMerge {
|
2018-04-10 17:21:56 +02:00
|
|
|
margin-left: 0.25em;
|
2017-09-21 17:46:15 +02:00
|
|
|
}
|
2020-04-11 00:17:12 +02:00
|
|
|
#cloudPullAndMerge > span:nth-of-type(2) {
|
2016-01-08 17:08:53 +01:00
|
|
|
font-size: 50%;
|
|
|
|
position: absolute;
|
2020-04-11 00:17:12 +02:00
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2018-04-10 17:21:56 +02:00
|
|
|
#cloudInfo {
|
2020-04-13 15:19:58 +02:00
|
|
|
color: var(--fg-0-60);
|
|
|
|
flex-shrink: 0;
|
2015-08-12 00:49:36 +02:00
|
|
|
font-size: 90%;
|
|
|
|
margin: 0 1em;
|
2018-04-10 17:21:56 +02:00
|
|
|
overflow: hidden;
|
2015-08-12 00:49:36 +02:00
|
|
|
padding: 0;
|
2020-04-13 15:19:58 +02:00
|
|
|
white-space: pre-line;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2017-09-21 17:46:15 +02:00
|
|
|
#cloudError {
|
2020-04-13 15:19:58 +02:00
|
|
|
color: var(--fg-icon-info-lvl-4);
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 2;
|
2020-08-10 14:30:52 +02:00
|
|
|
font-size: small;
|
|
|
|
margin: 0.5em 0.5em 0 0;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudError:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#cloudToolbar #cloudCog {
|
2020-04-13 15:19:58 +02:00
|
|
|
color: var(--fg-0-50);
|
2015-08-12 00:49:36 +02:00
|
|
|
cursor: pointer;
|
2020-04-13 15:19:58 +02:00
|
|
|
fill: var(--fg-0-50);
|
2020-08-10 14:30:52 +02:00
|
|
|
flex-grow: 1;
|
2015-08-12 00:49:36 +02:00
|
|
|
font-size: 110%;
|
2020-08-10 14:30:52 +02:00
|
|
|
justify-content: flex-end;
|
2020-04-13 15:19:58 +02:00
|
|
|
padding: 0.4em;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudToolbar #cloudCog:hover {
|
2020-04-13 15:19:58 +02:00
|
|
|
color: inherit;
|
|
|
|
fill: inherit;
|
2015-08-12 01:05:37 +02:00
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudToolbar #cloudOptions {
|
2020-04-21 22:33:08 +02:00
|
|
|
background-color: var(--default-surface);
|
2020-04-13 15:19:58 +02:00
|
|
|
border: 1px solid var(--bg-1-border);
|
2015-08-12 00:49:36 +02:00
|
|
|
bottom: 0;
|
|
|
|
display: none;
|
2020-04-13 15:19:58 +02:00
|
|
|
margin: 0.4em;
|
|
|
|
padding: 0.4em;
|
|
|
|
position: absolute;
|
2015-08-12 00:49:36 +02:00
|
|
|
right: 0;
|
2020-04-13 15:19:58 +02:00
|
|
|
text-align: center;
|
2015-08-12 00:49:36 +02:00
|
|
|
top: 0;
|
2020-04-13 15:19:58 +02:00
|
|
|
z-index: 10;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudToolbar #cloudOptions.show {
|
2020-04-13 15:19:58 +02:00
|
|
|
display: block;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|