-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconsoleSymbology.css
122 lines (98 loc) · 2.03 KB
/
consoleSymbology.css
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
115
116
117
118
119
120
121
122
/* Works on Firefox */
/** {
scrollbar-width: thin;
scrollbar-color: #0178af;
}*/
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 5px;
height: 5px;
}
*::-webkit-scrollbar-track {
background: #b5d7e8;
}
*::-webkit-scrollbar-thumb {
background-color: #0178af;
border-radius: 5px;
/*border: 3px solid #C0DBEE;*/
}
.ui-tooltip {
color:#0178af !important;
font-size:12px !important;
max-width:400px !important;
}
ui-widget-shadow{
opacity:0.4 !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
outline: none !important;
}
.ui-widget-content .ui-state-focus {
outline: none !important;
}
.ui-widget * { outline: none !important;}
.ui-button .ui-button-text .ui-button-text-only {
font-size: 0.5em !important;
line-height: 0.6;
text-align:left;
padding: 0px;
}
.ui-checkboxradio-radio-label{
padding-left: 2px;
padding-right: 2px;
margin-left: 2px;
margin-right: 2px;
}
.dataTables_empty{
display:none;
}
table.dataTable.display tbody tr.odd > .sorting_1 {
background-color: #b5d7e8;
}
table.dataTable.display tbody tr.odd {
background-color: #b5d7e8;
}
table.dataTable.display tbody tr.even > .sorting_1 {
background-color: #b5d7e8;
}
table.dataTable.display tbody tr.even {
background-color: #b5d7e8;
}
.option_class {
font-size: 0.7em !important;
color:#0178af !important;
}
.header-view-logo {
vertical-align: middle;
}
.symbologys-icon {
fill: #0178af;
}
#symbologys-button {
width: 40px;
}
select {
font-size: 12px !important;
}
.symbologyText{
font-weight:bold;
font-size:12px;
color:#0178af;
}
.symbologyChoose{
font-weight:bold;
font-size:12px;
color:#0178af;
}
div.scroll {
padding: 4px;
width: 600px;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
}
a{
color:#0178af;
font-weight:bold;
font-size:12px;
}