Odoo Style Valaiscom V8.0
Odoo Pro by Valaiscom

Details
AuthorValaiscom
LicenseFree
CategoryCorporate
Created
Updated
Code size3.6 kB
Code checksum83ffae00
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 11.7.2023, 15:06:36
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://192.168.72.6/") {
.openerp {
color: #000;
}
.oe_stat_button {
border-radius: 25px;
}
.openerp .oe_stat_button {
font-weight: normal;
width: 132px !important;
height: 40px;
color: #4a3737;
margin: 0px -1px -1px 0px;
padding: 5px;
border: 2px solid #eee;
border-radius: 0;
box-shadow: none;
background: white;
border-radius: 25px;
margin: 10px;
padding-bottom: 40px;
}
.openerp .oe_stat_button:hover {
background-color: #aaaaaa4a;
color: black;
}
.openerp .oe_avatar > img {
display: none;
}
.openerp .oe_form_sheet {
background: white;
min-height: 330px;
padding: 16px;
border-radius: 10px;
}
.oe_view_manager_header tbody{
background-color: white;
border: none;
}
.oe_secondary_menus_container {
background-color: #fff;
}
div .oe_footer a{
color: white;
display: none;
background-color: white;
}
.oe_footer {
color: white;
display: none;
background-color: white!important
}
div .oe_button {
background-color: green!important
color: green;
}
.oe_form_group_cell {
background-color: #d5d3d324;
}
.oe_form_group_row {
position: relative;
margin-top: -100px; !important
}
.oe_menu_text {
font-size: 14pt;
padding: 2px;
}
.oe_topbar_avatar > img{
size: 300%; !important
}
.oe_logo {
background-color: #fff;
}
.oe_sidebar_suggestion {
display: none;
}
.oe_msg_left {
margin: 0px;
padding-right: 80px;
padding-top: 5px;
padding-bottom: 5px;
}
.openerp .oe_mail .oe_msg .oe_msg_icon {
width: 32px;
margin: 8px;
object-fit: ;
position: relative;
}
.oe_list_header_columns {
background-color: #fff;
font-size: 11pt;
}
.oe_list_button_import {
display: none; !important
}
.openerp .oe_mail .oe_msg {
position: relative;
background: #fff;
border-radius: 10px;
margin: 10px;
font-size: 12pt;
margin-bottom: 10px;
min-height: 42px;
border: solid 2px rgba(0,0,0,0.03);
padding: 4px
}
.oe_alternative {
display: none;
}
.openerp button.oe_highlight {
color: white;
font-size: 12pt;
background-image: linear-gradient(to bottom, #000, #000);
font-weight: 400;
}
.openerp button.oe_highlight:hover { background-image: linear-gradient(to bottom, #fff, #fff);
color:black;}
.openerp .oe_application a {
color: #000000;
font-weight: 600;
font-size: 12pt;
}
.openerp a.button:link, .openerp a.button:visited, .openerp button, .openerp .oe_button, .openerp input[type='submit'] {
display: inline-block;
border: 2px solid rgba(156, 156, 156, .6);
color: #000;
margin: 0;
padding: 5px 15px;
font-size: 13px;
text-align: center;
font-weight: 700;
background-image: linear-gradient(to bottom, #fff, #fff);
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
-webkit-font-smoothing: antialiased;
outline: none;
}
}