ace-ie.css 11 KB

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