forked from RamonGiovane/guiptables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
104 lines (86 loc) · 1.84 KB
/
styles.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
.fa-trash-red{
color: #c9190b !important;
}
.fa-trash-red:hover{
color: #ff7961 !important;
}
.fa-plus-circle{
color: #06c !important;
}
.badge{
background-color: #06c !important;
}
.fa-plus-circle:hover{
color: #007080 !important;
}
.grey-plus{
color: grey !important;
}
.plus-btn{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
hr{
margin: 20px 0;
}
#form-input{
margin-left: 100px !important;
}
.table-message{
color: #c9190b !important;
margin-right: 15px;
}
.ruleModal label{
font-weight: bold !important;
}
#install-status{
margin-left: 5px !important;
color: #06c !important;
}
#install-status-icon{
margin-left: 20px !important;
color: #06c !important;
}
#install-error{
margin-top: 20px !important;
margin-left: 20px !important;
color: #c9190b !important;
}
#install-error a{
text-decoration: underline;
}
.refresh-anime{
-webkit-animation:spin 1s linear infinite;
-moz-animation:spin 1s linear infinite;
animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.top-button{
display: inline;
font-size: medium !important;
width: 50px !important;
height: 30px !important;
float: right;
border: 1px solid #06c;
border-radius: 2px;
margin-left: 2px;
}
#config-save-button{
margin-left: 5px !important;
}
#configModal .form-input{
width: 270px !important;
font-size: smaller !important;
}
#configModal button{
font-size: small !important;
}
#logModal .modal-content{
max-height: 85vh;
overflow: auto;
}
#info{
font-size: small;
margin-bottom: 15px;
}