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用に開発していることにも注意してください