-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathviewer.css
61 lines (46 loc) · 1.29 KB
/
viewer.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
Application {
background-gradient-alphas: 1, 1;
background-gradient-colors: #3d3d3d, #2c2c2c;
padding-left: 10;
padding-top: 10;
padding-right: 10;
padding-bottom: 10;
}
Button { skin: Embed(skinClass="Button_skin"); }
ButtonBar {
button-style-name: "buttonBarBtn";
first-button-style-name: "buttonBarFirstBtn";
last-button-style-name: "buttonBarLastBtn";
}
.buttonBarBtn { skin: Embed(skinClass="ButtonBar$button_skin"); }
.buttonBarFirstBtn { skin: Embed(skinClass="ButtonBar$firstButton_skin"); }
.buttonBarLastBtn { skin: Embed(skinClass="ButtonBar$lastButton_skin"); }
TextInput {
border-color: #aeaeae;
border-style: solid;
padding-top: 4px;
text-align: center;
}
VRule {
shadow-color: #dddddd;
stroke-color: #b8b8b8;
}
/* -------------------------------------------------------------------- PDFViewer */
ViewerToolbar {
fill-alphas: 1, 1;
fill-colors: #dfdfdf, #cfcfcf;
horizontal-gap: 2px;
shadow-distance: 4;
}
/* ---------------------------------------------------------------- ViewerToolbar */
.fitBtn {
color: #7c7c7c;
font-weight: normal;
}
.backBtn { icon: Embed(skinClass="Button_leftarrow"); }
.pagesLbl {
color: #7c7c7c;
font-size: 11;
}
.fwdBtn { icon: Embed(skinClass="Button_rightarrow"); }
.textInputBtn { skin: Embed(skinClass="ButtonBar$lastButton_skin"); }