mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
bootstrap: more fixes and icon changes part 2
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
5a1a97ca7e
commit
b398cb7fa9
2 changed files with 154 additions and 183 deletions
|
@ -636,7 +636,6 @@ body {
|
|||
width: 230px;
|
||||
height: 100px;
|
||||
overflow-y: scroll;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#idx_dlgButtonBar {
|
||||
|
@ -1265,7 +1264,7 @@ NoMeshesPanel img {
|
|||
}
|
||||
|
||||
.pwsBlack {
|
||||
background-color: black;
|
||||
background-color: var(--bs-body-color);
|
||||
}
|
||||
|
||||
.pwsBlue {
|
||||
|
@ -2463,7 +2462,6 @@ nav .lbbuttonsel2 {
|
|||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
background: var(--sub-menu-bg);
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.night .areaFoot {
|
||||
|
@ -2691,13 +2689,6 @@ nav .lbbuttonsel2 {
|
|||
-ms-grid-row: 4;
|
||||
}
|
||||
|
||||
#DeskRunButton, #DeskChatButton, #DeskNotifyButton, #DeskOpenWebButton, #DeskBackgroundButton, #DeskSaveImageButton, #DeskRecordButton, #DeskClipboardInButton, #DeskClipboardOutButton, #DeskRefreshButton, #DeskLockButton, #DeskInputLockedButton, #DeskInputUnLockedButton, #DeskGuestShareButton, #DeskMonitorSelectionSpan {
|
||||
float: right;
|
||||
margin-top: 1px;
|
||||
margin-right: 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#DeskClip, #DeskControlSpan, #specialkeylist {
|
||||
padding-left: 6px;
|
||||
}
|
||||
|
@ -2705,15 +2696,11 @@ nav .lbbuttonsel2 {
|
|||
.serverStateTableCell {
|
||||
width: 300px;
|
||||
height: 24px;
|
||||
background: var(--sub-menu-bg);
|
||||
background: var(--bs-secondary-bg);
|
||||
margin-bottom: 4px;
|
||||
vertical-align: middle;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.night .serverStateTableCell {
|
||||
background-color: #333;
|
||||
color: #CCC;
|
||||
color: var(--bs-secondary-color);
|
||||
}
|
||||
|
||||
.userTableHeader {
|
||||
|
@ -2722,10 +2709,6 @@ nav .lbbuttonsel2 {
|
|||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
#deskkeys {
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
#p12BackButton {
|
||||
float: left;
|
||||
}
|
||||
|
@ -3289,7 +3272,6 @@ nav .lbbuttonsel2 {
|
|||
.dtab {
|
||||
overflow: hidden;
|
||||
border-bottom: 1px solid #ccc;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
.dtab button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue