2020-05-22 13:16:19 +02:00
|
|
|
.icon-add-shortcut {
|
|
|
|
background-image: url('../../img/chain-plus.svg');
|
|
|
|
}
|
|
|
|
|
2020-06-16 17:02:50 +02:00
|
|
|
.oc-dialog.bbb-dialog {
|
|
|
|
max-height: calc(100% - 70px);
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
2020-06-17 08:19:54 +02:00
|
|
|
.bbb-mb-1 {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bbb-mt-1 {
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
2020-06-17 10:56:28 +02:00
|
|
|
.bbb-avatar {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
2020-08-27 17:21:34 +02:00
|
|
|
.text-muted {
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
|
2020-08-26 10:57:31 +02:00
|
|
|
#bbb-root {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2020-05-17 12:29:44 +02:00
|
|
|
#bbb-warning {
|
|
|
|
padding: 1em;
|
|
|
|
background-color: rgb(255, 255, 123);
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2020-04-26 11:36:41 +02:00
|
|
|
}
|
|
|
|
|
2020-05-17 13:39:01 +02:00
|
|
|
#bbb-success {
|
|
|
|
padding: 1em;
|
|
|
|
background-color: rgb(176, 252, 132);
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#bbb-settings {
|
|
|
|
#bbb-warning,
|
|
|
|
#bbb-success {
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
[type="url"],
|
|
|
|
[type="password"] {
|
|
|
|
width: 250px;
|
|
|
|
}
|
|
|
|
|
2020-08-27 17:21:34 +02:00
|
|
|
h3 {
|
|
|
|
margin-top: 3em;
|
|
|
|
}
|
|
|
|
|
2020-05-17 13:39:01 +02:00
|
|
|
p {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2020-08-26 10:57:31 +02:00
|
|
|
|
|
|
|
form {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
2020-05-17 13:39:01 +02:00
|
|
|
}
|
|
|
|
|
2020-04-26 13:26:34 +02:00
|
|
|
#bbb-react-root {
|
2020-05-17 13:39:01 +02:00
|
|
|
#bbb-warning,
|
|
|
|
#bbb-success {
|
|
|
|
margin: 3em;
|
|
|
|
}
|
2020-04-26 11:36:41 +02:00
|
|
|
|
2020-08-29 14:37:50 +02:00
|
|
|
p {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
2020-04-26 22:41:06 +02:00
|
|
|
.icon {
|
|
|
|
display: inline-block;
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
&.icon-visible {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-04-26 11:36:41 +02:00
|
|
|
&, & > table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2020-06-17 11:08:31 +02:00
|
|
|
.bbb-shrink {
|
|
|
|
width: 44px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2020-04-26 11:36:41 +02:00
|
|
|
tr {
|
|
|
|
min-height: 62px;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
border-bottom: 1px #ddd solid;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
.sort_arrow {
|
2020-06-17 11:08:31 +02:00
|
|
|
display: inline-block;
|
2020-04-26 11:36:41 +02:00
|
|
|
color: #888;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
td, th {
|
|
|
|
padding: 10px;
|
|
|
|
position: relative;
|
|
|
|
display: table-cell;
|
|
|
|
|
|
|
|
& > form {
|
|
|
|
margin: -10px;
|
|
|
|
|
|
|
|
input[type='text'] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-rename {
|
|
|
|
&::after {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
left: 2px;
|
|
|
|
content: '';
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background: url('../../img/rename.svg') no-repeat center;
|
|
|
|
opacity: 0;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.icon-col {
|
|
|
|
width: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.icon {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:hover {
|
|
|
|
.icon {
|
|
|
|
opacity: 0.5;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.action-rename {
|
|
|
|
&::after {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover::after {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.copy-to-clipboard {
|
|
|
|
cursor: pointer;
|
|
|
|
border-radius: 50%;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
background-color: rgba(0, 128, 0, 0.445);
|
|
|
|
}
|
|
|
|
}
|
2020-05-17 11:09:16 +02:00
|
|
|
|
|
|
|
.selected-row,
|
|
|
|
.recordings-row {
|
|
|
|
border-left: 3px solid #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selected-row {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recordings-row {
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
|
|
|
|
&> td {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2020-04-26 11:36:41 +02:00
|
|
|
}
|
2020-06-04 14:01:31 +02:00
|
|
|
|
|
|
|
.bbb-form-element {
|
|
|
|
min-width: 300px;
|
|
|
|
margin: 2em 0;
|
|
|
|
|
2020-06-04 18:56:55 +02:00
|
|
|
input:not([type="checkbox"]),
|
|
|
|
select {
|
2020-06-04 14:01:31 +02:00
|
|
|
width: 100%;
|
2020-06-04 18:56:55 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
[readonly] {
|
|
|
|
background-color: #f1f1f1;
|
2020-06-04 14:01:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
em {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
2020-08-27 17:21:34 +02:00
|
|
|
}
|