-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
88 lines (78 loc) · 1.46 KB
/
style.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
* {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
input {
-webkit-touch-callout: auto !important;
-webkit-user-select: auto !important;
-khtml-user-select: auto !important;
-moz-user-select: auto !important;
-ms-user-select: auto !important;
user-select: auto !important;
}
.thing {
padding: 10px;
font-size: large;
font-weight: 500;
}
md-toast.md-success-toast-theme {
background-color: green;
}
md-toast.md-error-toast-theme {
background-color: red;
}
.visibleThings h2 {
color: #28ade5;
}
label {
color: #2287c1;
}
ul
{
list-style-type: none;
color: #6E6E6E;
padding-left: 0;
}
h2 {
margin-left: 5px;
margin-bottom: 5px;
color: #2287c1;
}
.data {
width: 95%;
height: 40px;
margin-top: 20px;
margin-left: 5px;
display: inline;
font-size: 14px;
color: #2287c1;
}
ul li{
display: inline;
font-size: 15px;
color: #2287c1;
}
.emptymsg {
position: fixed;
top: 5%;
left: 2%;
background-color: green;
color:white;
height: 50px;
width: 240px;
border-radius: 5px;
}
div + .emptymsg {
display: none;
}
h5 {
font-size: 10px;
}
nvd3 {
margin-left: -40px;
}