diff --git a/dodger_blue/README.md b/dodger_blue/README.md new file mode 100644 index 000000000..08cd8621e --- /dev/null +++ b/dodger_blue/README.md @@ -0,0 +1,34 @@ +Outrageous Blue Backend Theme +============================= + +Backend Theme. + +Depends +======= +[website] addon Odoo +[portal] addon Odoo +[web_responsive] addon Odoo + +Installation +============ +- www.odoo.com/documentation/15.0/setup/install.html +- Install our Theme + +Bug Tracker +=========== +Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. + +Credits +======= +* Cybrosys Techno Solutions + +Author +------ +Cybrosys Technologies + +Maintainer +---------- + +This module is maintained by Cybrosys Technologies. + +For support and more information, please visit https://www.cybrosys.com. diff --git a/dodger_blue/__init__.py b/dodger_blue/__init__.py new file mode 100644 index 000000000..40a96afc6 --- /dev/null +++ b/dodger_blue/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/dodger_blue/__manifest__.py b/dodger_blue/__manifest__.py new file mode 100644 index 000000000..70899c238 --- /dev/null +++ b/dodger_blue/__manifest__.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +{ + "name": "Dodger Blue Backend Theme", + "summary": "Outrageous Blue Backend Theme", + "version": "15.0.1.0.0", + "category": "Themes/Backend", + "website": "https://www.cybrosys.com", + "description": """Backend theme for Odoo 15.0 community edition. Blue theme blue backend theme odoo backend theme""", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'maintainer': 'Cybrosys Techno Solutions', + "depends": [ + 'website', + 'portal', + + ], + "data": [ + 'views/login_templates.xml', + ], + 'assets': { + 'web.assets_frontend': { + 'dodger_blue/static/src/scss/theme_style.scss', + }, + 'web.assets_backend': { + 'dodger_blue/static/src/js/sidebar_menu.js', + 'dodger_blue/static/src/scss/theme_style_backend.scss', + }, + 'web.assets_qweb': { + 'dodger_blue/static/src/xml/base_ext.xml', + 'dodger_blue/static/src/xml/sidebar_menu_icon.xml', + }, + }, + + 'license': 'LGPL-3', + 'images': ['static/description/banner.png', + 'static/description/icon.png'], + 'installable': True, + 'auto_install': False, + 'application': False, + +} diff --git a/dodger_blue/doc/RELEASE_NOTES.md b/dodger_blue/doc/RELEASE_NOTES.md new file mode 100644 index 000000000..a099f5a5e --- /dev/null +++ b/dodger_blue/doc/RELEASE_NOTES.md @@ -0,0 +1,10 @@ +## Module + +#### 24.09.2021 +#### Version 14.0.1.0.0 +##### ADD +- Initial commit for Backend Theme +- +#### 17.10.2022 +#### Version 15.0.1.0.0 +##### ADD \ No newline at end of file diff --git a/dodger_blue/static/description/assets/icons/check.png b/dodger_blue/static/description/assets/icons/check.png new file mode 100644 index 000000000..c8e85f51d Binary files /dev/null and b/dodger_blue/static/description/assets/icons/check.png differ diff --git a/dodger_blue/static/description/assets/icons/chevron.png b/dodger_blue/static/description/assets/icons/chevron.png new file mode 100644 index 000000000..2089293d6 Binary files /dev/null and b/dodger_blue/static/description/assets/icons/chevron.png differ diff --git a/dodger_blue/static/description/assets/icons/cogs.png b/dodger_blue/static/description/assets/icons/cogs.png new file mode 100644 index 000000000..95d0bad62 Binary files /dev/null and b/dodger_blue/static/description/assets/icons/cogs.png differ diff --git a/dodger_blue/static/description/assets/icons/consultation.png b/dodger_blue/static/description/assets/icons/consultation.png new file mode 100644 index 000000000..8319d4baa Binary files /dev/null and b/dodger_blue/static/description/assets/icons/consultation.png differ diff --git a/dodger_blue/static/description/assets/icons/ecom-black.png b/dodger_blue/static/description/assets/icons/ecom-black.png new file mode 100644 index 000000000..a9385ff13 Binary files /dev/null and b/dodger_blue/static/description/assets/icons/ecom-black.png differ diff --git a/dodger_blue/static/description/assets/icons/education-black.png b/dodger_blue/static/description/assets/icons/education-black.png new file mode 100644 index 000000000..3eb09b27b Binary files /dev/null and b/dodger_blue/static/description/assets/icons/education-black.png differ diff --git a/dodger_blue/static/description/assets/icons/hotel-black.png b/dodger_blue/static/description/assets/icons/hotel-black.png new file mode 100644 index 000000000..130f613be Binary files /dev/null and b/dodger_blue/static/description/assets/icons/hotel-black.png differ diff --git a/dodger_blue/static/description/assets/icons/license.png b/dodger_blue/static/description/assets/icons/license.png new file mode 100644 index 000000000..a5869797e Binary files /dev/null and b/dodger_blue/static/description/assets/icons/license.png differ diff --git a/dodger_blue/static/description/assets/icons/lifebuoy.png b/dodger_blue/static/description/assets/icons/lifebuoy.png new file mode 100644 index 000000000..658d56ccc Binary files /dev/null and b/dodger_blue/static/description/assets/icons/lifebuoy.png differ diff --git a/dodger_blue/static/description/assets/icons/logo.png b/dodger_blue/static/description/assets/icons/logo.png new file mode 100644 index 000000000..478462d3e Binary files /dev/null and b/dodger_blue/static/description/assets/icons/logo.png differ diff --git a/dodger_blue/static/description/assets/icons/manufacturing-black.png b/dodger_blue/static/description/assets/icons/manufacturing-black.png new file mode 100644 index 000000000..697eb0e9f Binary files /dev/null and b/dodger_blue/static/description/assets/icons/manufacturing-black.png differ diff --git a/dodger_blue/static/description/assets/icons/pos-black.png b/dodger_blue/static/description/assets/icons/pos-black.png new file mode 100644 index 000000000..97c0f90c1 Binary files /dev/null and b/dodger_blue/static/description/assets/icons/pos-black.png differ diff --git a/dodger_blue/static/description/assets/icons/puzzle.png b/dodger_blue/static/description/assets/icons/puzzle.png new file mode 100644 index 000000000..65cf854e7 Binary files /dev/null and b/dodger_blue/static/description/assets/icons/puzzle.png differ diff --git a/dodger_blue/static/description/assets/icons/restaurant-black.png b/dodger_blue/static/description/assets/icons/restaurant-black.png new file mode 100644 index 000000000..4a35eb939 Binary files /dev/null and b/dodger_blue/static/description/assets/icons/restaurant-black.png differ diff --git a/dodger_blue/static/description/assets/icons/service-black.png b/dodger_blue/static/description/assets/icons/service-black.png new file mode 100644 index 000000000..301ab51cb Binary files /dev/null and b/dodger_blue/static/description/assets/icons/service-black.png differ diff --git a/dodger_blue/static/description/assets/icons/trading-black.png b/dodger_blue/static/description/assets/icons/trading-black.png new file mode 100644 index 000000000..9398ba2f1 Binary files /dev/null and b/dodger_blue/static/description/assets/icons/trading-black.png differ diff --git a/dodger_blue/static/description/assets/icons/training.png b/dodger_blue/static/description/assets/icons/training.png new file mode 100644 index 000000000..884ca024d Binary files /dev/null and b/dodger_blue/static/description/assets/icons/training.png differ diff --git a/dodger_blue/static/description/assets/icons/update.png b/dodger_blue/static/description/assets/icons/update.png new file mode 100644 index 000000000..ecbc5a01a Binary files /dev/null and b/dodger_blue/static/description/assets/icons/update.png differ diff --git a/dodger_blue/static/description/assets/icons/user.png b/dodger_blue/static/description/assets/icons/user.png new file mode 100644 index 000000000..6ffb23d9f Binary files /dev/null and b/dodger_blue/static/description/assets/icons/user.png differ diff --git a/dodger_blue/static/description/assets/icons/wrench.png b/dodger_blue/static/description/assets/icons/wrench.png new file mode 100644 index 000000000..6c04dea0f Binary files /dev/null and b/dodger_blue/static/description/assets/icons/wrench.png differ diff --git a/dodger_blue/static/description/assets/modules/budget_image.png b/dodger_blue/static/description/assets/modules/budget_image.png new file mode 100644 index 000000000..b50130c7d Binary files /dev/null and b/dodger_blue/static/description/assets/modules/budget_image.png differ diff --git a/dodger_blue/static/description/assets/modules/credit_image.png b/dodger_blue/static/description/assets/modules/credit_image.png new file mode 100644 index 000000000..3ad04ecfd Binary files /dev/null and b/dodger_blue/static/description/assets/modules/credit_image.png differ diff --git a/dodger_blue/static/description/assets/modules/employee_image.png b/dodger_blue/static/description/assets/modules/employee_image.png new file mode 100644 index 000000000..30ad58232 Binary files /dev/null and b/dodger_blue/static/description/assets/modules/employee_image.png differ diff --git a/dodger_blue/static/description/assets/modules/export_image.png b/dodger_blue/static/description/assets/modules/export_image.png new file mode 100644 index 000000000..492980ad0 Binary files /dev/null and b/dodger_blue/static/description/assets/modules/export_image.png differ diff --git a/dodger_blue/static/description/assets/modules/gantt_image.png b/dodger_blue/static/description/assets/modules/gantt_image.png new file mode 100644 index 000000000..1ae7cfe3b Binary files /dev/null and b/dodger_blue/static/description/assets/modules/gantt_image.png differ diff --git a/dodger_blue/static/description/assets/modules/quotation_image.png b/dodger_blue/static/description/assets/modules/quotation_image.png new file mode 100644 index 000000000..499b1a72f Binary files /dev/null and b/dodger_blue/static/description/assets/modules/quotation_image.png differ diff --git a/dodger_blue/static/description/assets/screenshots/1.png b/dodger_blue/static/description/assets/screenshots/1.png new file mode 100644 index 000000000..68345feed Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/1.png differ diff --git a/dodger_blue/static/description/assets/screenshots/2.png b/dodger_blue/static/description/assets/screenshots/2.png new file mode 100644 index 000000000..ef0087026 Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/2.png differ diff --git a/dodger_blue/static/description/assets/screenshots/3.png b/dodger_blue/static/description/assets/screenshots/3.png new file mode 100644 index 000000000..98fe8839f Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/3.png differ diff --git a/dodger_blue/static/description/assets/screenshots/4.png b/dodger_blue/static/description/assets/screenshots/4.png new file mode 100644 index 000000000..2e7d9df04 Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/4.png differ diff --git a/dodger_blue/static/description/assets/screenshots/5.png b/dodger_blue/static/description/assets/screenshots/5.png new file mode 100644 index 000000000..a07a549f3 Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/5.png differ diff --git a/dodger_blue/static/description/assets/screenshots/6.png b/dodger_blue/static/description/assets/screenshots/6.png new file mode 100644 index 000000000..a9625b618 Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/6.png differ diff --git a/dodger_blue/static/description/assets/screenshots/7.png b/dodger_blue/static/description/assets/screenshots/7.png new file mode 100644 index 000000000..f93d8ce50 Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/7.png differ diff --git a/dodger_blue/static/description/assets/screenshots/8.png b/dodger_blue/static/description/assets/screenshots/8.png new file mode 100644 index 000000000..18ff4a048 Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/8.png differ diff --git a/dodger_blue/static/description/assets/screenshots/9.png b/dodger_blue/static/description/assets/screenshots/9.png new file mode 100644 index 000000000..0e40689c3 Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/9.png differ diff --git a/dodger_blue/static/description/assets/screenshots/dodger_blue_screenshots.png b/dodger_blue/static/description/assets/screenshots/dodger_blue_screenshots.png new file mode 100644 index 000000000..e005e06df Binary files /dev/null and b/dodger_blue/static/description/assets/screenshots/dodger_blue_screenshots.png differ diff --git a/dodger_blue/static/description/banner.png b/dodger_blue/static/description/banner.png new file mode 100644 index 000000000..35177f767 Binary files /dev/null and b/dodger_blue/static/description/banner.png differ diff --git a/dodger_blue/static/description/icon.png b/dodger_blue/static/description/icon.png new file mode 100644 index 000000000..b7ca3448f Binary files /dev/null and b/dodger_blue/static/description/icon.png differ diff --git a/dodger_blue/static/description/index.html b/dodger_blue/static/description/index.html new file mode 100644 index 000000000..6d022761a --- /dev/null +++ b/dodger_blue/static/description/index.html @@ -0,0 +1,630 @@ +
+
+
+
+ +
+
+
+ Community +
+
+ Enterprise +
+ +
+
+
+
+ +
+
+
+

+ Dodger Blue

+

+ Clean& Colorful Backend Theme for Odoo 15 +

+ +
+
+ +
+
+

+ Explore this module +

+
+ + + + + + +
+
+

+ Overview +

+
+ +
+

+ The app enables a user friendly backend + theme for Odoo 14.0 community edition.

+ +
+
+ + +
+
+

+ Features +

+
+ +
+
+ +
+
+

+ Carefully Crafted

+ +
+
+
+
+ +
+
+

+ Responsive Design

+ +
+
+ +
+
+ +
+
+

+ Quality Checked

+ +
+
+ + +
+ +
+
+

+ Screenshots +

+
+
+

+ Kanban View

+

Kanban view with a clean layout and modified font.

+ +
+ +
+

+ Custom Login

+

Minimal, Colorful Login Screen

+

Customized minimal and colorful login screen.

+ +
+
+

+ Colored UI Elements

+

Discuss

+

Discuss page with a different style.

+ +
+
+

+ Custom App Drawer

+

Modified App Drawer

+

Modified app drawer which helps to navigate through different applications.

+ +
+
+

+ Custom Search Option

+

Advanced searching option for App menus.

+

Advanced searching option which provides an easy way to navigate through the + different app menus.

+ +
+
+

+ Colored UI Elements

+

Custom Date Picker.

+

Customized date picker.

+ +
+
+
+

+ Colored UI Elements

+

Tree View.

+

Tree view with a clean layout and modified font.

+ +
+
+

+ Colored UI Elements

+

Form View.

+

Form view with a clean layout and modified font.

+ +
+
+ +
+ + + + + +
+
+

Suggested Products

+
+ + +
+
+ + + +
+
+
+

Our Services

+
+
+ +
+
+ +
+
+ Odoo + Customization
+
+ +
+
+ +
+
+ Odoo + Implementation
+
+ +
+
+ +
+
+ Odoo + Support
+
+ + +
+
+ +
+
+ Hire + Odoo + Developer
+
+ +
+
+ +
+
+ Odoo + Integration
+
+ +
+
+ +
+
+ Odoo + Migration
+
+ + +
+
+ +
+
+ Odoo + Consultancy
+
+ +
+
+ +
+
+ Odoo + Implementation
+
+ +
+
+ +
+
+ Odoo + Licensing Consultancy
+
+
+
+ + + +
+
+
+

Our Industries

+
+
+ +
+
+ +
+ Trading +
+

+ Easily procure + and + sell your products

+
+
+ +
+
+ +
+ POS +
+

+ Easy + configuration + and convivial experience

+
+
+ +
+
+ +
+ Education +
+

+ A platform for + educational management

+
+
+ +
+
+ +
+ Manufacturing +
+

+ Plan, track and + schedule your operations

+
+
+ +
+
+ +
+ E-commerce & Website +
+

+ Mobile + friendly, + awe-inspiring product pages

+
+
+ +
+
+ +
+ Service Management +
+

+ Keep track of + services and invoice

+
+
+ +
+
+ +
+ Restaurant +
+

+ Run your bar or + restaurant methodically

+
+
+ +
+
+ +
+ Hotel Management +
+

+ An + all-inclusive + hotel management application

+
+
+ +
+
+ + + + + +
+
+
+

Need Help?

+
+
+
+ + +
+ +
+ + +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+
+ + +
+
\ No newline at end of file diff --git a/dodger_blue/static/src/img/dashboard-header.jpg b/dodger_blue/static/src/img/dashboard-header.jpg new file mode 100644 index 000000000..6a1044f6f Binary files /dev/null and b/dodger_blue/static/src/img/dashboard-header.jpg differ diff --git a/dodger_blue/static/src/js/sidebar_menu.js b/dodger_blue/static/src/js/sidebar_menu.js new file mode 100644 index 000000000..8803ceeed --- /dev/null +++ b/dodger_blue/static/src/js/sidebar_menu.js @@ -0,0 +1,161 @@ +/** @odoo-module */ + +import { NavBar } from "@web/webclient/navbar/navbar"; +import { registry } from "@web/core/registry"; +const { fuzzyLookup } = require('@web/core/utils/search'); +import { computeAppsAndMenuItems } from "@web/webclient/menus/menu_helpers"; +import core from 'web.core'; + +const commandProviderRegistry = registry.category("command_provider"); + +import { patch } from 'web.utils'; +var rpc = require('web.rpc'); +var session = require('web.session'); +console.log("session",session) + +patch(NavBar.prototype, 'dodger_blue/static/src/js/sidebar_menu.js', { + + //-------------------------------------------------------------------------- + // Public + //-------------------------------------------------------------------------- + + /** + * @override + */ + setup() { + this._super(); + this._search_def = $.Deferred(); + let { apps, menuItems } = computeAppsAndMenuItems(this.menuService.getMenuAsTree("root")); + this._apps = apps; + this._searchableMenus = menuItems; + this.user_id = session.uid; + this.session = session; + }, + mounted() { + this._super(); + this.$search_container = $(".search-container"); + this.$search_input = $(".search-input input"); + this.$search_results = $(".search-results"); + this.$app_menu = $(".app-menu"); + this.$dropdown_menu = $(".dropdown-menu"); + this.$cybro_main_menu = $(".cybro-main-menu") + +// this.$cybro_main_menu.removeClass("show") + + var navbar = $(".o_main_navbar") + var self = this; + + }, + _searchMenusSchedule: function () { + this.$search_results.removeClass("o_hidden") + this.$app_menu.addClass("o_hidden"); + this._search_def.reject(); + this._search_def = $.Deferred(); + setTimeout(this._search_def.resolve.bind(this._search_def), 50); + this._search_def.done(this._searchMenus.bind(this)); + }, + _searchMenus: function () { + var query = this.$search_input.val(); + if (query === "") { + this.$search_container.removeClass("has-results"); + this.$app_menu.removeClass("o_hidden"); + this.$search_results.empty(); + return; + } + var results = []; + + fuzzyLookup(query, this._apps, (menu) => menu.label) + .forEach((menu) => { + results.push({ + category: "apps", + name: menu.label, + actionID: menu.actionID, + id: menu.id, + webIconData: menu.webIconData, + }); + }); + + fuzzyLookup(query, this._searchableMenus, (menu) => + (menu.parents + " / " + menu.label).split("/").reverse().join("/") + ).forEach((menu) => { + results.push({ + category: "menu_items", + name: menu.parents + " / " + menu.label, + actionID: menu.actionID, + id: menu.id, + }); + }); + + this.$search_container.toggleClass( + "has-results", + Boolean(results.length) + ); + this.$search_results.html( + core.qweb.render( + "dodger_blue.SearchResults", + { + results: results, + widget: this, + + } + + ) + ); + }, + + }); + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +//odoo.define('dodger_blue.sidebar', function (require) { +// 'use strict'; +// +// var AppsMenu = require("web.AppsMenu"); +// var core = require('web.core'); +// var QWeb = core.qweb; +// var session = require('web.session'); +// +// AppsMenu.include({ +// init: function (parent, menuData) { +// this.user_id = session.uid; +// this.session = session; +// this._super.apply(this, arguments); +// console.log(this._apps[0].web_icon_data,"this") +// var sidebar = QWeb.render('AppsMenuSidebar',{ +// widget:this +// }); +// $('.cybro-sidebar').html(sidebar); +// } +// }); +//}); diff --git a/dodger_blue/static/src/scss/theme_style.scss b/dodger_blue/static/src/scss/theme_style.scss new file mode 100644 index 000000000..978fe02dd --- /dev/null +++ b/dodger_blue/static/src/scss/theme_style.scss @@ -0,0 +1,202 @@ +@import url('https://fonts.googleapis.com/css?family=Poppins'); +body { + font-size: 14px; + font-family: lato, sans-serif +} + +h1, h2, h3, h4, h5, h6 { + margin: 0; + font-family: poppins, sans-serif +} + +p { + font-family: lato, sans-serif; + font-size: 15px; + line-height: 26px; + color: #444; + margin-bottom: 0 +} + +p img { + margin: 0 +} + +a, a:visited { + text-decoration: none; + transition: all .3s ease-in-out; + -webkit-transition: all .3s ease-in-out; + -moz-transition: all .3s ease-in-out; + -o-transition: all .3s ease-in-out; + outline: 0; + font-family: poppins, sans-serif +} + +a:hover { + text-decoration: none +} + +a:focus { + text-decoration: none; + outline: 0 +} + +p a, p a:visited { + line-height: inherit; + outline: 0 +} + +ul, ol { + margin-bottom: 0; + margin-top: 0; + padding: 0 +} + +ul { + margin: 0; + list-style-type: none +} + +ol { + list-style: decimal +} + +ol, ul.square, ul.circle, ul.disc { + margin-left: 0 +} + +ul.square { + list-style: square outside +} + +ul.circle { + list-style: circle outside +} + +ul.disc { + list-style: disc outside +} + +ul ul, ul ol, ol ol, ol ul { + margin: 0 +} + +ul ul li, ul ol li, ol ol li, ol ul li { + margin-bottom: 0 +} + +button { + cursor: pointer; + outline: none !important; + letter-spacing: 0 +} + +blockquote { + padding: 60px; + position: relative; + background: #853bfa +} + +blockquote:before { + content: '\f10d'; + font-family: fontawesome; + color: #fff; + font-size: 32px; + position: absolute; + left: 16px; + top: 46px +} + +blockquote p { + font-size: 17px; + color: #fff +} + +.blockquote-footer { + color: #fff +} +/*==============login================*/ +.oe_website_login_container { + padding: 1rem 5rem 5rem; + background: #f1f4f5; +} +.oe_login_form, .oe_signup_form, .oe_reset_password_form { + color: #fff !important; +} +.oe_login_form, .oe_signup_form, .oe_reset_password_form { + max-width: 360px; + position: relative; + margin: 50px auto; + border-radius: 7px; + padding: 3rem; + background: #ffffff; + box-shadow: 0 0 11px 0px #4477d4; +} + +.oe_login_form input { + height: 40px !important; + border-radius: 0 !important; + background: #fff !important; + border: 1px solid #ffffff; +} + +.oe_login_form i.fa.fa-database { + margin-left: 6px; +} + +.oe_login_form a.btn.btn-secondary { + display: flex; + justify-content: space-between; + align-items: center; + border-radius: 0 !important; +} +.cybro-login-btn { + height: 47px; + border-radius: 0; + background: #3e8df7 !important; + border: none; + color: #ffffff !important; + font-size: 16px; +} +.cybro-super-btn { + color: #fff; + font-size: 14px; + text-decoration: none; +} +.cybro-super-btn:hover { + color: black !important; + text-decoration: none; +} +.cybro-bg footer{ + background: #303641 !important; + color: #fff; + padding-top: 2rem; +} +.cybro-bg .navbar { + background: #303641 !important; + color: #fff; +} +.cybro-bg footer a,.cybro-bg footer p,.cybro-bg header a,.cybro-bg header p { + color: #fff; +} +.cybro-bg .navbar-light .navbar-nav .nav-link { + color: #ffffff !important; +} +.homepage .dropdown-menu.js_usermenu.dropdown-menu-right.show { + background: #303641; +} +.oe_website_login_container .btn-secondary { + color: #FFFFFF; + background-color: #afafaf; + border-color: #afafae; +} +input { + border: 1px solid #e4eaec !important; +} +.oe_login_form, .oe_signup_form, .oe_reset_password_form { + color: #37474f !important; + font-weight: 300 !important; +} +form label { + font-weight: 300 !important; +} +/*==============//login================*/ diff --git a/dodger_blue/static/src/scss/theme_style_backend.scss b/dodger_blue/static/src/scss/theme_style_backend.scss new file mode 100644 index 000000000..80d5f9600 --- /dev/null +++ b/dodger_blue/static/src/scss/theme_style_backend.scss @@ -0,0 +1,1302 @@ +@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500'); + +body { + font-size: 14px; + font-family: lato, sans-serif +} + +h1, h2, h3, h4, h5, h6 { + margin: 0; + font-family: 'Roboto', sans-serif; +} + +p { + font-family: lato, sans-serif; + font-size: 15px; + line-height: 26px; + color: #444; + margin-bottom: 0 +} + +p img { + margin: 0 +} + +a, a:visited { + text-decoration: none; + transition: all .3s ease-in-out; + -webkit-transition: all .3s ease-in-out; + -moz-transition: all .3s ease-in-out; + -o-transition: all .3s ease-in-out; + outline: 0; + font-family: 'Roboto', sans-serif; +} + +a:hover { + text-decoration: none +} + +a:focus { + text-decoration: none; + outline: 0 +} + +a { + color: #000000 !important; +} + +a:hover { + color: #3e8df7; +} + +p a, p a:visited { + line-height: inherit; + outline: 0 +} + +ul, ol { + margin-bottom: 0; + margin-top: 0; + padding: 0 +} + +ul { + margin: 0; + list-style-type: none +} + +ol { + list-style: decimal +} + +ol, ul.square, ul.circle, ul.disc { + margin-left: 0 +} + +ul.square { + list-style: square outside +} + +ul.circle { + list-style: circle outside +} + +ul.disc { + list-style: disc outside +} + +ul ul, ul ol, ol ol, ol ul { + margin: 0 +} + +ul ul li, ul ol li, ol ol li, ol ul li { + margin-bottom: 0 +} + +input { + font-size: 14px !important; + border: 1px solid rgba(170, 170, 170, .3) !important; + padding: 10.72px 12.8px; + padding: .67rem .8rem; + display: block; + width: 100%; + height: 37px !important; + padding: 2.375rem .75rem; + font-size: 1rem; + line-height: 1.5; + color: #495057; + background-color: #fff !important; + background-clip: padding-box; + border: 1px solid #ced4da !important; + border-radius: 0 !important; + transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; +} + +button { + cursor: pointer; + outline: none !important; + letter-spacing: 0 +} + +blockquote { + padding: 60px; + position: relative; + background: #853bfa +} + +blockquote:before { + content: '\f10d'; + font-family: fontawesome; + color: #fff; + font-size: 32px; + position: absolute; + left: 16px; + top: 46px +} + +blockquote p { + font-size: 17px; + color: #fff +} + +.blockquote-footer { + color: #fff +} + +/*Menu Bar*/ +.o_main_navbar .cybro-main-menu { + max-height: 100vh; + min-width: 100%; + overflow: auto; + margin-top: 0; + z-index: 99; + height: 100vh; + width: 280px; + overflow-y: scroll; + background: #30363F; + box-shadow: 2px 0 32px rgba(0, 0, 0, .05); + -webkit-transition: all .3s ease 0s; + transition: all .3s ease 0s; + transform: none !important; + border: none; +} + +i.fa.fa-th-large { + font-size: 26px !important; + color: #3e8df7 !important; + margin-top: 10px; +} + +.cybro-main-menu a.dropdown-item.o_app { + position: relative; + display: block; +// color: #8d97ad !important; + font-size: 15px; + text-transform: capitalize; + padding: 15px !important; + letter-spacing: 0; + font-weight: 400; + padding-left: 32px !important; +} + + +.cybro-main-menu a:hover { + color: #fff !important; + background: #f3f7fe !important; +} + +.dropdown-item.active, .dropdown-item:active { + color: #fff !important; + background: rgba(11, 105, 227, 0.05) !important; +} + +img.cybro-menuicon { + width: 28px; + margin-right: 10px; +} + +/*//Menu Bar*/ +/*Top bar*/ +.o_main_navbar { + position: relative; + height: 60px; + padding-top: 6px; + border-bottom: 1px solid #d8e3e7; + color: #fff !important; + background-color: #3e8ef7; +} + +.o_main_navbar > ul > li > a, .o_main_navbar > ul > li > label { + height: 46px; + padding: 0 10px; + color: #fff !important; + line-height: 46px; + transition: .3s all ease; +} + +.o_main_navbar > ul > li > a:hover, .o_main_navbar > ul > li > label:hover { + background: none !important; + border: none; + color: #000 !important; +} + +.o_main_navbar > a:hover, .o_main_navbar > a:focus, .o_main_navbar > button:hover, .o_main_navbar > button:focus { + background: none; + color: inherit; + color: #000 !important; +} + +.o_main_navbar .show .dropdown-toggle { + background-color: #ffffff !important; + color: #3e8df7 !important; +} + +li.o_user_menu a.dropdown-toggle { + display: -webkit-box; + display: -ms-flexbox; + display: -webkit-box; + display: -webkit-flex; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + padding: 0px 38px; + color: #fff !important; + height: 60px; + ffont-size: 14px; + font-family: 'Roboto', sans-serif; + margin-top: -5px !important; +} + +.o_user_menu a.dropdown-toggle:hover { + border: none; + color: #020202 !important; +} + +.o_main_navbar .o_user_menu .oe_topbar_avatar { + height: 35px; + transform: translateY(-2px); + margin-right: 9px; +} + +.dropdown-menu a:hover { + color: #3e8df7 !important; + background: #ffffff !important; +} + +.cybro-main-menu a:hover { + color: #fff !important; + background: #f3f7fe !important; +} + +.btn-primary { + color: #fff; + background-color: #3e8df7; + border-color: #3e8df7; +} + +.btn { + display: inline-block; + font-weight: 300; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + border-top-color: transparent; + border-right-color: transparent; + border-bottom-color: transparent; + border-left-color: transparent; + padding: .429rem 1rem; + font-size: 1rem; + line-height: 1.571429; + border-radius: .215rem; + border-top-left-radius: 0.215rem; + border-bottom-left-radius: 0.215rem; + -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; + -o-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; + transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; +} + +.o_form_view .o_form_statusbar > .o_statusbar_status > .o_arrow_button:not(:first-child):before, .o_form_view .o_form_statusbar > .o_statusbar_status > .o_arrow_button:not(:first-child):after { + content: " "; + display: block; + position: absolute; + top: 0; + left: auto; + bottom: auto; + right: -10px; + border-top: 19px solid transparent; + border-bottom: 23px solid transparent; + border-right: none; + border-left: 11px solid white; + transition: border 0.2s ease 0s; + -moz-transform: scale(0.9999); +} + +.o_form_view .o_form_statusbar > .o_statusbar_status > .o_arrow_button.btn-primary.disabled { + color: #3e8df7; + font-size: 11px; + background-color: #e9ecef; + cursor: default; +} + +.o_control_panel { + border-bottom: 1px solid #d8e3e7; +} + +.o_form_view .o_form_statusbar { + border-bottom: 1px solid #d8e3e7; +} + +.o_mail_systray_item .o_notification_counter { + background: #dc3545; +// box-shadow: 0px 0px 2px -1px #000000; +} + +.o_MessagingMenu .o_MessagingMenu_counter { + background: #dc3545; +} + +.o_searchview .o_searchview_facet .o_searchview_facet_label { + background-color: #3e8df7; +} + +.o_searchview .o_searchview_input { + border: none !important; + padding: 4px 0 0 0; +} + +.o_searchview { + + width: 96%; + display: block; + font-size: 1rem; + line-height: 1.571429; + color: #76838f; + background-color: #fff; + background-image: none; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #e4eaec; + border-top-color: rgb(228, 234, 236); + border-right-color: rgb(228, 234, 236); + border-bottom-color: rgb(228, 234, 236); + border-left-color: rgb(228, 234, 236); + border-radius: .215rem; + border-top-right-radius: 0.215rem; + border-bottom-right-radius: 0.215rem; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075); + -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; + +} + +.o_searchview_more { + position: absolute; + top: 0px !important; + left: auto; + bottom: auto; + right: 0px !important; + color: #fff; + padding: 13px; + background: #3e8ef7; +} + +.ui-autocomplete .ui-menu-item > a, .show .dropdown-menu .dropdown-item, .show .dropdown-menu .dropdown-header, .navbar-nav .show .dropdown-menu .dropdown-item, .navbar-nav .show .dropdown-menu .dropdown-header { + padding: 3px 20px; + transition: 0s !important; +} + +.ui-autocomplete .ui-menu-item > a:hover { + display: block; + color: #ffffff !important; +} + +.o_searchview_facet { + border-radius: 30px; + border: none !important; + margin: 6px 3px 6px 0 !important; +} + +.o_facet_values { + display: flex; + justify-content: center; + align-items: center; + border-radius: 30px !important; + background: #fff; + border-top-left-radius: 0px !important; + border-bottom-left-radius: 0px !important; +} + +span.o_searchview_facet_label { + border-radius: 30px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; + padding: 3px 12px !important; +} + +.o_facet_values span { + padding: 0 2px 0 0px; + font-size: 12px; +} + +/*controll panel*/ + +.o_control_panel { + display: flex; + flex-flow: row wrap; + border-bottom: 1px solid darken($o-control-panel-background-color, 20%); + @include o-webclient-padding($top: 10px, $bottom: 10px); + background-color: $o-control-panel-background-color; + + > .breadcrumb { + width: 50%; + } + + &.o_breadcrumb_full > .breadcrumb { + width: 100%; + } + + > .o_cp_searchview { + width: 40%; + min-height: $o-cp-breadcrumb-height; + } + > .o_cp_left { + display: flex; + justify-content: space-between; + width: 50%; + margin-top: 5px; + } + > .o_cp_right { + display: flex; + width: 60%; + margin-top: 5px; + } +} + +.o_control_panel hr { + flex-basis: 100%; + background: #f0f4f5; +} + +.o_control_panel span.o_pager_counter { + font-size: 12px; +} + +.o_control_panel nav.o_cp_pager span.btn-group { + font-size: 12px !important; +} + +.o_control_panel button.fa.fa-chevron-left.btn.btn-secondary.o_pager_previous { + font-size: 12px; + padding-right: 4px; + padding-left: 5px; + padding-bottom: .8rem !important; + padding-top: .8rem !important; +} + +.o_control_panel button.fa.fa-chevron-right.btn.btn-secondary.o_pager_next { + font-size: 12px; + padding-left: 5px; + padding-right: 5px; + padding-bottom: .8rem !important; + padding-top: .8rem !important; +} + +.o_control_panel button.btn.btn-secondary.fa { + padding: 11px; + padding-bottom: .8rem !important; + padding-top: .8rem !important; + +} + +.o_control_panel button.o_dropdown_toggler_btn.btn.btn-secondary.dropdown-toggle { + margin-right: 8px; + padding: 1rem 1rem; + font-size: 12px; + border: 1px solid #e4eaec; +} + +.o_control_panel .o_cp_left { + justify-content: flex-end; +} + +.o_control_panel button.btn.btn-secondary.o_button_import { + border: 1px solid #3e8df7; +} + +.o_control_panel .btn-secondary:not(:disabled):not(.disabled):active, .o_control_panel .btn-secondary:not(:disabled):not(.disabled).active, .o_control_panel .show > .btn-secondary.dropdown-toggle { + color: #3e8df7; + background-color: #ffffff; + border-color: #3e8df7; +} + +.o_control_panel .btn-secondary:hover { + color: #848484; + background-color: #ffffff; + border-color: #3e8df7; +} + +/*//Controll panel*/ +.o_calendar_container .o_calendar_sidebar_container .ui-datepicker table .ui-state-active { + background: none; + background-color: #3e8df7; + color: white; +} + +.o_calendar_container .o_calendar_sidebar_container .ui-datepicker table .ui-state-default:hover { + background: none; + background-color: rgb(254, 98, 67); + border-color: #7C7BAD; + color: white; +} + +/*form header*/ +.o_control_panel.o_breadcrumb_full .o_cp_right { + order: 2; + width: auto; +} + +.o_control_panel.o_breadcrumb_full hr { + flex-basis: 0; +} + +.o_control_panel.o_breadcrumb_full ol.breadcrumb { + order: 1; +} + +.o_control_panel.o_breadcrumb_full .o_cp_left { + order: 3; + width: 58%; + justify-content: space-between; +} + +.o_control_panel.o_breadcrumb_full { + justify-content: space-between; +} + +.o_control_panel.o_breadcrumb_full .o_cp_buttons { + order: 2; +} + +.o_control_panel.o_breadcrumb_full aside.o_cp_sidebar { + order: 1; +} + +/*//Form Header*/ +.ui-autocomplete .ui-menu-item.ui-state-focus { + background-color: #3e8df7; + color: #fff !important; +} + +.btn-group.o_date_range_buttons.d-none.d-md-inline-flex.float-right { + float: left !important; + margin-bottom: 5px; +} + +.btn-group.d-none.d-md-inline-block.float-right { + float: left !important; +} + +a.btn.btn-primary { + color: #fff !important; +} + +.btn-primary:hover { + background: #488eec !important; + border-color: #488eec; +} + +.oe_kanban_card.oe_kanban_global_click.o_kanban_record { + box-shadow: 1px 3px 12px 1px #d2c9eab5; + margin-right: 8px; + padding: .8rem 1rem; + font-size: 12px; + border: none !important; +} + +.o_view_controller { + background: #fff; +} + +.o_field_widget.badge.badge-primary { + background: #3e8df7; + padding: 5px 8px; + border-radius: 0px !important; +} + +.clearfix.o_form_sheet { + box-shadow: 1px 3px 12px 1px #d2c9eab5; + border: none !important; +} + +.o_form_sheet_bg { + background: #ffffff !important; +} + +ul.nav.nav-tabs li.nav-item a { + padding: 1rem 1rem; +} + +.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { + color: #3e8df7 !important; + background-color: #ffffff; + border: 1px solid #3e8df7; + border-bottom: 0; +} + +.o_form_view .o_horizontal_separator { + color: #000000 !important; + font-weight: 500 !important; +} + +::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); + border-radius: 10px; + background-color: #F5F5F5; + position:relative; + width: 5px; +} + +::-webkit-scrollbar { + width: 5px; + background-color: #F5F5F5; + position:absolute; +} + +::-webkit-scrollbar-thumb { + border-radius: 0px; + -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); + background-color: #c8c8c8; +} + +.o_Discuss_content .o_ThreadView .o_Discuss_thread { + background: #f1f1f1; +} + +.o_MessageList { + background: #f1f1f1;; +} + +.o_Message { + background: #f1f1f1;; +} + +.o_widget_Discuss .o_Discuss .o_DiscussSidebar { + border-top: 1px solid #cccccc; +} +.o_Discuss .o_Discuss_content { + background-color: white; +} + +.o_Discuss .o_DiscussSidebar { + background-color: #ffffff; + width: 250px; + color: #000000; +// box-shadow: 13px 9px 21px 20px #f1f1f1; +// box-shadow: 12px 0px 4px 6px black; +} + +// .o_DiscussSidebarItem.o-active { +// background-color: #e8e8e8; +// box-shadow: 1px 3px 12px 1px #e5e0f3d4; +// } + +.o_DiscussSidebar_item { + padding: 1rem 16px !important; + margin-bottom: 2px; +} + +.o_DiscussSidebarItem:hover { + background-color: #fff; + color: #3e8df7; +} + +.o_DiscussSidebarItem_activeIndicator.o-item-active { + background-color: #e8e8e8; +} + +.o_DiscussSidebarItem.o_DiscussSidebar_item.o-active { + background-color: #e8e8e8; + box-shadow: inset 3px 0 0 #3e8df7; +} + +.o_DiscussSidebar_groupHeaderItem:hover { + color: #3e8df7; +} + +.o_DiscussSidebarItem_commandSettings { + opacity: .5 !important; +} + +.o_DiscussSidebarItem_commandRename { + opacity: .5 !important; +} + +.o_Discuss .o_DiscussSidebar .o_DiscussSidebar_groupHeader .o_add:hover, .o_Discuss .o_DiscussSidebar .o_DiscussSidebar_groupHeader .o_add:focus, .o_Discuss .o_DiscussSidebar .o_DiscussSidebar_groupHeader .o_add.focus { + color: #3e8df7; +} + +select { + border-radius: 0 !important; + height: 37px; +} + +.o_field_monetary.o_field_number.o_input.o_field_widget.o_required_modifier { + border-radius: 0; + height: 43px; +} + +.datepicker .table-sm > tbody > tr > td.active, .datepicker .table-sm > tbody > tr > td .active { + background-color: #3e8df7; + border-radius: 0 !important; +} + +.datepicker .table-sm > thead > tr > th { + border-radius: 0; +} + +.datepicker .table-sm > thead { + color: white; + background-color: #3e8df7; +} + +.datepicker .table th, .datepicker .table td { + vertical-align: top; + border-top: 1px solid #ffffff; +} + +i.fa { + color: #848484 !important; +} + +.dropdown-menu.cybro-main-menu.show { + padding: 0 !important; + width: 240px !important; + top: 52px !important; + border-radius: 0px !important; +} + +a.dropdown-item.o_app.cybro-mainmenu { + width: 100% !important; + text-align: left !important; + display: flex; + justify-content: flex-start !important; + align-items: center !important; + flex-direction: row !important; + padding: 1rem 1rem 1rem 2rem !important; +} + +.o_menu_apps .dropdown-menu.show .o-app-icon { + max-width: 2rem !important; + margin-right: 11px; +} + +.cybro-main-menu .input-group { + order: 2; +} + +.cybro-main-menu input.form-control { + outline: none !important; + display: block; + padding: .429rem 1rem; + font-size: 1rem; + line-height: 1.571429; + color: #76838f; + font-size: 12px !important; + background-color: #fff; + background-image: none; + -webkit-background-clip: padding-box; + background-clip: padding-box; + border: 1px solid #e4eaec; + border-top-color: rgb(228, 234, 236); + border-right-color: rgb(228, 234, 236); + border-bottom-color: rgb(228, 234, 236); + border-left-color: rgb(228, 234, 236); + border-radius: .215rem; + border-top-right-radius: 0.215rem; + border-bottom-right-radius: 0.215rem; + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); + box-shadow: inset 0 1px 1px rgba(0,0,0,.075); + -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; + -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; + transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; + &::placeholder{ + color: #000 !important; + } +} + +.cybro-main-menu .input-group-prepend { + order: 2; +} + +.cybro-main-menu .input-group-prepend { + color: #fff; + background-color: #3e8ef7; + border-color: #3e8ef7; + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 3px !important; + border-top-left-radius: 0 !important; + border-bottom-left-radius: 0 !important; +} + +.cybro-main-menu .search-input .input-group { + background-color: #ffffff !important; + box-shadow: none; +} + +.o_menu_apps .dropdown-menu .search-container .search-input .input-group { + box-shadow: none; +} + +.o_menu_apps .dropdown-menu .search-container .search-input .input-group input.form-control { + color: #495057 !important; + background-color: #ffffff !important; + padding-left: 10px; +} + +.search-input.col-md-10.ml-auto.mr-auto.mb-2 { + margin: 0 !important; + width: 100%; +} + +.cybro-main-menu a.o-menu-search-result.dropdown-item.col-12.ml-auto.mr-auto { + padding-left: 10px !important; + font-size: 12px; + text-align: left !important; + width: 100%; + padding-right: 0px !important; + flex-wrap: wrap; + word-break: normal; + color: #8d97ad !important; +} + +.cybro-main-menu .search-results.col-md-10.ml-auto.mr-auto { + background: #fff; + margin: 0px 0 !important; + color: #8d97ad !important; + flex: 100% !important; + max-width: 100%; +} +.o_menu_apps .dropdown-menu.show .form-row { + width: 100%; + margin: 25px 0px 0px 0px !important; +} + +.o_kanban_record { + border: none !important; + box-shadow: 2px 4px 8px 2px rgba(67, 54, 251, .1) !important; +} +.o_menu_apps .dropdown-menu .search-container .search-input .input-group .input-group-prepend span.fa { + color: #ffffff !important; + font-size: 1.08333333rem; + margin-right: 1rem; + padding-top: 10px; + padding-left: 8px; +} + +.o_mail_discuss .o_mail_discuss_sidebar .o_mail_discuss_item.o_unread_message { + color: #6c757d !important; +} + +.o_mail_discuss .o_mail_discuss_sidebar .o_mail_discuss_item > .badge { + color: white; + background-color: #3e8df7 !important; +} + +.o_onboarding.o_onboarding_blue .o_onboarding_wrap { + background: #3e8df7 !important; + color: #fff; +} + +.o_onboarding_step_title .mt16 a { + color: #fff !important; +} + +h4.o_onboarding_step_title.mt16 a { + color: #fff !important; +} + +.o_onboarding_step_content_info p { + color: #ececec !important; +} + +.btn-info { + color: #fff !important; + background-color: #717171; + border-color: #717171; +} +.fa.fa-bars { + color: #fff !important; +} +.o_main_navbar > .o_menu_brand { + display: block; + float: left; + margin-right: 35px; + user-select: none; + color: white; + font-size: 15px; + font-weight: 400; + line-height: 46px; + cursor: pointer; + color: white !important; +} +.o_menu_systray li a i { + color: #fff !important; +} +.o_mail_systray_item.o_no_notification > a { + opacity: 1; +} +.dropdown-menu.cybro-main-menu.show { + transition: all .5s; + width: 260px; + background: #fff; + color: rgba(163,175,183,.9); + font-family: Roboto,sans-serif; + -webkit-box-shadow: 3px 0 6px 0 rgba(0,0,0,.05),3px 0 15px 0 rgba(0,0,0,.1); + box-shadow: 3px 0 6px 0 rgba(0,0,0,.05),3px 0 15px 0 rgba(0,0,0,.1); + -ms-transform: translate(-240px,0); + -webkit-transform: translate3d(-240px,0,0); + transform: translate3d(-240px,0,0); + scrollbar-width: thin; +} +.cybro-main-menu a.dropdown-item.o_app:hover { + + color: #37474f !important; + background-color: rgba(11,105,227,.05) !important; + +} +.dropdown-menu.cybro-main-menu .search-input { + flex: 0 0 100% !important; + max-width: 100% !important; +} +.btn-primary { + color: #fff; + background-color: #3e8ef7; + border-color: #3e8ef7; + -webkit-box-shadow: none; + box-shadow: none; +} +.btn-primary.focus, .btn-primary.hover, .btn-primary:focus, .btn-primary:hover { + color: #fff; + background-color: #589ffc; + border-color: #589ffc; + -webkit-box-shadow: none; + box-shadow: none; +} +.fa.fa-search { + color: #fff !important; +} +/*Placholder*/ +::-webkit-input-placeholder { + color: #76838f; + font-size: 12px; +} +::-moz-placeholder { + color: #76838f; + font-size: 12px; +} +:-ms-input-placeholder { + color: #76838f; + font-size: 12px; +} +::placeholder { + color: #76838f; + font-size: 12px; +} +/*//place holder*/ +.form-control { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + height: 2.573rem; + font-weight: 100; + border-color: #e4eaec; + -webkit-box-shadow: none; + box-shadow: none; + -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear; + -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear; + transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear; + -webkit-appearance: none; + -moz-appearance: none; +} +.form-control.focus, .form-control:focus { + border-color: #3e8ef7; + -webkit-box-shadow: none; + box-shadow: none; +} +.o_searchview .o_searchview_autocomplete li.o-selection-focus { + background-color: #ffffff !important; +} +.o_mail_discuss .o_mail_discuss_sidebar .o_mail_discuss_item.o_active { + background-color: #212529; + box-shadow: inset 3px 0 0 #3e8df7; +} +.o_control_panel > .o_cp_right { + display: -webkit-box; + display: -webkit-flex; + display: flex; + width: 60%; + margin-top: 1px; +} + +i.fa.fa-plus { + color: #fff !important; +} +.o_onboarding.o_onboarding_violet .o_onboarding_wrap { + background-color: rgba(77, 98, 172, 0.75); + background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(96, 112, 195, 0.5)), to(#475DA4)); + background-image: -moz-line/home/ayisha/odoo-12.0ar-gradient(top, rgba(96, 112, 195, 0.5), #475DA4); + background-image: -ms-linear-gradient(top, rgba(96, 112, 195, 0.5), #475DA4); + background-image: -o-linear-gradient(top, rgba(96, 112, 195, 0.5), #475DA4); + background-image: linear-gradient(to bottom, rgba(96, 112, 195, 0.5), #475DA4); + box-shadow: inset 0 -7px 20px -5px rgba(0, 0, 0, 0.3); + background: #3e8df7; +} +.sidebar-menus { + display: -webkit-box; + display: -webkit-flex; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -webkit-flex-direction: column; + flex-direction: column; + padding: 1rem 0; + //display: flex; + //flex-direction: column; + //padding: 1rem; +} +.cybro-sidebar-qweb span.o-app-name { + display: none; +} +.cybro-sidebar-qweb .sidebar-menus { + background: #fff; + box-shadow: 2px 1px 5px 0px rgba(103, 103, 103, 0.19); + position: relative; + z-index: 5; + height: 90vh; + //overflow: scroll; + overflow-y: auto; +} +.cybro-sidebar-qweb .sidebar-menus img.o-app-icon { + width: 25px; + border-radius: 100%; + margin-bottom: 14px; +} +.btn-primary .fa { + color: #fff !important; +} +.o_required_modifier.o_input, .o_required_modifier .o_input { + background-color: #f7f7f7 !important; +} +.o_cp_left { + + position: fixed !important; + bottom: 3px; + z-index: 5; + background: #fff; + width: 92.5vw !important; + padding: .5rem 1rem !important; + left: 70px; + +} +button.btn.btn-primary span { + font-weight: 400; +} + + + +.sidebar-user { + padding: 4rem 0.5rem; + width: 100%; + background: url("/dodger_blue/static/src/img/dashboard-header.jpg"); + display: -webkit-box; + display: -webkit-flex; + display: flex; + color: #fff; + justify-content: center; + align-items: center; + background-size: cover; + background-position: center; +} + + + + + +.sidebar-user img { + width: 50px; + border-radius: 30px; +} +.sidebar-user img { + margin-right: 10px; +} +.sidebar-overlay { + position: absolute; + width: 100%; + height: 100%; + background: #000; + opacity: .6; + z-index: 2; +} +.sidebar-user span, .sidebar-user img { + position: relative; + z-index: 5; +} +span.sidebar-username { + font-size: 12px; + color: rgba(255,255,255,.6); +} +i.fa.fa-ellipsis-v { + color: #fff !important; +} +.o_web_client .o_mobile_search .o_mobile_search_header { + height: 46px; + margin-bottom: 10px; + width: 100%; + background-color: #3e8df7; + color: white; +} +.btn-secondary { + font-weight: 500; +} +.btn-secondary.disabled, .btn-secondary:disabled { + color: #000000; + background-color: #fff; + border-color: #fff; + font-weight: 500 !important; +} +button.btn.btn-secondary.o_mail_discuss_button_mark_all_read.disabled.d-none.d-md-inline-block { + font-weight: 600 !important; + color: black !important; + border: 1px solid #7b7b7b; +} +.btn-secondary { + font-weight: 500; + border: 1px solid #e4eaec; +} +aside.o_cp_sidebar button.o_dropdown_toggler_btn.btn.btn-secondary.dropdown-toggle { + background: #3e8df7; + color: #fff; +} +aside.o_cp_sidebar button.o_dropdown_toggler_btn.btn.btn-secondary.dropdown-toggle { + margin-right: 8px; + padding: 6px 9px !important; + font-size: 12px; + border: 1px solid #e4eaec; + border-radius: 5px; +} + +aside.o_cp_sidebar button.o_dropdown_toggler_btn.btn.btn-secondary.dropdown-toggle .fa{ + color: #fff !important; +} +.o_cp_buttons { + order: 2; +} +.o_control_panel.o_breadcrumb_full aside.o_cp_sidebar { + order: 1; +} +.o_control_panel.o_breadcrumb_full .o_cp_left { + order: 3; + width: 58%; + justify-content: space-between; + padding: 10px 55px !important; +} +.o_cp_left { + box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); +} +@media (min-width: 1200px) { + .o_mail_discuss .o_mail_discuss_content { + margin-left: 218px !important; + } + .o_mail_discuss .o_mail_discuss_sidebar { + width: 218px; + } +} + +@media (min-width: 767px) { + ul.o_menu_sections.collapse.show { + margin-top: 24px !important; + } + .o_web_client .o_mobile_search .o_mobile_search_header { + height: 46px; + margin-bottom: 10px; + width: 100%; + background-color: #3e8df7 !important; + color: white; + } + .o_searchview { + padding-right: 0 !important; + padding-left: 5px !important; + } + + button.o_enable_searchview.btn.fa.fa-search { + float: right !important; + height: 39px !important; + width: 33px !important; + background: #3e8df7 !important; + color: #fff !important; + border-top-right-radius: 30px !important; + border-bottom-right-radius: 30px !important; + } + .o_control_panel .btn.o_enable_searchview { + margin-left: 2%; + padding: 0px; + float: right; + background: white; + margin-right: -43px; + height: 40px; + border-top-right-radius: 20px; + margin-top: -1px; + border: 1px solid #f1f1f1; + padding: 11px; + border-bottom-right-radius: 20px; + } +} +@media (max-width: 767px) { + .cybro-sidebar { + display: none; + } + .o_cp_left { + position: static !important; + bottom: 0px; + z-index: 0; + background: #fff; + width: auto; + padding: 0 !important; +} + .o_main_navbar > ul > li > a, .o_main_navbar > ul > li > label { + color: #000 !important; + font-weight: 300; +} + .o_web_client .o_mobile_search .o_mobile_search_header .fa{ + color: white !important; +} + .oe_website_login_container { + padding: 1rem 1rem 5rem; + background: #f1f4f5; +} + .oe_login_form, .oe_signup_form, .oe_reset_password_form { + max-width: 99%; + position: relative; + margin: 50px auto; + border-radius: 7px; + padding: 3rem; + background: #ffffff; + box-shadow: 0 0 11px 0px #4477d4; +} +} +.cybro-sidebar { + position: relative; +} +.cybro-sidebar-qweb { + position: absolute; + width: auto; +} +.o_action_manager { + padding-left: 67px; +} +.o_cp_top { + width: 100%; +} +.o_cp_bottom { + width: 100%; +} +.o_DiscussSidebarItem_counter { + background: #3e8df7 !important; + color: white !important; +} +.row.theme_main_color .color { + width: 30px; + height: 30px; + cursor: pointer; +} \ No newline at end of file diff --git a/dodger_blue/static/src/xml/base_ext.xml b/dodger_blue/static/src/xml/base_ext.xml new file mode 100644 index 000000000..15b6b9230 --- /dev/null +++ b/dodger_blue/static/src/xml/base_ext.xml @@ -0,0 +1,22 @@ + + + + +
+