summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
diff options
context:
space:
mode:
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css17
1 files changed, 6 insertions, 11 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css b/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
index 45eb9f1d1..b196bcd70 100644
--- a/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
+++ b/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
@@ -8,7 +8,6 @@
html,body {
width: 100%;
- overflow: hidden;
background-color: #414040;
}
@@ -31,8 +30,8 @@ md-sidenav.md-locked-open {
width: 35px;
}
-.white {
- color: white;
+.ui-grid-header-cell-label {
+ color: black !important;
}
span.center {
@@ -45,6 +44,10 @@ span.center {
background-color: white;
}
+.n-topology-nav {
+ display: none;
+}
+
.node-label {
fill: #414040 !important;
}
@@ -84,10 +87,6 @@ span.center {
z-index: 10000000;
}
-text.node-label {
- font-size: 16px !important;
-}
-
.n-topology.n-topology-blue .n-topology-nav-mode-selected:hover {
background: #414040 !important;
}
@@ -108,7 +107,3 @@ a.md-button.md-warn[disabled], .md-button.md-default-theme[disabled], .md-button
.md-button.md-accent[disabled], .md-button.md-default-theme.md-warn[disabled], .md-button.md-warn[disabled] {
color: #FFA500 !important;
}
-
-/*md-select.md-default-theme, md-select .md-select-value.md-select-placeholder {*/
-
-/*}*/ \ No newline at end of file