Skip to content

Commit b398cb7

Browse files
committed
bootstrap: more fixes and icon changes part 2
Signed-off-by: si458 <[email protected]>
1 parent 5a1a97c commit b398cb7

File tree

2 files changed

+144
-173
lines changed

2 files changed

+144
-173
lines changed

public/styles/style-bootstrap.css

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ body {
636636
width: 230px;
637637
height: 100px;
638638
overflow-y: scroll;
639-
background-color: white;
640639
}
641640

642641
#idx_dlgButtonBar {
@@ -1265,7 +1264,7 @@ NoMeshesPanel img {
12651264
}
12661265

12671266
.pwsBlack {
1268-
background-color: black;
1267+
background-color: var(--bs-body-color);
12691268
}
12701269

12711270
.pwsBlue {
@@ -2463,7 +2462,6 @@ nav .lbbuttonsel2 {
24632462
padding-top: 2px;
24642463
padding-bottom: 2px;
24652464
background: var(--sub-menu-bg);
2466-
height: 22px;
24672465
}
24682466

24692467
.night .areaFoot {
@@ -2691,29 +2689,18 @@ nav .lbbuttonsel2 {
26912689
-ms-grid-row: 4;
26922690
}
26932691

2694-
#DeskRunButton, #DeskChatButton, #DeskNotifyButton, #DeskOpenWebButton, #DeskBackgroundButton, #DeskSaveImageButton, #DeskRecordButton, #DeskClipboardInButton, #DeskClipboardOutButton, #DeskRefreshButton, #DeskLockButton, #DeskInputLockedButton, #DeskInputUnLockedButton, #DeskGuestShareButton, #DeskMonitorSelectionSpan {
2695-
float: right;
2696-
margin-top: 1px;
2697-
margin-right: 4px;
2698-
cursor: pointer;
2699-
}
2700-
27012692
#DeskClip, #DeskControlSpan, #specialkeylist {
27022693
padding-left: 6px;
27032694
}
27042695

27052696
.serverStateTableCell {
27062697
width: 300px;
27072698
height: 24px;
2708-
background: var(--sub-menu-bg);
2699+
background: var(--bs-secondary-bg);
27092700
margin-bottom: 4px;
27102701
vertical-align: middle;
27112702
border-spacing: 0;
2712-
}
2713-
2714-
.night .serverStateTableCell {
2715-
background-color: #333;
2716-
color: #CCC;
2703+
color: var(--bs-secondary-color);
27172704
}
27182705

27192706
.userTableHeader {
@@ -2722,10 +2709,6 @@ nav .lbbuttonsel2 {
27222709
padding-bottom: 4px;
27232710
}
27242711

2725-
#deskkeys {
2726-
margin-left: 6px;
2727-
}
2728-
27292712
#p12BackButton {
27302713
float: left;
27312714
}
@@ -3289,7 +3272,6 @@ nav .lbbuttonsel2 {
32893272
.dtab {
32903273
overflow: hidden;
32913274
border-bottom: 1px solid #ccc;
3292-
background-color: #f1f1f1;
32933275
}
32943276

32953277
.dtab button {

0 commit comments

Comments
 (0)