-
Notifications
You must be signed in to change notification settings - Fork 0
/
jquery.vicowa.dockpanels.theme.css
59 lines (51 loc) · 1.7 KB
/
jquery.vicowa.dockpanels.theme.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
.jq-vcw-dp-maincontainer .jq-vcw-dp-splitter
{
background: #272727;
background: -moz-linear-gradient(top, #333, #222);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222));
background: -webkit-linear-gradient(top, #333,#222);
background: -o-linear-gradient(top, #333,#222);
background: -ms-linear-gradient(top, #333,#222);
background: linear-gradient(top, #333,#222);
}
.jq-vcw-dp-maincontainer .jq-vcw-dp-splitter.jq-vcw-dp-vertical
{
border-left: 1px solid #444;
border-right: 1px solid #111;
}
.jq-vcw-dp-maincontainer .jq-vcw-dp-splitter.jq-vcw-dp-horizontal
{
border-top: 1px solid #444;
border-bottom: 1px solid #111;
}
.jq-vcw-dp-maincontainer .jq-vcw-dp-container-handler
{
border-top: 1px solid #444;
border-left: 1px solid #444;
border-bottom: 1px solid #111;
border-right: 1px solid #111;
color: #ddd;
font-size: .8em;
padding: .2em 0 .2em 1em;
text-align: left;
white-space: nowrap;
}
.jq-vcw-dp-maincontainer .jq-vcw-dp-tabcontainer,
.jq-vcw-dp-maincontainer .jq-vcw-dp-container-handler
{
background: #272727;
background: -moz-linear-gradient(top, #333, #222);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#222));
background: -webkit-linear-gradient(top, #333,#222);
background: -o-linear-gradient(top, #333,#222);
background: -ms-linear-gradient(top, #333,#222);
background: linear-gradient(top, #333,#222);
}
.jq-vcw-dp-maincontainer .jq-vcw-dp-container-content
{
box-shadow: 0px 0px 6px Gray inset;
}
.jq-vcw-dp-maincontainer .jq-vcw-dp-container.jq-vcw-dp-float
{
border: solid 4px #272727;
}