Skip to content

Lighthouse - Button Rounding by terralith-site

Details

Authorterralith-site

LicenseNo License

Categoryhttps://www.writelighthouse.com/

Created

Updated

Code size636 B

Code checksumd28c0fcb

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Rounds the buttons :)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Lighthouse - Button Rounding
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("writelighthouse.com") {
        .editbtn {
        border-radius: 0.25em 0em 0em 0.25em;
    }
    
    .deletebtn {
        border-radius: 0em 0.25em 0.25em 0em;
    }
    
    .linkbutton, #tbutton, .polaroid, .systembutton, button, input[type="submit"], input[type="reset"], blockquote {
    border-radius: 0.25em;
    }
    
    #sysList > li:not(:last-child) {
  border-bottom: 3px double var(--col2);
    }
}

Reviews

No reviews yet.