mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
more bootstrap fixes
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
36f1b4d5be
commit
c920b28acc
14 changed files with 25350 additions and 126 deletions
12057
public/styles/bootstrap.css
vendored
Normal file
12057
public/styles/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load diff
1
public/styles/bootstrap.css.map
Normal file
1
public/styles/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
1
public/styles/bootstrap.min.css.map
Normal file
1
public/styles/bootstrap.min.css.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -746,6 +746,14 @@ body {
|
|||
width: 120px;
|
||||
}
|
||||
|
||||
#SearchInput.search {
|
||||
background-color: #FDFFBE;
|
||||
}
|
||||
|
||||
.night #SearchInput.search {
|
||||
background-color: grey;
|
||||
}
|
||||
|
||||
#devListToolbarView, #devListToolbarSort, #devListToolbarSize, #devListToolbarSettings {
|
||||
float: right;
|
||||
}
|
||||
|
@ -1319,11 +1327,6 @@ NoMeshesPanel img {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#d2groupop {
|
||||
float: right;
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
#d2netinfo .dialogText {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
@ -2099,6 +2102,26 @@ nav .lbbuttonsel2 {
|
|||
background-image: linear-gradient(to right, #444 0%, #000 100%);
|
||||
}
|
||||
|
||||
#agins_linux_area,
|
||||
#agins_linux_area_un,
|
||||
#d2notifyMsg,
|
||||
#d2devNotes,
|
||||
#d2devEvent,
|
||||
#d2runcmd,
|
||||
#d2devMessage {
|
||||
background-color: #FFF9D3;
|
||||
}
|
||||
|
||||
.night #agins_linux_area,
|
||||
.night #agins_linux_area_un,
|
||||
.night #d2notifyMsg,
|
||||
.night #d2devNotes,
|
||||
.night #d2devEvent,
|
||||
.night #d2runcmd,
|
||||
.night #d2devMessage {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.h1pre {
|
||||
width: 16px;
|
||||
height: 100%;
|
||||
|
@ -3333,6 +3356,10 @@ nav .lbbuttonsel2 {
|
|||
background: #f8f9fa !important;
|
||||
}
|
||||
|
||||
.night .card {
|
||||
background-color: black !important;
|
||||
}
|
||||
|
||||
.table td,
|
||||
.table th {
|
||||
padding: 0.05rem !important; /* Decrease padding to reduce row height */
|
||||
|
@ -3413,3 +3440,16 @@ nav .lbbuttonsel2 {
|
|||
flex-direction: column !important;
|
||||
} */
|
||||
}
|
||||
|
||||
/* css fixes for select2 */
|
||||
/* .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
|
||||
display: inline !important;
|
||||
} */
|
Loading…
Add table
Add a link
Reference in a new issue