@@ -2420,31 +2420,23 @@ form#vstobjects.suspended {
24202420 z-index : -1 ;
24212421}
24222422
2423+ /* Badge component
2424+ ========================================================================== */
2425+
24232426.badge {
24242427 display : inline-block;
2425- min-width : 24 px ;
2428+ min-width : 26 px ;
24262429 min-height : 24px ;
24272430 line-height : 24px ;
24282431 border-radius : 50% ;
24292432 font-weight : 700 ;
24302433 font-size : 0.75rem ;
24312434 box-shadow : 0 1px 2px rgb (70 70 70 / 50% ), inset 0 2px 2px # fff ;
2432- text-shadow : 0 1px 2px rgb (0 0 0 / 50% );
2433- border : 1px solid # b8b8b8 !important ;
2434- }
2435-
2436- .badge .large {
2437- min-width : 48px ;
2438- min-height : 48px ;
2439- line-height : 48px ;
2440- }
2441-
2442- .badge .raised {
2443- background : radial-gradient (
2444- ellipse at center,
2445- rgb (255 255 255 / 20% ) 0% ,
2446- rgb (255 255 255 / 5% ) 100%
2447- );
2435+ color : # 6c6c6c ;
2436+ text-shadow : 0 1px # fafafa ;
2437+ border : 1px solid # b8b8b8 ;
2438+ background-color : # eaeaea ;
2439+ margin-top : -2px ;
24482440}
24492441
24502442.l-unit--suspended .badge {
@@ -2454,61 +2446,6 @@ form#vstobjects.suspended {
24542446 box-shadow : 0 1px 2px rgb (120 120 120 / 30% ) !important ;
24552447}
24562448
2457- .badge .gray {
2458- border : 1px solid # fff ;
2459- background-color : # eaeaea ;
2460- color : # 6c6c6c ;
2461- text-shadow : 0 1px # fafafa !important ;
2462- }
2463-
2464- .badge .blue {
2465- border : 1px solid # fff ;
2466- background-color : # 316198 ;
2467- color : # fff ;
2468- }
2469-
2470- .badge .purple {
2471- border : 1px solid # fff ;
2472- background-color : # 8e2fca ;
2473- color : # fff ;
2474- }
2475-
2476- .badge .teal {
2477- border : 1px solid # fff ;
2478- background-color : # 3cc ;
2479- color : # fff ;
2480- }
2481-
2482- .badge .maroon {
2483- border : 1px solid # fff ;
2484- background-color : # c36 ;
2485- color : # fff ;
2486- }
2487-
2488- .badge .red {
2489- border : 1px solid # fff ;
2490- background-color : # f33 ;
2491- color : # fff ;
2492- }
2493-
2494- .badge .orange {
2495- border : 1px solid # fff ;
2496- background-color : # f6a800 ;
2497- color : # fff ;
2498- }
2499-
2500- .badge .green {
2501- border : 1px solid # fff ;
2502- background-color : # 53ba55 ;
2503- color : # fff ;
2504- }
2505-
2506- .badge .lightblue {
2507- border : 1px solid # fff ;
2508- background-color : # 6eb6f0 ;
2509- color : # fff ;
2510- }
2511-
25122449.status-icon .large {
25132450 font-size : 1rem ;
25142451}
@@ -2573,7 +2510,7 @@ form#vstobjects.suspended {
25732510 text-shadow : 0 !important ;
25742511}
25752512
2576- .helper-container {
2513+ .cron- helper-container {
25772514 float : right;
25782515 margin-bottom : -450px ;
25792516 margin-top : 202px ;
@@ -2589,83 +2526,48 @@ form#vstobjects.suspended {
25892526 }
25902527}
25912528
2592- .context-helper {
2593- text-transform : uppercase;
2594- color : # 777 ;
2595- font-size : 0.8rem ;
2596- cursor : pointer;
2597- font-weight : 600 ;
2598- float : right;
2599-
2600- & : hover {
2601- color : # 3b9de8 ;
2602- }
2603-
2604- & : active {
2605- color : # c36 ;
2606- }
2607- }
2608-
26092529.cron-helper-tabs {
26102530 border : none !important ;
26112531 font-family : Exo, system-ui !important ;
2612- }
26132532
2614- .cron-helper-tabs a {
2615- color : # 777 ;
2616- font-weight : 600 ;
2617- line-height : 30px ;
2618- padding : 0 12px ;
2619- text-transform : uppercase;
2620- }
2621-
2622- .cron-helper-tabs a : hover {
2623- color : # c36 ;
2624- }
2625-
2626- .cron-helper-tabs a : active {
2627- color : # 3b9de8 ;
2628- }
2629-
2630- .cron-helper-tabs .ui-tabs-selected a ,
2631- li [aria-expanded = "true" ] a {
2632- color : # c36 ;
2633- }
2634-
2635- .cron-helper-tabs .form-label {
2636- padding-right : 15px ;
2637- padding-left : 25px ;
2638- }
2533+ & a {
2534+ color : # 777 ;
2535+ font-weight : 600 ;
2536+ line-height : 30px ;
2537+ padding : 0 12px ;
2538+ text-transform : uppercase;
26392539
2640- .cron-helper-tabs .form-label .first {
2641- display : inline-block;
2642- width : 120px ;
2643- padding-left : 0 ;
2644- }
2540+ & : hover {
2541+ color : # c36 ;
2542+ }
26452543
2646- . cron-helper-tabs . form-select {
2647- display : inline-block ;
2648- width : 384 px ;
2649- }
2544+ & : active {
2545+ color : # 3b9de8 ;
2546+ }
2547+ }
26502548
2651- .context-helper-close {
2652- cursor : pointer;
2653- float : right;
2654- size : 46px 32px ;
2655- padding-top : 11px ;
2656- filter : contrast (50% );
2549+ & .form-label {
2550+ padding-right : 15px ;
2551+ padding-left : 25px ;
26572552
2658- & : hover {
2659- background-color : # aaa ;
2660- filter : none;
2553+ & .first {
2554+ display : inline-block;
2555+ width : 120px ;
2556+ padding-left : 0 ;
2557+ }
26612558 }
26622559
2663- & : active {
2664- background-color : # 999 ;
2665- filter : none ;
2560+ & . form-select {
2561+ display : inline-block ;
2562+ width : 384 px ;
26662563 }
26672564}
26682565
2566+ .cron-helper-tabs .ui-tabs-selected a ,
2567+ .ui-tabs-tab [aria-expanded = "true" ] a {
2568+ color : # c36 ;
2569+ }
2570+
26692571.server-console-output {
26702572 color : # c36 ;
26712573 padding : 10px 0 20px 20px ;
0 commit comments