Skip to content

No Thicc Borders by colinbr96

Screenshot of No Thicc Borders

Details

Authorcolinbr96

LicenseMIT

Categoryconsole.aws.amazon.com

Created

Updated

Code size941 B

Code checksum3ab6af70

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make the thicc borders thin in AWS Console

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           No Thicc Borders
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Make the thicc borders thin in AWS Console
@author         colinbr96
==/UserStyle== */
@-moz-document domain("console.aws.amazon.com") {
    *[class*='awsui_button_'],
    *[class^='awsui-date-time-range_'],
    *[class^='awsui_alert_'],
    *[class^='awsui_body-cell_'],
    *[class^='awsui_button-trigger_'],
    *[class^='awsui_dropdown-content_'],
    *[class^='awsui_input_'],
    *[class^='awsui_item-element_'],
    *[class^='awsui_root_'],
    *[class^='awsui_segment_'],
    *[class^='awsui_selectable-item_'],
    *[class^='awsui_selection-control_'],
    *[class^='awsui_textarea_'],
    *[class^='awsui_tile-container_'],
    *[class^='awsui_token-box'],
    *[class*='cwdb-status-polaris-'],
    *[class^='token_token_'] {
        border-width: 1px !important;
    }
}

Reviews

No reviews yet.