forked from doyle-johnpaul/ROToolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
38 lines (36 loc) · 877 Bytes
/
custom.css
File metadata and controls
38 lines (36 loc) · 877 Bytes
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
/*
* ARO Information Icon CSS
*/
i.AROHoverIcon {
font-size: 36px;
color: blue
}
/*
Styles for the datepicker in the Request Offering Toolbox.
These are required so that the date picker matches the date time picker on the forms.
*/
body .k-datepicker .k-select {
border-radius: 0;
}
span.k-datepicker .k-select, span.k-datepicker .k-select+.k-select {
right: 0;
}
.defined-form .k-datepicker .k-select {
position: static;
}
.defined-form .k-datepicker .k-select span.k-icon {
margin: 3px 7px 0 0;
background-image: none;
overflow: visible;
}
.defined-form .k-datepicker .k-select span.k-icon.k-i-calendar:before {
content: "\f073";
font-family: FontAwesome;
font-size: 15px;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #008fd6;
position: absolute;
margin: 5px 0 0 -10px;
}