2 * General: Miscellaneous
3 * ----------------------
5 // 10px padding and margins
39 > .description-header {
46 text-transform: uppercase;
70 .bg-light-blue-active,
81 color: #fff !important;
86 background-color: @gray !important;
90 background-color: #f7f7f7;
94 background-color: @black !important;
98 background-color: @red !important;
102 background-color: @yellow !important;
106 background-color: @aqua !important;
110 background-color: @blue !important;
114 background-color: @light-blue !important;
118 background-color: @green !important;
122 background-color: @navy !important;
126 background-color: @teal !important;
130 background-color: @olive !important;
134 background-color: @lime !important;
138 background-color: @orange !important;
142 background-color: @fuchsia !important;
146 background-color: @purple !important;
150 background-color: @maroon !important;
153 //Set of Active Background Colors
156 background-color: darken(@gray, 10%) !important;
160 background-color: darken(@black, 10%) !important;
164 background-color: darken(@red , 6%) !important;
168 background-color: darken(@yellow , 6%) !important;
172 background-color: darken(@aqua , 6%) !important;
176 background-color: darken(@blue , 10%) !important;
179 .bg-light-blue-active {
180 background-color: darken(@light-blue , 6%) !important;
184 background-color: darken(@green , 5%) !important;
188 background-color: darken(@navy , 2%) !important;
192 background-color: darken(@teal , 5%) !important;
196 background-color: darken(@olive , 5%) !important;
200 background-color: darken(@lime , 5%) !important;
204 background-color: darken(@orange , 5%) !important;
208 background-color: darken(@fuchsia , 5%) !important;
212 background-color: darken(@purple , 5%) !important;
216 background-color: darken(@maroon , 3%) !important;
220 [class^="bg-"].disabled {
226 color: @red !important;
230 color: @yellow !important;
234 color: @aqua !important;
238 color: @blue !important;
242 color: @black !important;
246 color: @light-blue !important;
250 color: @green !important;
254 color: @gray !important;
258 color: @navy !important;
262 color: @teal !important;
266 color: @olive !important;
270 color: @lime !important;
274 color: @orange !important;
278 color: @fuchsia !important;
282 color: @purple !important;
286 color: @maroon !important;
290 color: darken(@gray, 30%);
293 color: darken(@gray, 40%);
305 // Hide elements by display none only
307 display: none !important;
312 border: 0 !important;
317 padding: 0 !important;
322 margin: 0 !important;
327 box-shadow: none !important;
337 .list-group-unbordered {
347 // Remove border radius
349 .border-radius(0) !important;
353 &, &.table td, &.table th {
362 // _fix for sparkline tooltip
364 padding: 5px !important;
365 width: auto !important;
366 height: auto !important;
369 // Gradient Background colors
371 .gradient(@teal; @teal; lighten(@teal, 16%)) !important;
375 .bg-light-blue-gradient {
376 .gradient(@light-blue; @light-blue; lighten(@light-blue, 12%)) !important;
381 .gradient(@blue; @blue; lighten(@blue, 7%)) !important;
386 .gradient(@aqua; @aqua; lighten(@aqua, 7%)) !important;
390 .bg-yellow-gradient {
391 .gradient(@yellow; @yellow; lighten(@yellow, 16%)) !important;
395 .bg-purple-gradient {
396 .gradient(@purple; @purple; lighten(@purple, 16%)) !important;
401 .gradient(@green; @green; lighten(@green, 7%)) !important;
406 .gradient(@red; @red; lighten(@red, 10%)) !important;
411 .gradient(@black; @black; lighten(@black, 10%)) !important;
415 .bg-maroon-gradient {
416 .gradient(@maroon; @maroon; lighten(@maroon, 10%)) !important;
420 //Description Block Extension
432 //Make position static
434 position: static !important;
437 //List utility classes
447 background: @box-border-color;
448 margin: 15px 0 9px 0;
511 width: 30px !important;
512 height: 30px !important;
536 border: 3px solid @gray;
541 border: 2px solid @gray;
545 //General attachemnt block
547 border: 1px solid @box-border-color;
561 .attachment-heading {
573 .ui-helper-hidden-accessible {
586 border: 1px dashed #ddd;
590 .full-opacity-hover {
604 width: 100% !important;