[400] | 1 | /* a few ie specific changes */
|
---|
| 2 | .sidebar {
|
---|
| 3 | *left:0;
|
---|
| 4 | }
|
---|
| 5 | .sidebar:before {
|
---|
| 6 | display: none;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 |
|
---|
| 10 | .ace-nav > li.white-opaque {
|
---|
| 11 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 );
|
---|
| 12 | }
|
---|
| 13 | .ace-nav > li.dark-opaque {
|
---|
| 14 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
|
---|
| 15 | }
|
---|
| 16 |
|
---|
| 17 | .infobox > .infobox-icon > [class*="icon-"]:before {
|
---|
| 18 | color: #FFF;
|
---|
| 19 | }
|
---|
| 20 | .infobox-dark > .badge {
|
---|
| 21 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FFFFFF', endColorstr='#33FFFFFF',GradientType=0 ) !important;
|
---|
| 22 | }
|
---|
| 23 | .widget-box-overlay {
|
---|
| 24 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#55000000',GradientType=0 ) !important;
|
---|
| 25 | }
|
---|
| 26 | .widget-toolbar-light {
|
---|
| 27 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8FFFFFF', endColorstr='#D8FFFFFF',GradientType=0 ) !important;
|
---|
| 28 | }
|
---|
| 29 |
|
---|
| 30 | input[type=checkbox].ace , input[type=radio].ace {
|
---|
| 31 | position:static;
|
---|
| 32 | width:auto; height:auto;
|
---|
| 33 | z-index:auto;
|
---|
| 34 | }
|
---|
| 35 | input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl{
|
---|
| 36 | min-height:auto;
|
---|
| 37 | min-width:auto;
|
---|
| 38 | }
|
---|
| 39 | input[type=checkbox].ace.ace-switch {
|
---|
| 40 | width:auto;
|
---|
| 41 | }
|
---|
| 42 | input[type=checkbox].ace.ace-switch + .lbl {
|
---|
| 43 | margin:0;
|
---|
| 44 | min-height:auto;
|
---|
| 45 | }
|
---|
| 46 | input[type=checkbox].ace.ace-switch-7 {
|
---|
| 47 | width:auto;
|
---|
| 48 | }
|
---|
| 49 | .ace-file-input input[type=file] {
|
---|
| 50 | /*must be visible and on top for ie8/9 to actually work */
|
---|
| 51 | width:100%; height:30px;
|
---|
| 52 | position:absolute;
|
---|
| 53 | z-index:1;
|
---|
| 54 | filter:alpha(opacity=0);
|
---|
| 55 | cursor:pointer;
|
---|
| 56 | }
|
---|
| 57 | .ace-file-input input[type=file]:hover + .file-label {
|
---|
| 58 | border-color: #f59942;
|
---|
| 59 | }
|
---|
| 60 | .ace-file-multiple input[type=file] {
|
---|
| 61 | height:100%;
|
---|
| 62 | }
|
---|
| 63 | .ace-file-input .remove {
|
---|
| 64 | z-index:2;
|
---|
| 65 | }
|
---|
| 66 | .ace-file-input .file-label.selected .file-name {
|
---|
| 67 | width:50%; /* prevent long filename lay over button in IE */
|
---|
| 68 | }
|
---|
| 69 | .ace-file-multiple .file-label.selected .file-name {
|
---|
| 70 | width:auto;
|
---|
| 71 | }
|
---|
| 72 |
|
---|
| 73 | .wizard-steps li:first-child:before {
|
---|
| 74 | max-width:100%;
|
---|
| 75 | left:0;
|
---|
| 76 | }
|
---|
| 77 |
|
---|
| 78 | .login-layout .widget-box {
|
---|
| 79 | display:none;
|
---|
| 80 | visibility:visible;
|
---|
| 81 | position:static;
|
---|
| 82 | }
|
---|
| 83 |
|
---|
| 84 | .login-layout .widget-box.visible {
|
---|
| 85 | display:block;
|
---|
| 86 | }
|
---|
| 87 | .pricing-box-small:hover {
|
---|
| 88 | zoom:1.04;
|
---|
| 89 | left:-1px; top:-3px;
|
---|
| 90 | }
|
---|
| 91 |
|
---|
| 92 |
|
---|
| 93 | .ace-thumbnails > li > a > img{
|
---|
| 94 | width:auto !important;
|
---|
| 95 | }
|
---|
| 96 | .ace-thumbnails > li > :first-child > .text{
|
---|
| 97 | display:none;
|
---|
| 98 | }
|
---|
| 99 | .ace-thumbnails > li:hover > :first-child > .text{
|
---|
| 100 | display:block;
|
---|
| 101 | }
|
---|
| 102 | .ace-thumbnails > li > .tools{
|
---|
| 103 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000', GradientType=0) !important;
|
---|
| 104 | }
|
---|
| 105 | .ace-thumbnails > li > :first-child > .text{
|
---|
| 106 | filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000', GradientType=0) !important;
|
---|
| 107 | }
|
---|
| 108 |
|
---|
| 109 |
|
---|
| 110 | #cboxLoadingGraphic > [class*="icon-"] {
|
---|
| 111 | display:inline-block;
|
---|
| 112 | background:#FFF url('images/loading.gif') no-repeat center;
|
---|
| 113 | }
|
---|
| 114 | #cboxLoadingGraphic > [class*="icon-"]:before {
|
---|
| 115 | display:none;
|
---|
| 116 | }
|
---|
| 117 |
|
---|
| 118 | .widget-box-overlay > [class*="icon-"] {
|
---|
| 119 | display:inline-block;
|
---|
| 120 | width:24px; height:24px;
|
---|
| 121 | margin-left:46%;
|
---|
| 122 | background:transparent url('images/loading.gif') no-repeat center;
|
---|
| 123 | }
|
---|
| 124 | .widget-box-overlay > [class*="icon-"]:before {
|
---|
| 125 | display:none;
|
---|
| 126 | }
|
---|
| 127 |
|
---|
| 128 |
|
---|
| 129 | .btn.btn-app.btn-light {
|
---|
| 130 | border: 1px solid #D9D9D9;
|
---|
| 131 | }
|
---|
| 132 | .btn.btn-app.btn-yellow {
|
---|
| 133 | border: 1px solid #FEE188;
|
---|
| 134 | }
|
---|
| 135 |
|
---|
| 136 |
|
---|
| 137 |
|
---|
| 138 |
|
---|
| 139 | .grid3 {
|
---|
| 140 | width:31%;
|
---|
| 141 | }
|
---|
| 142 | .grid4 {
|
---|
| 143 | width:23%;
|
---|
| 144 | }
|
---|
| 145 |
|
---|
| 146 | .itemdiv.dialogdiv > .body:before{
|
---|
| 147 | display:none;
|
---|
| 148 | }
|
---|
| 149 |
|
---|
| 150 | .fc-event-hori, .fc-event-vert {
|
---|
| 151 | border:none !important;
|
---|
| 152 | }
|
---|
| 153 |
|
---|
| 154 |
|
---|
| 155 | [class*="tab-color-"] .nav-tabs > li > a > [class*="icon-"]:first-child{
|
---|
| 156 | color:#666 !important;
|
---|
| 157 | }
|
---|
| 158 |
|
---|
| 159 |
|
---|
| 160 | .dropdown-preview > .dropdown-menu {
|
---|
| 161 | *width: 180px;
|
---|
| 162 | }
|
---|
| 163 |
|
---|
| 164 | /*jquery ui*/
|
---|
| 165 | .ui-datepicker , .ui-autocomplete , .ui-menu{
|
---|
| 166 | border:1px solid #CCC;
|
---|
| 167 | }
|
---|
| 168 | .ui-widget-overlay {
|
---|
| 169 | filter:alpha(opacity=100) !important;
|
---|
| 170 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44000000', endColorstr='#44000000',GradientType=0 ) !important;
|
---|
| 171 | }
|
---|
| 172 |
|
---|
| 173 |
|
---|
| 174 | .message-content {
|
---|
| 175 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 ) !important;
|
---|
| 176 | }
|
---|
| 177 |
|
---|
| 178 |
|
---|
| 179 |
|
---|
| 180 | /* semi transparent gritter backgrounds */
|
---|
| 181 | .gritter-item-wrapper {
|
---|
| 182 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA323232', endColorstr='#EA323232',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 183 | }
|
---|
| 184 | .gritter-item-wrapper.gritter-info {
|
---|
| 185 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA315185', endColorstr='#EA315185',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 186 | }
|
---|
| 187 | .gritter-item-wrapper.gritter-error {
|
---|
| 188 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA992812', endColorstr='#EA992812',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 189 | }
|
---|
| 190 | .gritter-item-wrapper.gritter-success {
|
---|
| 191 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA59834B', endColorstr='#EA59834B',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 192 | }
|
---|
| 193 | .gritter-item-wrapper.gritter-warning {
|
---|
| 194 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EABE701F', endColorstr='#EABE701F',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 195 | }
|
---|
| 196 |
|
---|
| 197 | .gritter-item-wrapper.gritter-light {
|
---|
| 198 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F5F5F5', endColorstr='#F2F5F5F5',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 199 | }
|
---|
| 200 | .gritter-info.gritter-light {
|
---|
| 201 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2E8F2FF', endColorstr='#F2E8F2FF',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 202 | }
|
---|
| 203 | .gritter-error.gritter-light {
|
---|
| 204 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FFEBEB', endColorstr='#F2FFEBEB',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 205 | }
|
---|
| 206 | .gritter-success.gritter-light {
|
---|
| 207 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2EFFAE3', endColorstr='#F2EFFAE3',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 208 | }
|
---|
| 209 | .gritter-warning.gritter-light {
|
---|
| 210 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FCF8E3', endColorstr='#F2FCF8E3',GradientType=0 ) !important; /* IE6-9 */
|
---|
| 211 | }
|
---|
| 212 |
|
---|
| 213 |
|
---|
| 214 |
|
---|
| 215 |
|
---|
| 216 | .widget-header .wysiwyg-toolbar .btn-group > .btn , .widget-body .md-header .btn {
|
---|
| 217 | background:transparent none !important;
|
---|
| 218 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40FFFFFF', endColorstr='#40FFFFFF',GradientType=0 ) !important;
|
---|
| 219 | }
|
---|
| 220 | .widget-header .wysiwyg-toolbar .btn-group > .btn.active , .widget-body .md-header .btn-inverse {
|
---|
| 221 | background:transparent none !important;
|
---|
| 222 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 ) !important;
|
---|
| 223 | }
|
---|
| 224 | .widget-body .md-header .btn , .widget-body .md-header .btn-inverse {
|
---|
| 225 | display:none;
|
---|
| 226 | }
|
---|
| 227 |
|
---|
| 228 | /*
|
---|
| 229 | //the plugin doesn't work in IE
|
---|
| 230 | .tag .close:hover {
|
---|
| 231 | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ) !important;
|
---|
| 232 | }
|
---|
| 233 | */
|
---|
| 234 |
|
---|
| 235 |
|
---|
| 236 |
|
---|
| 237 | /* a few skinny changes */
|
---|
| 238 | body.skin-3, .skin-3 .sidebar {
|
---|
| 239 | background-color:#D6D6D6;
|
---|
| 240 | }
|
---|
| 241 | .skin-3 .menu-min .nav-list > li.active > a {
|
---|
| 242 | background-color:#EEF8FF;
|
---|
| 243 | }
|
---|
| 244 |
|
---|
| 245 |
|
---|
| 246 | body.skin-2 , .skin-2 .sidebar{
|
---|
| 247 | background-color:#505050;
|
---|
| 248 | }
|
---|
| 249 | .skin-2 .nav-list > li:hover > a > span {
|
---|
| 250 | color:#FFF;
|
---|
| 251 | }
|
---|
| 252 | .skin-2 .nav-list > li:hover > a > [class*="icon-"]:first-child {
|
---|
| 253 | color:#FFF;
|
---|
| 254 | }
|
---|
| 255 | .skin-2 .menu-min .nav-list > li > a:hover > [class*="icon-"]:first-child {
|
---|
| 256 | color:#FFF;
|
---|
| 257 | }
|
---|
| 258 |
|
---|
| 259 |
|
---|
| 260 |
|
---|
| 261 | /* a few RTL changes */
|
---|
| 262 | .rtl .nav-list li.active > a:after {
|
---|
| 263 | border-left-color: transparent;
|
---|
| 264 | border-right-color: #0B6CBC;
|
---|
| 265 | }
|
---|
| 266 | .rtl.skin-1 .nav-list li.active > a:after {
|
---|
| 267 | border-right-color:#FFF;
|
---|
| 268 | border-left-color:transparent;
|
---|
| 269 | }
|
---|
| 270 | .rtl.skin-1 .menu-min .nav-list li.active:hover > a:after {
|
---|
| 271 | border-right-color:#242A2B;
|
---|
| 272 | }
|
---|
| 273 | .rtl.skin-2 .nav-list li.active > a:after {
|
---|
| 274 | border-right-color:#FFF;
|
---|
| 275 | border-left-color:transparent;
|
---|
| 276 | }
|
---|
| 277 | .rtl.skin-2 .menu-min .nav-list li.active:hover > a:after {
|
---|
| 278 | border-right-color:#292929;
|
---|
| 279 | border-left-color:transparent;
|
---|
| 280 | }
|
---|
| 281 | .rtl.skin-2 .nav-list li.active.open > .submenu > li.active > a:after {
|
---|
| 282 | border-right-color:#FFF;
|
---|
| 283 | border-left-color:transparent;
|
---|
| 284 | }
|
---|
| 285 | .rtl.skin-3 .nav-list li.active > a:after{
|
---|
| 286 | border-right-color:#FFF;
|
---|
| 287 | border-left-color:transparent;
|
---|
| 288 | }
|
---|
| 289 | .rtl.skin-3 .nav-list li.active > a:before {
|
---|
| 290 | border-right-color:#A4C6DD;
|
---|
| 291 | border-left-color:transparent;
|
---|
| 292 | }
|
---|