ace-ie.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. /* a few ie8/9 specific changes */
  2. .navbar .navbar-inner , .navbar .btn-navbar {
  3. filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  4. }
  5. .dropdown-menu li > a,
  6. .dropdown-submenu > a {
  7. filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  8. }
  9. .btn {
  10. filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  11. }
  12. .progress , .progress .bar {
  13. filter:progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  14. }
  15. #cboxLoadingGraphic > .ace-icon, #cboxLoadingGraphic > .fa , #cboxLoadingGraphic > .glyphicon {
  16. display:inline-block;
  17. background:#FFF url('images/loading.gif') no-repeat center;
  18. }
  19. #cboxLoadingGraphic > .ace-icon:before, #cboxLoadingGraphic > .fa:before, #cboxLoadingGraphic > .glyphicon:before {
  20. display:none;
  21. }
  22. .widget-box-overlay > .loading-icon {
  23. display:inline-block;
  24. width:24px;
  25. height:24px;
  26. background:transparent url('images/loading.gif') no-repeat center;
  27. }
  28. .widget-box-overlay > .loading-icon:before {
  29. display:none;
  30. }
  31. @media (max-width: 991px) {
  32. .sidebar.responsive {
  33. display: none;
  34. }
  35. .sidebar.responsive.display {
  36. display: block;
  37. }
  38. }
  39. .profile-user-info { width: 98%; }
  40. .wysiwyg-toolbar .dropdown-menu { min-width: 260px; }
  41. .modal.modal-contained {
  42. position: absolute !important;
  43. }
  44. /* IE9 and below have an issue with left & right borders and RTL */
  45. .rtl .sidebar .nav-list li.active > a:before, .rtl .sidebar .nav-list li.active > a:after {
  46. direction: ltr;
  47. text-align: left;
  48. }
  49. .rtl .sidebar .nav-list li > .arrow {
  50. direction: ltr;
  51. text-align: left;
  52. }
  53. /* following is for ie8 only */
  54. @media \0screen {
  55. html {
  56. /* to fix it when inside iframe */
  57. position: absolute;
  58. width: 100%;
  59. }
  60. body {
  61. background-color: #E9E9E9;
  62. }
  63. .sidebar-fixed:before {
  64. left: 0;
  65. }
  66. /* it doesn't show up in ie8, so let's make it visible at least when inside .container */
  67. .sidebar .nav-list > li:before {
  68. z-index: 4444;
  69. left: -3px;
  70. }
  71. .nav-list > li > .submenu li.open > a > .menu-icon {
  72. display: inline-block;
  73. }
  74. .ace-nav > li.white-opaque {
  75. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 );
  76. }
  77. .ace-nav > li.dark-opaque {
  78. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
  79. }
  80. .ace-nav > li.transparent > a:hover,
  81. .ace-nav > li.transparent > a:focus,
  82. .ace-nav > li.open.transparent > a {
  83. background-color: transparent !important;
  84. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 );
  85. }
  86. .ace-nav > li.light-10 > a {
  87. background-color: transparent !important;
  88. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19FFFFFF', endColorstr='#19FFFFFF',GradientType=0 );
  89. }
  90. .ace-nav > li.light-10 > a:hover, .ace-nav > li.light-10 > a:focus, .ace-nav > li.open.light-10 > a {
  91. background-color: transparent !important;
  92. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 ) !important;
  93. }
  94. .ace-nav > li.dark-10 > a {
  95. background-color: transparent !important;
  96. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 );
  97. }
  98. .ace-nav > li.dark-10 > a:hover, .ace-nav > li.dark-10 > a:focus, .ace-nav > li.open.dark-10 > a {
  99. background-color: transparent !important;
  100. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 );
  101. }
  102. .navbar .navbar-nav > li > a:hover,
  103. .navbar .navbar-nav > li > a:focus,
  104. .navbar .navbar-nav > li.open > a {
  105. background-color: transparent !important;
  106. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19000000', endColorstr='#19000000',GradientType=0 ) !important;
  107. }
  108. .infobox-dark > .badge {
  109. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33FFFFFF', endColorstr='#33FFFFFF',GradientType=0 ) !important;
  110. }
  111. .widget-box-overlay {
  112. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#55000000',GradientType=0 ) !important;
  113. }
  114. .widget-toolbar-light {
  115. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D8FFFFFF', endColorstr='#D8FFFFFF',GradientType=0 ) !important;
  116. }
  117. input[type=checkbox].ace , input[type=radio].ace,
  118. label input[type=checkbox].ace , label input[type=radio].ace,
  119. input[type=checkbox].ace.ace-switch , input[type=radio].ace.ace-switch,
  120. label input[type=checkbox].ace.ace-switch , label input[type=radio].ace.ace-switch
  121. {
  122. position: static !important;
  123. width: auto !important;
  124. height: auto !important;
  125. z-index: auto !important;
  126. }
  127. input[type=checkbox].ace + .lbl, input[type=radio].ace + .lbl,
  128. input[type=checkbox].ace ~ .lbl, input[type=radio].ace ~ .lbl {
  129. min-height: auto !important;
  130. min-width: auto !important;
  131. width: auto !important;
  132. height: auto !important;
  133. position: static !important;
  134. }
  135. input[type=checkbox].ace.ace-switch {
  136. width: auto !important;
  137. }
  138. input[type=checkbox].ace.ace-switch + .lbl,
  139. input[type=checkbox].ace.ace-switch ~ .lbl {
  140. margin: 0 !important;
  141. min-height: auto !important;
  142. }
  143. .checkbox label input.ace[type="checkbox"] + .lbl,
  144. .radio label input.ace[type="radio"] + .lbl,
  145. .checkbox label input.ace[type="checkbox"] ~ .lbl,
  146. .radio label input.ace[type="radio"] ~ .lbl {
  147. margin-left: auto;
  148. }
  149. [class*="input-"] {
  150. max-width: none !important;
  151. }
  152. .wizard-steps li:first-child:before {
  153. max-width:100%;
  154. left:0;
  155. }
  156. .login-layout .widget-box {
  157. display:none;
  158. visibility:visible;
  159. position:static;
  160. }
  161. .login-layout .widget-box.visible {
  162. display:block;
  163. }
  164. .pricing-box-small:hover {
  165. left:-1px;
  166. top:-3px;
  167. }
  168. .ace-thumbnails > li > a > img{
  169. width:auto !important;
  170. }
  171. .ace-thumbnails > li > :first-child > .text{
  172. display:none;
  173. }
  174. .ace-thumbnails > li:hover > :first-child > .text{
  175. display:block;
  176. }
  177. .ace-thumbnails > li > .tools{
  178. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000', GradientType=0) !important;
  179. }
  180. .ace-thumbnails > li > :first-child > .text{
  181. filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000', GradientType=0) !important;
  182. }
  183. .btn.btn-app.btn-light {
  184. border: 1px solid #D9D9D9;
  185. }
  186. .btn.btn-app.btn-yellow {
  187. border: 1px solid #FEE188;
  188. }
  189. .widget-box-overlay {
  190. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55000000', endColorstr='#55000000',GradientType=0 ) !important;
  191. }
  192. .ace-file-overlay {
  193. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F000000', endColorstr='#7F000000',GradientType=0 ) !important;
  194. }
  195. .ace-file-overlay > .ace-icon, .ace-file-overlay > .fa, .ace-file-overlay > .glyphicon {
  196. display: inline-block;
  197. width: 32px;
  198. height: 32px;
  199. background: transparent url('images/loading.gif') no-repeat center;
  200. }
  201. .ace-file-overlay > .ace-icon:before, .ace-file-overlay > .fa:before, .ace-file-overlay > .glyphicon:before {
  202. display: none;
  203. }
  204. .grid3 {
  205. width:31%;
  206. }
  207. .grid4 {
  208. width:23%;
  209. }
  210. .itemdiv.dialogdiv > .body:before{
  211. display:none;
  212. }
  213. .fc-event-hori, .fc-event-vert {
  214. border-width: 0 !important;
  215. }
  216. [class*="tab-color-"] .nav-tabs > li > a > .ace-icon:first-child,
  217. [class*="tab-color-"] .nav-tabs > li > a > .fa:first-child
  218. {
  219. color: #666 !important;
  220. }
  221. .dropdown-preview > .dropdown-menu {
  222. *width: 180px;
  223. }
  224. /*jquery ui*/
  225. .ui-datepicker , .ui-autocomplete , .ui-menu{
  226. border:1px solid #CCC;
  227. }
  228. .ui-widget-overlay {
  229. filter:alpha(opacity=100) !important;
  230. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44000000', endColorstr='#44000000',GradientType=0 ) !important;
  231. }
  232. .message-content {
  233. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CCFFFFFF', endColorstr='#CCFFFFFF',GradientType=0 ) !important;
  234. }
  235. /* semi transparent gritter backgrounds */
  236. .gritter-item-wrapper {
  237. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA323232', endColorstr='#EA323232',GradientType=0 ) !important; /* IE6-9 */
  238. }
  239. .gritter-item-wrapper.gritter-info {
  240. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA315185', endColorstr='#EA315185',GradientType=0 ) !important; /* IE6-9 */
  241. }
  242. .gritter-item-wrapper.gritter-error {
  243. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA992812', endColorstr='#EA992812',GradientType=0 ) !important; /* IE6-9 */
  244. }
  245. .gritter-item-wrapper.gritter-success {
  246. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA59834B', endColorstr='#EA59834B',GradientType=0 ) !important; /* IE6-9 */
  247. }
  248. .gritter-item-wrapper.gritter-warning {
  249. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EABE701F', endColorstr='#EABE701F',GradientType=0 ) !important; /* IE6-9 */
  250. }
  251. .gritter-item-wrapper.gritter-light {
  252. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2F5F5F5', endColorstr='#F2F5F5F5',GradientType=0 ) !important; /* IE6-9 */
  253. }
  254. .gritter-info.gritter-light {
  255. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2E8F2FF', endColorstr='#F2E8F2FF',GradientType=0 ) !important; /* IE6-9 */
  256. }
  257. .gritter-error.gritter-light {
  258. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FFEBEB', endColorstr='#F2FFEBEB',GradientType=0 ) !important; /* IE6-9 */
  259. }
  260. .gritter-success.gritter-light {
  261. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2EFFAE3', endColorstr='#F2EFFAE3',GradientType=0 ) !important; /* IE6-9 */
  262. }
  263. .gritter-warning.gritter-light {
  264. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2FCF8E3', endColorstr='#F2FCF8E3',GradientType=0 ) !important; /* IE6-9 */
  265. }
  266. .widget-header .wysiwyg-toolbar .btn-group > .btn , .widget-body .md-header .btn {
  267. background:transparent none !important;
  268. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40FFFFFF', endColorstr='#40FFFFFF',GradientType=0 ) !important;
  269. }
  270. .widget-header .wysiwyg-toolbar .btn-group > .btn.active , .widget-body .md-header .btn-inverse {
  271. background:transparent none !important;
  272. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#40000000',GradientType=0 ) !important;
  273. }
  274. .widget-body .md-header .btn , .widget-body .md-header .btn-inverse {
  275. display:none;
  276. }
  277. .scroller-bar , .scroller-active .scroller-bar {
  278. display: none;
  279. }
  280. .scroller-active:hover .scroller-bar,
  281. .scroller-active .scroller-bar.active,
  282. .scroller-active .scroller-bar:active,
  283. .nav-wrap:hover + .scroller-active .scroller-bar {
  284. display: block;
  285. }
  286. .ace-settings-box {
  287. display: none;
  288. }
  289. .ace-settings-box.open {
  290. display: block;
  291. }
  292. [data-toggle="buttons"] > .btn > input[type="radio"],
  293. [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  294. display: none;
  295. }
  296. .aside.aside-hidden.aside-vc .modal-dialog {
  297. width: 0;
  298. }
  299. .aside.aside-hidden.aside-hz .modal-dialog {
  300. height: 0;
  301. }
  302. .btn-group > .btn-app:first-child {
  303. margin-right: 24px;
  304. }
  305. .btn-group > .btn-app.dropdown-toggle:first-child {
  306. margin-right: auto;
  307. }
  308. .sidebar .submenu.sub-scroll {
  309. overflow-y: auto;
  310. }
  311. }