[IMP] system_dashboard_classic: automatic update

Auto-generated commit based on local changes.
This commit is contained in:
maltayyar2 2025-12-27 17:11:27 +03:00
parent 166711e34c
commit bcaa4b5542
3 changed files with 18 additions and 18 deletions

View File

@ -297,9 +297,9 @@ odoo.define('system_dashboard_classic.dashboard_self_services', function(require
var employeeName = result.employee[0][0].name;
var isRtl = $('body').hasClass('o_rtl');
// Format: "مساء الخير يا أستاذ" then "أحمد" on new line
// Format: "مساء الخير أستاذ" then "أحمد" on new line
var greetingWithHonorific = isRtl
? (greetingText + ' يا ' + honorific)
? (greetingText + ' ' + honorific)
: greetingText;
var greetingHtml = '<span class="greeting-text">' + greetingWithHonorific + '</span>';

View File

@ -159,7 +159,7 @@
font-size: 18px !important;
font-weight: 700 !important;
color: #fff !important;
margin-bottom: 4px !important;
margin-bottom: 2px !important;
letter-spacing: 0.3px !important;
text-shadow: none !important;
-webkit-text-fill-color: unset !important;
@ -172,7 +172,7 @@
font-weight: 500 !important;
text-transform: uppercase !important;
letter-spacing: 1px !important;
margin-bottom: 2px !important;
margin-bottom: 5px !important;
-webkit-text-fill-color: unset !important;
text-shadow: none !important;
}
@ -2032,10 +2032,10 @@ p.fn-section.clickable-profile:hover {
============================================================ */
.o_rtl {
.genius-search-container {
margin-left: 0 !important;
margin-right: auto !important;
}
// .genius-search-container {
// margin-left: 0 !important;
// margin-right: auto !important;
// }
.genius-search-icon {
left: auto !important;

View File

@ -127,19 +127,19 @@
}
/* === Tab Navigation RTL === */
.dashboard-nav-buttons {
flex-direction: row-reverse !important;
// .dashboard-nav-buttons {
// flex-direction: row-reverse !important;
.nav-tabs {
flex-direction: row-reverse !important;
}
}
// .nav-tabs {
// flex-direction: row-reverse !important;
// }
// }
/* === Search Container RTL === */
.genius-search-container {
margin-left: 0 !important;
margin-right: auto !important;
}
// .genius-search-container {
// margin-left: 0 !important;
// margin-right: auto !important;
// }
.genius-search-icon {
left: auto !important;