mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add app-odoo
This commit is contained in:
22
app_odoo_customize/static/src/scss/app.scss
Normal file
22
app_odoo_customize/static/src/scss/app.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
.o_user_menu .dropdown-menu img,
|
||||
.o_user_menu_mobile .dropdown-item img {
|
||||
height: 20px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.oe_form_configuration {
|
||||
.o_settings_container {
|
||||
span {
|
||||
display:inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.o_web_client {
|
||||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
content: '/';
|
||||
}
|
||||
}
|
||||
// Colors replace to ent
|
||||
//$o-community-color: #875A7B;
|
||||
|
||||
7
app_odoo_customize/static/src/scss/dialog.scss
Normal file
7
app_odoo_customize/static/src/scss/dialog.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
.modal {
|
||||
.modal-content {
|
||||
.modal-header.ui-draggable-handle {
|
||||
cursor: move;
|
||||
}
|
||||
}
|
||||
}
|
||||
28
app_odoo_customize/static/src/scss/ribbon.scss
Normal file
28
app_odoo_customize/static/src/scss/ribbon.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
/* Copyright 2015 Francesco OpenCode Apruzzese <cescoap@gmail.com>
|
||||
Copyright 2017 Thomas Binsfeld <thomas.binsfeld@acsone.eu>
|
||||
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */
|
||||
|
||||
.test-ribbon {
|
||||
width: 300px;
|
||||
top: 25px;
|
||||
right: -100px;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
line-height: 20px;
|
||||
letter-spacing: 1px;
|
||||
color: #f0f0f0;
|
||||
-webkit-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
-moz-transform: rotate(45deg);
|
||||
-o-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
||||
background: rgba(255, 0, 0, 0.5);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.test-ribbon b {
|
||||
font-size: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user