| |
| |
| |
| |
| PencilTestPopup { |
| min-height: 730px; |
| min-width: 512px; |
| |
| } |
| |
| |
| |
| } |
| |
| |
| background-color: lighten(@bg, 15%); |
| &:checked { |
| background-color: lighten(@bg, 30%); |
| border: 2px solid @selected-bg-color; |
| border-radius: 2px; |
| } |
| } |
| |
| |
| font-size: 17px; |
| } |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| padding: 3px; |
| &:hover { |
| background: lighten(@bg, 10%); |
| } |
| } |
| |
| QStatusBar { |
| background-color: rgb(192,192,192); |
| &::item { |
| border: 0; |
| } |
| & QLabel { |
| background-color: rgb(192,192,192); |
| } |
| & |
| background-color: rgb(255,255,255); |
| padding: 1px 3px; |
| } |
| } |
| |
| |
| color: @label-title; |
| } |