mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
improved RDP to desktop tab integration.
This commit is contained in:
parent
706ca17151
commit
4a9331cd1b
4 changed files with 117 additions and 19 deletions
|
@ -608,7 +608,7 @@ body {
|
|||
}
|
||||
|
||||
|
||||
#d7bitmapquality, #d7bitmapquality, #d7bitmapscaling, #d7framelimiter, #d7desktopmode {
|
||||
#d7bitmapquality, #d7bitmapquality, #d7bitmapscaling, #d7framelimiter, #d7desktopmode, #d7rdpsize {
|
||||
float: right;
|
||||
width: 200px;
|
||||
height: 20px;
|
||||
|
@ -619,16 +619,16 @@ body {
|
|||
border-bottom: 1px solid gray;
|
||||
}
|
||||
|
||||
#d7meshkvm div, #d7amtkvm div, #d3upload, #d3localmode {
|
||||
#d7meshkvm div, #d7amtkvm div, #d7rdpkvm div, #d3upload, #d3localmode {
|
||||
margin: 3px 0 3px 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
#d7otherset {
|
||||
#d7otherset, #d7rdpflags {
|
||||
border: 1px solid #666;
|
||||
width: 200px;
|
||||
height: 60px;
|
||||
width: 230px;
|
||||
height: 100px;
|
||||
overflow-y: scroll;
|
||||
background-color: white;
|
||||
}
|
||||
|
@ -3234,4 +3234,36 @@ a {
|
|||
.night .desktopButtons {
|
||||
filter: invert(60%);
|
||||
-webkit-filter: invert(60%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.dtab {
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #ccc;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.dtab button {
|
||||
background-color: inherit;
|
||||
float: left;
|
||||
border: none;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
padding: 4px 6px;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.dtab button:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.dtab button.active {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
.dtabcontent {
|
||||
display: none;
|
||||
padding: 6px 12px;
|
||||
border: 1px solid #ccc;
|
||||
border-top: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue