Skip to content

MS Power Automate by mriostamez

Screenshot of MS Power Automate

Details

Authormriostamez

LicenseNo License

Categorymake.powerautomate.com

Created

Updated

Code size1.4 kB

Code checksumd5f0c672

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For Power Automate new editor, make it look like the old editor.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           powerautomate.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("powerautomate.com") {

    /*box-shadow: 5px 15px 15px -3px rgba(0, 0, 0, 0.1);*/
    /*     [role = "rowheader"] {
        background-color: #fafbfc;
        
    } */
    [role = "rowheader"].is-row-header {
        width: 920px !important;
    }

    .fields-679 {
        width: 75%;
    }

    [role = "row"].ms-FocusZone.css-364.ms-DetailsHeader.root-622 {
        background-color: #dcedfe !important;
        display: flex;
    }

    /*   Inside Boxes icons   */
    .fq4mcun {
        width: 40px;
    }
    .frvgh55 {
        height: 40px;
    }

    .fuhszl1 {
        color: rgb(214, 16, 148);
    }

    /*     In dark boxes */
    /*     .f1b8mhjz {
        color: rgb(221 30 30);
    } */
    /*     arrows */
    .f1sz54gu .react-flow__edge-path {
        stroke-width: 4 !important;
    }

    /*     Note icons */
    [role = "img"] {
        line-height: 32px !important;
        font-size: 22px;
    }


    /*     Scope Color Change */
    [name = "MAIN PROCESS"],
    [name = "ERROR HANDLER"],
    .f9k410n {
        --brand-color: #dfff19 !important;
        color: #323232;
        /*         border: 4px solid #323232; */
    }

    .___1dw5z7f {
        border: 4px solid #323232;
    }
}

Reviews

No reviews yet.