Warning, /graphics/krita/libs/ui/osx.stylesheet is written in an unsupported language. File is not indexed.

0001 QToolButton:checked
0002 {
0003     background-color: rgb(192,192,192);
0004 }
0005 
0006 QToolButton
0007 {
0008     background-color: transparent;
0009 }
0010 
0011 QToolButton:hover
0012 {
0013     border: 1px;
0014     border-radius: 2px;
0015     border-color: rgb(0,128,224);
0016     border-style: outset;
0017 }