-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathjqGrid.bootstrap.css
executable file
·96 lines (96 loc) · 2.4 KB
/
jqGrid.bootstrap.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
.ui-jqgrid-titlebar{
height: 40px;
line-height: 15px;
color: #999999;
background-color: #F9F9F9;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-jqgrid .ui-jqgrid-title {
float: left;
margin: 1.1em 1em 0.2em;
}
.ui-widget-header{
background: none;
background-image: none;
background-color: #F9F9F9;
text-transform: uppercase;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.ui-jqgrid tr.ui-row-ltr td {
border-right-color: inherit;
border-right-style: solid;
border-right-width: 1px;
text-align: left;
border-color: #DDDDDD;
background-color: inherit;
}
.ui-search-toolbar input[type="text"]{
font-size: 12px;
height: 15px;
border: 1px solid #CCCCCC;
border-radius: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #F9F9F9;
border: 1px solid #D3D3D3;
line-height: 15px;
height: 45px;
font-weight: bold;
color: #777777;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-icon-triangle-1-n {
background-position: 1px -16px;
}
.ui-jqgrid tr.ui-search-toolbar th {
border-top-width: 0px !important;
border-top-color: inherit !important;
border-top-style: ridge !important
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
border: 0px;
background: #dadada;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #aaaaaa;
background: #ffffff;
font-weight: normal; color: #212121;
}
.ui-jqgrid .ui-pg-input {
font-size: inherit;
width: 50px;
}
.ui-jqgrid .ui-pg-selbox {
display: block;
font-size: 0.8em;
height: 25px;
line-height: 18px;
margin: 0;
width: 100px;
}
.ui-jqgrid .ui-pager-control {
height: 50px;
position: relative;
}
.ui-pg-table .navtable .ui-corner-all{
border-radius: 0px;
}
.ui-jqgrid .ui-pg-button:hover {
padding: 1px;
}
.ui-jqgrid .loading {
position: absolute;
top: 45%;
left: 45%;
width: auto;
height: auto;
z-index:101;
padding: 6px;
margin: 5px;
text-align: center;
font-weight: bold;
display: none;
border-width: 2px !important;
font-size:11px;
}