tahoma2d/stuff/config/qss/Default/less/components/frames.less

12 lines
314 B
Text
Raw Normal View History

/* -----------------------------------------------------------------------------
Component: Frames
----------------------------------------------------------------------------- */
// this is a basic bounding box
// ideal for groupboxes etc
.frame {
border: 1 solid @accent;
border-radius: 2;
}