1 | @ace-settings-box-border:#FFB34B; |
---|
2 | @datepicker-active-bg:#2283C5; |
---|
3 | @datepicker-disabled-bg:#8B9AA3; |
---|
4 | @datepicker-active-bg2:#7D8893;//inside .well |
---|
5 | |
---|
6 | /* other page sections */ |
---|
7 | |
---|
8 | |
---|
9 | .ace-settings-container { |
---|
10 | position:absolute; |
---|
11 | right:0; top:50px; |
---|
12 | z-index:12; |
---|
13 | |
---|
14 | .breadcrumbs-fixed & { |
---|
15 | top:50px - (@breadcrumb-height); |
---|
16 | } |
---|
17 | } |
---|
18 | .btn.ace-settings-btn { |
---|
19 | float:left; |
---|
20 | display:inline-block; |
---|
21 | width:42px !important; |
---|
22 | text-align:center; |
---|
23 | |
---|
24 | .border-radius(~"6px 0 0 6px") !important; |
---|
25 | .opacity(0.55); |
---|
26 | |
---|
27 | vertical-align:top; |
---|
28 | margin:0; |
---|
29 | |
---|
30 | &:hover , &.open { |
---|
31 | .opacity(1); |
---|
32 | } |
---|
33 | |
---|
34 | } |
---|
35 | |
---|
36 | .ace-settings-box { |
---|
37 | display:none; |
---|
38 | float:left; |
---|
39 | width:175px; padding:0 14px; |
---|
40 | background-color:#FFF; |
---|
41 | |
---|
42 | border:2px solid @ace-settings-box-border; |
---|
43 | |
---|
44 | &.open { |
---|
45 | display:inline-block; |
---|
46 | } |
---|
47 | |
---|
48 | > div { |
---|
49 | margin:6px 0; |
---|
50 | color:#444; |
---|
51 | max-height:24px; |
---|
52 | > label { |
---|
53 | font-size:13px; |
---|
54 | } |
---|
55 | } |
---|
56 | |
---|
57 | } |
---|
58 | |
---|
59 | |
---|
60 | |
---|
61 | |
---|
62 | |
---|
63 | .btn-scroll-up { |
---|
64 | border:none; |
---|
65 | position:absolute; |
---|
66 | right:2px; |
---|
67 | bottom:2px; |
---|
68 | z-index:11; |
---|
69 | } |
---|
70 | @media (min-width: @screen-tablet) { |
---|
71 | .main-container.container > .btn-scroll-up { |
---|
72 | right: auto; |
---|
73 | margin-left: @container-tablet - 36; |
---|
74 | } |
---|
75 | } |
---|
76 | @media (min-width: @screen-desktop) { |
---|
77 | .main-container.container > .btn-scroll-up { |
---|
78 | right: auto; |
---|
79 | margin-left: @container-desktop - 36; |
---|
80 | } |
---|
81 | } |
---|
82 | @media (min-width: @screen-lg-desktop) { |
---|
83 | .main-container.container > .btn-scroll-up { |
---|
84 | right: auto; |
---|
85 | margin-left: @container-lg-desktop - 36; |
---|
86 | } |
---|
87 | } |
---|
88 | |
---|
89 | |
---|
90 | |
---|
91 | |
---|
92 | |
---|
93 | |
---|
94 | .grid2, .grid3, .grid4 { |
---|
95 | .box-sizing(border-box); |
---|
96 | display:block; |
---|
97 | margin:0; |
---|
98 | float:left; |
---|
99 | |
---|
100 | border-left:1px solid #E3E3E3; |
---|
101 | &:first-child { |
---|
102 | border-left:none; |
---|
103 | } |
---|
104 | } |
---|
105 | |
---|
106 | .grid2 { |
---|
107 | width:48%; |
---|
108 | padding:0 2%; |
---|
109 | } |
---|
110 | |
---|
111 | |
---|
112 | .grid3 { |
---|
113 | width:33%; |
---|
114 | padding:0 2%; |
---|
115 | } |
---|
116 | |
---|
117 | .grid4 { |
---|
118 | width:23%; |
---|
119 | margin:0 1%; padding:0 1%; |
---|
120 | } |
---|
121 | |
---|
122 | |
---|
123 | .draggable-placeholder { /* for when dragging items around */ |
---|
124 | border:2px dashed #D9D9D9 !important; |
---|
125 | background-color:#F7F7F7 !important; |
---|
126 | } |
---|
127 | |
---|
128 | /* scrollbar */ |
---|
129 | .slimScrollBar { .border-radius(0) !important; } |
---|
130 | .slimScrollRail { .border-radius(0) !important; } |
---|
131 | |
---|
132 | |
---|
133 | |
---|
134 | /* date & time picker */ |
---|
135 | .datepicker , .daterangepicker { |
---|
136 | td , th { .border-radius(0) !important; font-size: 13px; } |
---|
137 | |
---|
138 | td.active { |
---|
139 | & , &:hover { background:@datepicker-active-bg !important; } |
---|
140 | |
---|
141 | &.disabled { |
---|
142 | & , &:hover { background:@datepicker-disabled-bg !important; } |
---|
143 | } |
---|
144 | } |
---|
145 | } |
---|
146 | .datepicker { |
---|
147 | td , th { min-width: 32px; } |
---|
148 | } |
---|
149 | |
---|
150 | .datepicker-months .month , .datepicker-years .year { |
---|
151 | border-radius:0 !important; |
---|
152 | } |
---|
153 | .datepicker-months .month.active , .datepicker-years .year.active { |
---|
154 | & , &:hover , &:focus, &:active { |
---|
155 | background-image:none !important; |
---|
156 | background-color:@datepicker-active-bg !important; |
---|
157 | } |
---|
158 | } |
---|
159 | .bootstrap-timepicker-widget table td input { |
---|
160 | width:32px; |
---|
161 | } |
---|
162 | |
---|
163 | |
---|
164 | |
---|
165 | .bootstrap-timepicker-widget table td a:hover { |
---|
166 | .border-radius(0); |
---|
167 | } |
---|
168 | |
---|
169 | .well .datepicker table tr td.day:hover { |
---|
170 | background-color:@datepicker-active-bg2; |
---|
171 | color:#FFF; |
---|
172 | } |
---|
173 | |
---|
174 | |
---|
175 | |
---|
176 | |
---|
177 | |
---|
178 | /* a few small third party css files put here to reduce http file requests */ |
---|
179 | /* jquery.easy-pie-chart.css */ |
---|
180 | .easyPieChart { |
---|
181 | position: relative; |
---|
182 | text-align: center; |
---|
183 | |
---|
184 | canvas { |
---|
185 | position: absolute; |
---|
186 | top: 0; |
---|
187 | left: 0; |
---|
188 | } |
---|
189 | } |
---|
190 | |
---|
191 | .knob-container { |
---|
192 | direction:ltr; |
---|
193 | text-align:left; |
---|
194 | } |
---|
195 | |
---|
196 | |
---|
197 | |
---|
198 | |
---|
199 | |
---|
200 | /* ie8/9 specific */ |
---|
201 | .navbar .navbar-inner , .navbar .btn-navbar { |
---|
202 | filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important; |
---|
203 | } |
---|
204 | .dropdown-menu li > a, |
---|
205 | .dropdown-submenu > a { |
---|
206 | filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important; |
---|
207 | } |
---|
208 | .btn { |
---|
209 | filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important; |
---|
210 | } |
---|
211 | .progress , .progress .bar { |
---|
212 | filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important; |
---|
213 | } |
---|
214 | |
---|