2018-04-12 01:23:35 +02:00
|
|
|
/*
|
|
|
|
Copyright 2017 Michael Telatynski <7t3chguy@gmail.com>
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
2018-05-23 18:18:33 +02:00
|
|
|
.mx_DevTools_content {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2019-03-19 00:21:21 +01:00
|
|
|
.mx_DevTools_ServersInRoomList_button {
|
2019-05-09 23:30:45 +02:00
|
|
|
/* Set the cursor back to default as `.mx_Dialog button` sets it to pointer */
|
2019-03-19 00:21:21 +01:00
|
|
|
cursor: default !important;
|
|
|
|
}
|
|
|
|
|
2019-06-14 00:48:47 +02:00
|
|
|
.mx_DevTools_RoomStateExplorer_query {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_DevTools_RoomStateExplorer_button, .mx_DevTools_ServersInRoomList_button {
|
2018-04-12 01:23:35 +02:00
|
|
|
margin-bottom: 10px;
|
2018-05-23 18:18:33 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2018-04-12 01:23:35 +02:00
|
|
|
.mx_DevTools_label_left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_DevTools_label_right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_DevTools_label_bottom {
|
|
|
|
clear: both;
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
.mx_DevTools_inputRow {
|
2018-04-12 01:23:35 +02:00
|
|
|
display: table-row;
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
.mx_DevTools_inputLabelCell {
|
2018-04-12 01:23:35 +02:00
|
|
|
display: table-cell;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_DevTools_inputCell {
|
|
|
|
display: table-cell;
|
|
|
|
width: 240px;
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
.mx_DevTools_inputCell input {
|
2018-04-12 01:23:35 +02:00
|
|
|
display: inline-block;
|
|
|
|
border: 0;
|
|
|
|
border-bottom: 1px solid $input-underline-color;
|
|
|
|
padding: 0;
|
|
|
|
width: 240px;
|
|
|
|
color: $input-fg-color;
|
2019-01-09 21:46:31 +01:00
|
|
|
font-family: $font-family;
|
2018-04-12 01:23:35 +02:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2018-05-23 18:18:33 +02:00
|
|
|
.mx_DevTools_textarea {
|
|
|
|
font-size: 12px;
|
2019-02-25 23:12:06 +01:00
|
|
|
max-width: 684px;
|
2018-05-23 18:18:33 +02:00
|
|
|
min-height: 250px;
|
2018-05-23 18:40:15 +02:00
|
|
|
padding: 10px;
|
2018-05-23 18:18:33 +02:00
|
|
|
}
|
|
|
|
|
2019-05-16 22:55:17 +02:00
|
|
|
.mx_DevTools_eventTypeStateKeyGroup {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_DevTools_content .mx_Field_input:first-of-type {
|
|
|
|
margin-right: 42px;
|
2019-02-25 23:38:33 +01:00
|
|
|
}
|
|
|
|
|
2018-04-12 01:23:35 +02:00
|
|
|
.mx_DevTools_tgl {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
// add default box-sizing for this scope
|
|
|
|
&,
|
2019-07-09 19:15:10 +02:00
|
|
|
&::after,
|
|
|
|
&::before,
|
2018-04-12 01:23:35 +02:00
|
|
|
& *,
|
2019-07-09 19:15:10 +02:00
|
|
|
& *::after,
|
|
|
|
& *::before,
|
2018-04-12 01:23:35 +02:00
|
|
|
& + .mx_DevTools_tgl-btn {
|
|
|
|
box-sizing: border-box;
|
|
|
|
&::selection {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
+ .mx_DevTools_tgl-btn {
|
|
|
|
outline: 0;
|
|
|
|
display: block;
|
|
|
|
width: 7em;
|
|
|
|
height: 2em;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
user-select: none;
|
2019-07-09 19:15:10 +02:00
|
|
|
&::after,
|
|
|
|
&::before {
|
2018-04-12 01:23:35 +02:00
|
|
|
position: relative;
|
|
|
|
display: block;
|
|
|
|
content: "";
|
|
|
|
width: 50%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
&::after {
|
2018-04-12 01:23:35 +02:00
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
&::before {
|
2018-04-12 01:23:35 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
&:checked + .mx_DevTools_tgl-btn::after {
|
2018-04-12 01:23:35 +02:00
|
|
|
left: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mx_DevTools_tgl-flip {
|
|
|
|
+ .mx_DevTools_tgl-btn {
|
|
|
|
padding: 2px;
|
|
|
|
transition: all .2s ease;
|
|
|
|
font-family: sans-serif;
|
|
|
|
perspective: 100px;
|
2019-07-09 19:15:10 +02:00
|
|
|
&::after,
|
|
|
|
&::before {
|
2018-04-12 01:23:35 +02:00
|
|
|
display: inline-block;
|
|
|
|
transition: all .4s ease;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
position: absolute;
|
|
|
|
line-height: 2em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fff;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
backface-visibility: hidden;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
&::after {
|
2018-04-12 01:23:35 +02:00
|
|
|
content: attr(data-tg-on);
|
2019-07-09 19:15:10 +02:00
|
|
|
background: #02c66f;
|
2018-04-12 01:23:35 +02:00
|
|
|
transform: rotateY(-180deg);
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
&::before {
|
|
|
|
background: #ff3a19;
|
2018-04-12 01:23:35 +02:00
|
|
|
content: attr(data-tg-off);
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
&:active::before {
|
2018-04-12 01:23:35 +02:00
|
|
|
transform: rotateY(-20deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:checked + .mx_DevTools_tgl-btn {
|
2019-07-09 19:15:10 +02:00
|
|
|
&::before {
|
2018-04-12 01:23:35 +02:00
|
|
|
transform: rotateY(180deg);
|
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
&::after {
|
2018-04-12 01:23:35 +02:00
|
|
|
transform: rotateY(0);
|
|
|
|
left: 0;
|
2019-07-09 19:15:10 +02:00
|
|
|
background: #7fc6a6;
|
2018-04-12 01:23:35 +02:00
|
|
|
}
|
|
|
|
|
2019-07-09 19:15:10 +02:00
|
|
|
&:active::after {
|
2018-04-12 01:23:35 +02:00
|
|
|
transform: rotateY(20deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-02-21 18:15:53 +01:00
|
|
|
|
|
|
|
.mx_DevTools_VerificationRequest {
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 1px 5px;
|
|
|
|
margin-bottom: 6px;
|
2020-02-24 11:17:33 +01:00
|
|
|
font-family: $monospace-font-family;
|
2020-02-21 18:15:53 +01:00
|
|
|
|
|
|
|
dl {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: max-content auto;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
grid-column-start: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd:empty {
|
|
|
|
color: #666666;
|
|
|
|
&::after {
|
|
|
|
content: "(empty)";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
grid-column-start: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt::after {
|
|
|
|
content: ":";
|
|
|
|
}
|
2020-02-24 11:17:33 +01:00
|
|
|
}
|