Persianization of Jira software
Desk.Dybo.ir by abnnajaf
Details
Authorabnnajaf
LicenseNo License
CategoryPersianization
Created
Updated
Size1.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name dybo.ir - 5/3/2023, 11:36:47 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("desk.dybo.ir") {
/* Insert code here... */
.ghx-issue-content .ghx-summary {
direction: rtl !important;
text-align: left !important;
}
.ghx-detail-summary dd#summary-val {
direction: rtl !important;
text-align: left !important;
}
.action-body.flooded {
direction: rtl !important;
text-align: left !important;
}
.aui.cv-requests-list td.cv-summary-cell {
direction: rtl !important;
text-align: left !important;
}
li .activity-item.request-fields.clearfix {
direction: rtl !important;
text-align: left !important;
}
textarea#description {
direction: rtl !important;
text-align: left !important;
}
h1#summary-val {
direction: rtl !important;
text-align: left !important;
}
.activity-item.request-fields.clearfix {
direction: rtl !important;
text-align: left !important;
}
.issuerow.ui-sortable-handle.issue-table-draggable td.stsummary {
direction: rtl !important;
text-align: left !important;
}
h2.vp-request-header {
direction: rtl !important;
text-align: left !important;
}
.activity-item .content{
direction: rtl !important;
text-align: left !important;
}
.user-content-block{
direction: rtl !important;
text-align: left !important;
}
body#tinymce{
direction: rtl !important;
text-align: left !important;
}
}