2015-08-12 00:49:36 +02:00
|
|
|
#cloudWidget {
|
2022-01-31 00:35:26 +01:00
|
|
|
background-color: var(--surface-2);
|
2015-08-12 00:49:36 +02:00
|
|
|
margin: 0.5em 0;
|
2020-08-21 14:57:47 +02:00
|
|
|
min-width: max-content;
|
2015-08-12 00:49:36 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#cloudWidget.hide {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-08-14 21:29:25 +02:00
|
|
|
#cloudWidget div {
|
|
|
|
display: flex;
|
2020-04-11 00:17:12 +02:00
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudToolbar {
|
2020-08-14 21:29:25 +02:00
|
|
|
align-items: flex-start;
|
2018-04-10 17:21:56 +02:00
|
|
|
flex-wrap: nowrap;
|
2020-08-14 21:29:25 +02:00
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
#cloudToolbar > div:first-of-type {
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
#cloudToolbar button {
|
|
|
|
padding: 0 0.25em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#cloudToolbar button .fa-icon {
|
|
|
|
font-size: 180%;
|
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 {
|
2022-01-31 00:35:26 +01:00
|
|
|
color: var(--info3-ink);
|
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) {
|
2020-08-14 21:29:25 +02:00
|
|
|
font-size: 90%;
|
2016-01-08 17:08:53 +01:00
|
|
|
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
|
|
|
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
|
|
|
}
|
2020-08-14 21:29:25 +02:00
|
|
|
#cloudCapacity {
|
2022-01-31 00:35:26 +01:00
|
|
|
background-color: var(--surface-3);
|
2020-08-14 21:29:25 +02:00
|
|
|
height: 4px;
|
|
|
|
}
|
|
|
|
#cloudCapacity > div {
|
2022-01-31 00:35:26 +01:00
|
|
|
background-color: var(--cloud-total-used-surface);
|
2020-08-14 21:29:25 +02:00
|
|
|
}
|
|
|
|
#cloudCapacity > div > div {
|
2022-01-31 00:35:26 +01:00
|
|
|
background-color: var(--cloud-used-surface);
|
2020-08-14 21:29:25 +02:00
|
|
|
}
|
2017-09-21 17:46:15 +02:00
|
|
|
#cloudError {
|
2022-01-31 00:35:26 +01:00
|
|
|
color: var(--info3-ink);
|
2020-04-13 15:19:58 +02:00
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 2;
|
2020-08-10 14:30:52 +02:00
|
|
|
font-size: small;
|
2020-08-14 21:29:25 +02:00
|
|
|
margin: 0 0.5em 0.5em 0.5em;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2020-08-10 14:30:52 +02:00
|
|
|
#cloudError:empty {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-08-14 21:29:25 +02:00
|
|
|
#cloudCog {
|
2022-01-31 00:35:26 +01:00
|
|
|
color: var(--ink-3);
|
|
|
|
fill: var(--ink-3);
|
2015-08-12 00:49:36 +02:00
|
|
|
cursor: pointer;
|
|
|
|
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-14 21:29:25 +02:00
|
|
|
#cloudCog:hover {
|
2020-04-13 15:19:58 +02:00
|
|
|
color: inherit;
|
|
|
|
fill: inherit;
|
2015-08-12 01:05:37 +02:00
|
|
|
}
|
2020-08-14 21:29:25 +02:00
|
|
|
#cloudWidget #cloudOptions {
|
2020-08-21 14:57:47 +02:00
|
|
|
align-items: center;
|
2022-01-31 00:35:26 +01:00
|
|
|
background-color: var(--surface-1);
|
2020-08-21 14:57:47 +02:00
|
|
|
bottom: 2px;
|
2015-08-12 00:49:36 +02:00
|
|
|
display: none;
|
2020-08-21 14:57:47 +02:00
|
|
|
font-size: small;
|
2020-08-14 21:29:25 +02:00
|
|
|
padding: 0.5em;
|
2020-04-13 15:19:58 +02:00
|
|
|
position: absolute;
|
2020-08-21 14:57:47 +02:00
|
|
|
right: 2px;
|
2020-04-13 15:19:58 +02:00
|
|
|
text-align: center;
|
2020-08-21 14:57:47 +02:00
|
|
|
top: 2px;
|
2020-04-13 15:19:58 +02:00
|
|
|
z-index: 10;
|
2015-08-12 00:49:36 +02:00
|
|
|
}
|
2020-08-21 14:57:47 +02:00
|
|
|
#cloudWidget #cloudOptions label {
|
|
|
|
display: inline-flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
2020-08-14 21:29:25 +02:00
|
|
|
#cloudWidget #cloudOptions.show {
|
2020-08-21 14:57:47 +02:00
|
|
|
display: flex;
|
2020-08-14 21:29:25 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|