summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/assets/css/vpp.css
blob: 45eb9f1d1d7a9276e2580ff7d56c56194725cdd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
/*
 * Copyright (c) 2016 Cisco Systems, Inc. and others.  All rights reserved.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License v1.0 which accompanies this distribution,
 * and is available at http://www.eclipse.org/legal/epl-v10.html
 */

html,body {
    width: 100%;
    overflow: hidden;
    background-color: #414040;
}

#next-app {
    overflow: hidden;
}

md-sidenav.md-locked-open {
    width: 550px;
    min-width: 550px;
    max-width: 550px;
}

.truckDialog {
    width: 16px;
    height: 16px;
}
.marker {
    height: 25px;
    width: 35px;
}

.white {
    color: white;
}

span.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.n-topology.n-topology-blue {
    background-color: white;
}

.node-label {
    fill: #414040 !important;
}

.n-topology-nav-setting-icon {
    display:none;
}

.st-sort-ascent:before{
    content: '\25B2';
}

.st-sort-descent:before{
    content: '\25BC';
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 400px;
    height: 300px
}

.white {
    color: white !important;
}

.scene3 {
    position: fixed;
    z-index: 10;
    font-size: 14px;
    right: 10px;
    width: 200px;
    text-align: center
}

.md-dialog-container.ng-scope {
    z-index: 10000000;
}

text.node-label {
    font-size: 16px !important;
}

.n-topology.n-topology-blue .n-topology-nav-mode-selected:hover {
    background: #414040 !important;
}

.n-topology.n-topology-blue .n-topology-nav-mode-selected {
    background: #414040 !important;
}

.n-topology.n-topology-blue .node .selectedBG {
    stroke: #FFA500 !important;
}

a.md-button.md-default-theme[disabled], a.md-button[disabled], a.md-button.md-default-theme.md-raised[disabled],
a.md-button.md-raised[disabled], a.md-button.md-default-theme.md-fab[disabled], a.md-button.md-fab[disabled],
a.md-button.md-default-theme.md-accent[disabled], a.md-button.md-accent[disabled], a.md-button.md-default-theme.md-warn[disabled],
a.md-button.md-warn[disabled], .md-button.md-default-theme[disabled], .md-button[disabled], .md-button.md-default-theme.md-raised[disabled],
.md-button.md-raised[disabled], .md-button.md-default-theme.md-fab[disabled], .md-button.md-fab[disabled], .md-button.md-default-theme.md-accent[disabled],
.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 {*/

/*}*/