for trello
trello.com by sibche2013
Details
Authorsibche2013
LicenseNo License
Categoryfor trello
Created
Updated
Size820 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
for trello
Source code
/* ==UserStyle==
@name trello.com
@version 20220326.06.09
@namespace userstyles.world/user/sibche2013
@description for trello
@author sibche2013
@license No License
==/UserStyle== */
@-moz-document domain("trello.com/*") {
* :not([class *="icon-"]) {
font-family: B Yekan !important;
font-size: 15px
}
input,
textarea,
.js-checkitem-name {
display: block;
direction: rtl !important;
text-align: right !important;
}
a.action-card {
direction: rtl;
display: block!important;
text-align: right;
}
.list-card-title {
padding: 7px !important;
padding-bottom: 15px !important;
}
.checklist-item-details-text {
text-align: right !important;
direction: rtl !important;
}
.checklist-item-checkbox{
right:0 !important;
left:unset !important;
}
}