Make the thicc borders thin in AWS Console
No Thicc Borders by colinbr96
Details
Authorcolinbr96
LicenseMIT
Categoryconsole.aws.amazon.com
Created
Updated
Size941 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}