gpt4 book ai didi

css - Extjs 可调整大小的句柄颜色变化?

转载 作者:行者123 更新时间:2023-11-28 13:36:55 25 4
gpt4 key购买 nike

我一直在尝试将 Extjs 中可调整大小的句柄替换为当前 CSS 类,特别是用于弹出窗口的句柄。我正在尝试更改它的颜色,但它似乎不起作用。这是我的CSS代码

.linkWindow .x-toolbar-footer, 
.x-resizable-handle, .x-resizable-handle-west, .x-resizable-handle-east, .x-resizable- handle-south, .x-resizable-handle-over .x-resizable-handle-east, .x-resizable-handle-over .x-resizable-handle-west, .x-resizable-proxy, .x-resizable-overlay

{

color: #045BB3;
background-color: #045BB3;
background: #045BB3;
border-color: #045BB3;


}

我不知道该怎么办了。任何帮助将不胜感激!!

还应该注意我正在为 IE 7 开发

最佳答案

我猜 Extjs css 正在覆盖你自己的。尝试在属性的末尾添加 !important,如下所示:

.linkWindow .x-toolbar-footer, 
.x-resizable-handle, .x-resizable-handle-west, .x-resizable-handle-east, .x-resizable- handle-south, .x-resizable-handle-over .x-resizable-handle-east, .x-resizable-handle-over .x-resizable-handle-west, .x-resizable-proxy, .x-resizable-overlay

{

color: #045BB3 !important;
background: #045BB3 !important;
border-color: #045BB3 !important;


}

关于css - Extjs 可调整大小的句柄颜色变化?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12863231/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com