@@ -15,6 +15,9 @@
top: calc(50% - 3.5px);
left: calc(50% - 3.5px);
}
+.internal-listing.p-0.show {
+ width: 99%;
+}
* {
outline: 0 !important;
@@ -1531,9 +1531,6 @@ span.fc-title {
.dropdown-menu {
width: inherit;
-#organizrNewsPanel .panel-body {
- background: #2d2c2c;
-}
.pingTime {
position: inherit;
right: -30px;
@@ -17,6 +17,9 @@
+#organizrNewsPanel .panel-body {
+ background: #fdfdfd;
/*Just change your choise color here its theme Colors*/
body {
background: #fff;
@@ -360,4 +360,7 @@ span.select2-results {
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #232323;
+ background: #2d2c2c;