Updated New Panel CSS

Small changes for New Panel.
This commit is contained in:
tersiswilvin 2022-08-17 14:27:29 -07:00
parent 9799b51cfa
commit 053b83cafd
1 changed files with 8 additions and 8 deletions

View File

@ -28,7 +28,7 @@ h6 {
font-weight: 200; font-weight: 200;
} }
#MasterContainer.AdminPanel.NewPanel { #MasterContainer.NewPanel.AdminPanel {
background-color: #111; background-color: #111;
} }
#MasterContainer.NewPanel #BodyWrapper { #MasterContainer.NewPanel #BodyWrapper {
@ -45,7 +45,7 @@ h6 {
#MasterContainer.NewPanel #AdminWrapper, #MasterContainer.NewPanel #BodyWrapper { #MasterContainer.NewPanel #AdminWrapper, #MasterContainer.NewPanel #BodyWrapper {
display: block; display: block;
} }
#AdminWrapper.Navigation { .NewPanel #AdminWrapper.Navigation {
width: 100%; width: 100%;
} }
.NewPanel .AdminHeader { .NewPanel .AdminHeader {
@ -132,7 +132,7 @@ h6 {
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
} }
.AdminPanel .Reminder { .NewPanel.AdminPanel .Reminder {
color: #ff7300 color: #ff7300
} }
.NewPanel.AdminPanel .Stats-Wrapper { .NewPanel.AdminPanel .Stats-Wrapper {
@ -152,7 +152,7 @@ h6 {
display: flex; display: flex;
justify-content: center; justify-content: center;
} }
.SearchCloseBtn{ .NewPanel .SearchCloseBtn{
color: #af1400; color: #af1400;
left: auto; left: auto;
margin-left: -92px; margin-left: -92px;
@ -160,19 +160,19 @@ h6 {
position: absolute; position: absolute;
font-size: 16px; font-size: 16px;
} }
.AdminPanel #SearchInput { .NewPanel.AdminPanel #SearchInput {
border: 1px solid #757575; border: 1px solid #757575;
border-radius: 3px; border-radius: 3px;
color: #b8b8b8; color: #b8b8b8;
background-color: #000; background-color: #000;
} }
.AdminPanel #SearchInput:focus, .AdminPanel #SearchInput:active { .NewPanel.AdminPanel #SearchInput:focus, .AdminPanel #SearchInput:active {
border-color: #0099ff; border-color: #0099ff;
} }
#SearchInput, .bluebutton { #SearchInput, .bluebutton {
margin: 0 5px; margin: 0 5px;
} }
.AdminPanel #SearchInput:focus-visible { .NewPanel.AdminPanel #SearchInput:focus-visible {
outline: none; outline: none;
} }
.NewPanel.AdminPanel .Stats { .NewPanel.AdminPanel .Stats {
@ -198,7 +198,7 @@ h6 {
display: block; display: block;
margin: auto; margin: auto;
} }
.AdminPanel .SearchContainer { .NewPanel.AdminPanel .SearchContainer {
width: 25%; width: 25%;
background-color: #555; background-color: #555;
} }