-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
50 lines (46 loc) · 1.02 KB
/
styles.css
File metadata and controls
50 lines (46 loc) · 1.02 KB
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
#hiddenFinderContainer
{
position: relative !important;
top: 0 !important;
right: 0 !important;
width: 100% !important;
font-family: Arial, "Times New Roman" !important;
}
#hiddenFinderWindow
{
max-width: 250px !important;
min-width: 250px !important;
position: fixed !important;
top: 0 !important;
right: 0 !important;
z-index: 99999 !important;
background-color: #888 !important;
padding: 10px !important;
font: 10px !important;
border-bottom-left-radius: 15px !important;
}
#finderSearchButton
{
background-color: #ccc !important;
border-radius: 5px !important;
font-style: bold !important;
width: 75px !important;
padding: 3px !important;
margin: auto !important;
margin-bottom: 3px !important;
}
.buttonText {
cursor: pointer;
}
.buttonText:hover {
filter: brightness(120%);
}
#finderResetButton
{
background-color: #ccc222 !important;
border-radius: 5px !important;
font-style: bold !important;
width: 75px !important;
padding: 3px !important;
margin: auto !important;
}