|
@@ -201,6 +201,9 @@ body.stag_rhs_collapsed .app-right-panel {
|
|
.mcp-theme-1 a, .mcp-theme-1 a:link {
|
|
.mcp-theme-1 a, .mcp-theme-1 a:link {
|
|
color: rgb(13, 89, 175);
|
|
color: rgb(13, 89, 175);
|
|
}
|
|
}
|
|
|
|
+.mcp-theme-1 .text-primary {
|
|
|
|
+ color: rgb(13, 89, 175) !important;
|
|
|
|
+}
|
|
.mcp-theme-1 .btn.btn-primary {
|
|
.mcp-theme-1 .btn.btn-primary {
|
|
background: rgb(13, 89, 175);
|
|
background: rgb(13, 89, 175);
|
|
border-color: rgb(13, 89, 175);
|
|
border-color: rgb(13, 89, 175);
|
|
@@ -337,6 +340,9 @@ body>nav.navbar {
|
|
.mcp-theme-1 .width-70px {
|
|
.mcp-theme-1 .width-70px {
|
|
width: 70px !important;
|
|
width: 70px !important;
|
|
}
|
|
}
|
|
|
|
+.mcp-theme-1 .min-width-50 {
|
|
|
|
+ min-width: 50% !important;
|
|
|
|
+}
|
|
.mcp-theme-1 .min-width-70px {
|
|
.mcp-theme-1 .min-width-70px {
|
|
min-width: 70px !important;
|
|
min-width: 70px !important;
|
|
}
|
|
}
|