-1
.o_list_view1 {
tbody> tr> td {
.button-scrape {
text-decoration: none;
color: white;
background: #7c7bad;
padding: 10px 30px;
border-radius: 4px;
font-weight: normal;
text-transform: uppercase;
transition: all 0.2s ease-in-out;
}
.glow-button:hover {
color: white;
box-shadow: 0 5px 15px black;
}
}
}
它不太文件,如果我嘗試寫一個正常的CSS文件,並嘗試在樹中加載類查看其不加載自定義CSS的odoo樹視圖按鈕
<button string="LINK" **class="o_list_view1 button-scrape glow-button"** icon="fa-external-link" name="openURL" type="object" />
請提供您之前嘗試過的代碼示例。 – philosopher
顯示回溯或控制檯錯誤。 –