-
12 Jan 2010 4:35 AM #1
Making TBar buttons more button like
Making TBar buttons more button like
Is there an easy way to style the buttons in the title bar of a grid or panel to look more like buttons. What I want is from them to look like the buttons at the bottom of a page. The problem is that when a button is in a tbar it looks just like text and not a button.
Thanks
-
7 Apr 2010 6:16 AM #2
in the file ext-all.css you have to fine 'background-position: 500px 500px;' it's probably at line 1890 then you have to remove or comment it out like the following:
Code:/* .x-toolbar .x-btn-tl, .x-toolbar .x-btn-tr, .x-toolbar .x-btn-tc, .x-toolbar .x-btn-ml, .x-toolbar .x-btn-mr, .x-toolbar .x-btn-mc, .x-toolbar .x-btn-bl, .x-toolbar .x-btn-br, .x-toolbar .x-btn-bc { background-position: 500px 500px; } */


Reply With Quote