Last active
August 22, 2017 10:37
-
-
Save fatihturan/41de00e19364fa5b3f588626ed129487 to your computer and use it in GitHub Desktop.
Trello Webcatalog CSS/JS Injection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html, body { | |
-webkit-font-smoothing: antialiased; | |
} | |
.body-board-view .list-card-labels .card-label | |
{ | |
font-weight: bold; | |
color: #fff !important; | |
text-transform: uppercase; | |
letter-spacing: 0.1em !important; | |
line-height: 14px !important; | |
height: auto !important; | |
padding: 2px 6px !important; | |
margin-right: 5px !important; | |
width: auto !important; | |
text-shadow: none !important; | |
font-size: 8px !important; | |
opacity: .8 !important; | |
margin-left: 0 !important; | |
} | |
.body-board-view .list-card-labels | |
{ | |
display: flex !important; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(“html”).attr(“lang”, “tr”); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment