0

I am using Sencha CMD to build up my theme package. I want that my framed panels will have border-radius of 8 pixels and that they will be white.

Here is what I have done:

$panel-frame-border-radius: 8px !default;
$panel-frame-border-color: #fff !default;

Now I see that the border radius has changed, but its color is still as the ext classic theme (blue).

How can I change this color?

4

1 回答 1

0

好的,我通过添加以下规则解决了它

$panel-frame-background-color: #FFFFFF !default;

没有意识到这是适合使用的属性。

于 2013-07-22T05:55:57.077 回答