Blue theme for Sage X3 ERP v12
Sage - Cully Blue by jveto
Details
Authorjveto
LicenseNo License
CategoryApplies to Sage web address
Created
Updated
Size4.5 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 Sage - Cully Blue
@version 20240926.17.28
@namespace https://userstyles.world/user/jveto
@description Blue theme for Sage X3 ERP v12
@author jveto
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://xsweb1:8124/") {
.s-record-selected {
background-color: rgb(39, 134, 202);
color: white;
}
.s_bookmark_header {
background-color: rgba(64, 97, 122, .8);
}
.s-record-selected:hover,
.s-responsive .s_modal_body_select_transaction .s-grid-row.s-record-enter,
.s-responsive .s_modal_body_select_transaction .s-grid-row:active {
background-color: rgb(130, 199, 249);
}
.s-record-enter,
.s-inplace-input.s-readonly:focus {
background-color: rgb(39, 99, 202);
color: white !important;
}
.s-record-enter .s-inplace-input.s-readonly,
.s-record-enter input {
color: white !important;
}
.s_page_action_i .s_page_action_i_lock {
color: #d96209;
}
.s_page_action_i_lock {
color: #d96209;
font-size: 1.7rem !important;
}
.s_modal_help {
background-color: rgba(0, 0, 0, 0.3);
}
ul.s_profile_bar_bar {
display: flex;
background-color: rgb(0, 104, 179);
}
ul.s_profile_bar_bar li:first-child {
order: 2;
}
ul.s_profile_bar_bar li:nth-child(11) {
order: 1;
}
.s_profile_bar_iconlink:hover,
.s_profile_bar_textlink:hover,
.s-list-nav-li.s-selected:hover,
.s_profile_bar_bookmark .s_profile_bar_bookmark_toggle.s_profile_bar_iconlink:hover,
.s_profile_bar_bookmark .s_profile_bar_bookmark_dropdown.s_profile_bar_iconlink:hover {
background-color: rgb(203, 33, 39);
}
.s-list-nav-li.s-selected,
.s-list-nav-li.s-selected:focus,
.s_sitemap_bar_module.s_selected,
.s_alertbox_textLink {
background-color: rgb(0, 104, 179);
}
.s_page_header_business_actions .s-mn-prefer-link:focus,
.s_page_header_business_actions .s-mn-prefer-link:hover,
.s_page_header_business_actions .s-mn-main-link:focus,
.s_page_header_business_actions .s-mn-main-link:hover {
background-color: rgb(0, 104, 179);
border-color: rgb(0, 67, 117);
}
.s_sitemap_button,
.s_page_header_business_actions .s-mn-prefer-link,
.s_page_header_business_actions .s-mn-main-link,
.s_alertbox_textLink.s_alertbox_textLink_secondary,
.s_alertbox_textLink_warning:focus.s_alertbox_textLink_secondary,
.s-list-nav-title,
.s-list-nav-action,
.s-with-icon {
color: rgb(0, 67, 117);
border-color: rgb(0, 104, 179);
}
.s_sitemap_search_group,
.s_sitemap_module.s_selected {
border-color: rgb(0, 104, 179);
}
.s_sitemap_menu_link,
.s_sitemap_bookmark_on,
.s_sitemap_bookmark_off,
.s_page_extra_actions_container .s-mn-main-body .s-mn-extra-link,
.s_page_extra_actions_container .s-mn-main-body .s-mn-main-link,
.s_page_extra_actions_container .s-mn-main-body .s-mn-business-link,
.s_page_extra_actions_container .s-mn-business-body .s-mn-extra-link,
.s_page_extra_actions_container .s-mn-business-body .s-mn-main-link,
.s_page_extra_actions_container .s-mn-business-body .s-mn-business-link,
.s_page_extra_actions_container .s-mn-extra-body .s-mn-extra-link,
.s_page_extra_actions_container .s-mn-extra-body .s-mn-main-link,
.s_page_extra_actions_container .s-mn-extra-body .s-mn-business-link,
.s-responsive .s_breadcrumb_step_link,
.s_page_extra_actions_container .s-mn-prefer-link,
.s_page_extra_actions_container .s-mn-main-link {
color: rgb(0, 67, 117);
}
.s-mn-prefer-link.s-disabled,
.s-mn-prefer-link.s-disabled:hover {
color: rgba(0, 67, 117, .4);
}
.s_page_right_side_actions_panel_container .s_page_action:hover,
.s_page_header_subheader .s_page_header_subheader_viewchoicemenu .s_page_header_authoring_btn_container,
.s-calendar-today-link {
color: rgb(39, 134, 202);
}
.s_page_right_side_actions_panel_container .s_page_right_panel_actions .s_page_crud_action_container .s_page_crud_action_wrapper .s_page_action:hover,
.s_page_right_side_actions_panel_container .s_page_react_authoring_action_body .s_page_action:hover,
.s-calendar-my-item.s-calendar-select,
.s-calendar-day-link.s-calendar-select,
.s-mn-prefer-link:hover,
.s-mn-prefer-link:focus,
.s-mn-prefer-link.s-enter {
background-color: rgb(39, 134, 202);
}
.s-calendar-day-link:hover,
.s-calendar-other-month:hover {
background: rgb(0, 104, 179);
}
.s-calendar-week-num {
color: rgba(0, 104, 179, .3);
}
.container {
position: initial;
display: block;
height: fit-content;
margin-top: -16px;
padding: 20px 0;
width: 550px;
}
.body {
background-image: url("https://images6.alphacoders.com/134/thumb-1920-1347784.png");
}
}