options.css 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. /* angular */
  2. .ng-hide {
  3. display: none !important;
  4. }
  5. /* helpers */
  6. .clear-padding {
  7. padding: 0 !important;
  8. }
  9. /* basic */
  10. a[role="button"] {
  11. cursor: pointer;
  12. }
  13. .form-control.ng-invalid {
  14. border-color: #a94442;
  15. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  16. }
  17. .form-control.ng-invalid:hover {
  18. border-color: #843534;
  19. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  20. }
  21. .disabled .btn {
  22. background-color: #ddd !important;
  23. border-color: #ccc !important;
  24. cursor: not-allowed !important;
  25. pointer-events: none !important;
  26. opacity: .65 !important;
  27. box-shadow: none !important;
  28. }
  29. /* profile */
  30. .virtual-profile-icon {
  31. border: dotted 1px;
  32. margin: -1px;
  33. }
  34. .profile-inline {
  35. background-color: #eee;
  36. color: #333;
  37. padding: 0 5px;
  38. }
  39. /* omega-profile-select */
  40. .omega-profile-select {
  41. width: 100%;
  42. }
  43. .omega-profile-select .dropdown-menu > li > a {
  44. max-width: none !important;
  45. }
  46. .omega-profile-select .btn {
  47. width: 100%;
  48. display: block;
  49. text-align: left;
  50. text-align: initial;
  51. position: relative;
  52. padding-right: 25px;
  53. }
  54. .omega-profile-select .btn .caret {
  55. position: absolute;
  56. top: 50%;
  57. right: 12px;
  58. margin-top: -2px;
  59. vertical-align: middle;
  60. }
  61. .omega-profile-select .dropdown-menu {
  62. width: 100%;
  63. cursor: pointer;
  64. }
  65. .monospace {
  66. font-family: Menlo, Monaco, Consolas, "Courier New", monospace !important;
  67. }
  68. .width-initial {
  69. width: auto !important;
  70. width: initial !important;
  71. }
  72. .width-limit {
  73. max-width: 600px;
  74. }
  75. textarea.width-limit {
  76. max-width: 80%;
  77. }
  78. .width-limit-lg {
  79. max-width: 800px;
  80. }
  81. .width-limit-xl {
  82. max-width: 1000px;
  83. }
  84. .inline-form-control {
  85. display: inline-block;
  86. margin-right: 20px;
  87. margin-left: 20px;
  88. min-width: 50%;
  89. width: 50% !important;
  90. width: initial !important;
  91. }
  92. .no-min-width {
  93. min-width: 0 !important;
  94. }
  95. .align-initial {
  96. text-align: left;
  97. text-align: initial;
  98. }
  99. .opacity-half {
  100. opacity: .5 !important;
  101. }
  102. .opacity-0 {
  103. opacity: 0 !important;
  104. }
  105. ul.list-style-none,
  106. li.list-style-none {
  107. list-style: none;
  108. padding-left: 0;
  109. }
  110. .help-inline {
  111. margin-left: 10px;
  112. color: #595959;
  113. }
  114. .settings-group > * {
  115. margin-left: 30px;
  116. }
  117. .settings-group > h3 {
  118. margin-left: 0;
  119. }
  120. /* shepherd.js */
  121. .shepherd-element {
  122. z-index: 20;
  123. }
  124. .shepherd-active:before {
  125. content: " ";
  126. position: fixed;
  127. top: 0;
  128. bottom: 0;
  129. left: 0;
  130. right: 0;
  131. background-color: rgba(0, 0, 0, 0.5);
  132. z-index: 10;
  133. }
  134. .shepherd-active .switch-rules {
  135. position: relative;
  136. background-color: #7f7f7f;
  137. z-index: 11;
  138. }
  139. .shepherd-active .switch-rules,
  140. .shepherd-active .switch-rules th,
  141. .shepherd-active .switch-rules td,
  142. .shepherd-active .switch-rules tbody {
  143. border-color: #6e6e6e !important;
  144. }
  145. .shepherd-active .switch-rules .btn {
  146. opacity: .5;
  147. }
  148. .shepherd-active .switch-rules .form-control,
  149. .shepherd-active .switch-rules .btn-default {
  150. background-color: #7f7f7f;
  151. border-color: #6e6e6e;
  152. opacity: 1;
  153. }
  154. .shepherd-active .switch-rules .shepherd-enabled {
  155. background-color: #fff;
  156. border-color: #ddd !important;
  157. }
  158. .shepherd-active .switch-rules .shepherd-enabled,
  159. .shepherd-active .switch-rules .shepherd-enabled td,
  160. .shepherd-active .switch-rules .shepherd-enabled tbody {
  161. border-color: #ddd !important;
  162. }
  163. .shepherd-active .switch-rules .shepherd-enabled .btn {
  164. opacity: 1;
  165. }
  166. .shepherd-active .switch-rules .shepherd-enabled .form-control,
  167. .shepherd-active .switch-rules .shepherd-enabled .btn-default {
  168. background-color: #fff;
  169. border-color: #ddd;
  170. }
  171. .shepherd-active .condition-help-section {
  172. position: relative;
  173. z-index: 11;
  174. background-color: #fff;
  175. }
  176. .shepherd-active:not([data-shepherd-step="fixed-servers-step"]) .side-nav {
  177. position: absolute;
  178. overflow: visible;
  179. bottom: 0;
  180. }
  181. .shepherd-active:not([data-shepherd-step="fixed-servers-step"]) .shepherd-enabled > a {
  182. color: #428bca;
  183. background-color: #fff;
  184. }
  185. .shepherd-active[data-shepherd-step="switch-default-step"] .sort-bar {
  186. position: relative;
  187. z-index: 11;
  188. background-color: #ffc;
  189. }
  190. .shepherd-enabled {
  191. position: relative;
  192. z-index: 11;
  193. }
  194. .shepherd-enabled.fixed-servers {
  195. background-color: #fff;
  196. }
  197. .fixed-top-right {
  198. position: fixed !important;
  199. top: 0 !important;
  200. right: 0 !important;
  201. left: auto !important;
  202. bottom: auto !important;
  203. -webkit-transform: none !important;
  204. transform: none !important;
  205. }
  206. /* alert */
  207. .alert-top-wrapper {
  208. z-index: 100;
  209. position: fixed;
  210. top: 0;
  211. left: 0;
  212. right: 0;
  213. width: 100%;
  214. display: inline-block !important;
  215. transition: -webkit-transform .5s, opacity .5s;
  216. transition: transform .5s, opacity .5s;
  217. transition: -webkit-transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s, opacity cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  218. transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.5s, opacity cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
  219. pointer-events: none;
  220. text-align: center;
  221. }
  222. .alert-top-wrapper.ng-hide {
  223. -webkit-transform: translateY(-100%);
  224. transform: translateY(-100%);
  225. opacity: 0;
  226. }
  227. .alert-top-wrapper * {
  228. pointer-events: auto;
  229. pointer-events: initial;
  230. text-align: left;
  231. text-align: initial;
  232. }
  233. .alert-top-wrapper .alert {
  234. display: inline-block;
  235. min-width: 400px;
  236. margin-bottom: 0;
  237. }
  238. @media (max-width: 767px) {
  239. .alert-top-wrapper .alert {
  240. min-width: 80%;
  241. }
  242. }
  243. /* body */
  244. html {
  245. height: 100%;
  246. }
  247. body {
  248. min-height: 100%;
  249. }
  250. .modal-backdrop {
  251. position: fixed;
  252. bottom: 0;
  253. }
  254. h1 {
  255. color: #5c6166;
  256. font-size: 1.7em;
  257. font-weight: bold;
  258. margin-bottom: 1.5em;
  259. }
  260. .side-nav {
  261. position: fixed;
  262. height: 100%;
  263. overflow: auto;
  264. }
  265. @media (max-width: 767px) {
  266. .side-nav {
  267. position: static;
  268. height: auto;
  269. height: initial;
  270. }
  271. }
  272. .side-nav .nav-pills > li > a {
  273. padding: 8px 15px;
  274. }
  275. @media (max-height: 767px) {
  276. .side-nav .nav-pills > li > a {
  277. padding: 5px 15px;
  278. }
  279. }
  280. .side-nav .nav-pills > li > a.btn-success:hover {
  281. color: #fff;
  282. background-color: #449d44;
  283. border-color: #398439;
  284. }
  285. main {
  286. padding-top: 85px;
  287. padding-bottom: 20px;
  288. }
  289. main .page-header {
  290. margin: 0;
  291. padding: 20px 60px 20px 0;
  292. position: fixed;
  293. top: 0;
  294. width: inherit;
  295. background-color: rgba(255, 255, 255, 0.6);
  296. background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.6));
  297. max-height: 85px;
  298. z-index: 3;
  299. }
  300. main .page-header h2 {
  301. margin: 0;
  302. }
  303. @media (max-width: 767px) {
  304. main {
  305. padding-top: 0;
  306. }
  307. main .page-header {
  308. position: static;
  309. max-height: none;
  310. }
  311. }
  312. main .ng-enter {
  313. opacity: 0;
  314. transition: opacity .5s;
  315. }
  316. main .ng-enter-active {
  317. opacity: 1;
  318. }
  319. #ngProgress-container {
  320. position: fixed;
  321. top: 0;
  322. width: 100%;
  323. }
  324. .divider {
  325. height: 1px;
  326. margin: 9px 1px;
  327. overflow: hidden;
  328. background-color: #e5e5e5;
  329. }
  330. .nav-header {
  331. margin-right: -15px !important;
  332. margin-left: -15px !important;
  333. display: block;
  334. padding: 3px 15px;
  335. font-size: 11px;
  336. font-weight: bold;
  337. line-height: 20px;
  338. color: #999;
  339. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  340. text-transform: uppercase;
  341. }
  342. #restore-local-file {
  343. position: absolute;
  344. visibility: hidden;
  345. }
  346. .virtual-profile-icon {
  347. border: dotted 1px;
  348. margin: -1px;
  349. }
  350. .profile-actions {
  351. float: right;
  352. }
  353. .profile-name {
  354. overflow: hidden;
  355. text-overflow: ellipsis;
  356. white-space: nowrap;
  357. }
  358. .profile-color-editor {
  359. display: inline-block;
  360. float: left;
  361. margin-right: 10px;
  362. }
  363. .profile-color-editor input[type="color"] {
  364. height: 30px;
  365. width: 30px;
  366. padding: 0;
  367. border: none;
  368. background: none;
  369. }
  370. .profile-color-editor input[type="color"]::-webkit-color-swatch-wrapper {
  371. padding: 0;
  372. }
  373. .profile-color-editor .sp-replacer {
  374. padding: 0;
  375. border: none;
  376. }
  377. .profile-color-editor .sp-preview,
  378. .profile-color-editor .profile-color-editor-fake {
  379. margin-right: 0;
  380. height: 30px;
  381. width: 30px;
  382. border: solid 1px #222;
  383. }
  384. .profile-color-editor .sp-dd {
  385. display: none;
  386. }
  387. @media (min-width: 768px) {
  388. .table-responsive {
  389. overflow: visible;
  390. }
  391. }
  392. @media (max-width: 767px) {
  393. .table-responsive .dropdown-menu {
  394. position: static !important;
  395. }
  396. }
  397. .fixed-servers td,
  398. .switch-rules td {
  399. vertical-align: middle !important;
  400. }
  401. .condition-help dl {
  402. margin-left: 5px;
  403. padding-left: 10px;
  404. border-left: solid 1px #ccc;
  405. }
  406. .condition-help dt {
  407. font-size: 1.2em;
  408. }
  409. .condition-help dd {
  410. padding-left: 20px;
  411. }
  412. .close-condition-help {
  413. float: none !important;
  414. margin-left: 15px !important;
  415. opacity: 1 !important;
  416. }
  417. .close-condition-help:hover,
  418. .close-condition-help:active {
  419. color: #444 !important;
  420. }
  421. .switch-attached > tr > td {
  422. background-color: #f9f9f9;
  423. }
  424. .shepherd-active .switch-attached > tr > td {
  425. background-color: transparent;
  426. }
  427. .switch-attached > tr > td:first-child {
  428. text-align: center;
  429. }
  430. .fixed-show-advanced td {
  431. background-color: transparent !important;
  432. }
  433. .fixed-show-advanced .btn-link {
  434. padding: 0;
  435. }
  436. .proxy-actions {
  437. text-align: center;
  438. padding: 0 !important;
  439. }
  440. .proxy-auth-toggle {
  441. padding: 5px 7px !important;
  442. }
  443. .host-levels-details input {
  444. width: auto !important;
  445. width: initial !important;
  446. display: inline-block;
  447. }
  448. .sort-bar {
  449. width: 1em;
  450. text-align: center;
  451. cursor: move;
  452. }
  453. .switch-rule-row td.has-icon > .form-control {
  454. display: inline-block;
  455. width: calc(100% - 1.5em);
  456. }
  457. .switch-rule-row td.has-icon > .icon-wrapper {
  458. display: block;
  459. float: right;
  460. line-height: 34px;
  461. }
  462. .cycle-profile-container {
  463. list-style-type: none;
  464. min-height: 20px;
  465. display: inline-block;
  466. min-width: 40%;
  467. padding: 0;
  468. border: solid 1px #abc;
  469. }
  470. .cycle-profile-container li {
  471. display: block;
  472. margin: 10px;
  473. padding: 5px;
  474. cursor: move;
  475. background-color: #ddd;
  476. }
  477. .cycle-profile-container.cycle-enabled li {
  478. background-color: #e4ffcd;
  479. }
  480. .modal-body .well:last-child {
  481. margin-bottom: 0;
  482. }