diff options
author | Kris Moore <kris@pcbsd.org> | 2014-09-04 11:42:13 -0400 |
---|---|---|
committer | Kris Moore <kris@pcbsd.org> | 2014-09-04 11:42:13 -0400 |
commit | 71737f70949bd25f9aa8bc4e7d03039ba83c6cb1 (patch) | |
tree | ab29e864d1ae59d10cc6875af9541e3ad306b2fb /lumina-desktop/defaults/stylesheet.qss | |
parent | Initial commit (diff) | |
download | lumina-71737f70949bd25f9aa8bc4e7d03039ba83c6cb1.tar.gz lumina-71737f70949bd25f9aa8bc4e7d03039ba83c6cb1.tar.bz2 lumina-71737f70949bd25f9aa8bc4e7d03039ba83c6cb1.zip |
Initial import of the lumina code from pcbsd git repo
Diffstat (limited to 'lumina-desktop/defaults/stylesheet.qss')
-rw-r--r-- | lumina-desktop/defaults/stylesheet.qss | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/lumina-desktop/defaults/stylesheet.qss b/lumina-desktop/defaults/stylesheet.qss new file mode 100644 index 00000000..f8c6f1bb --- /dev/null +++ b/lumina-desktop/defaults/stylesheet.qss @@ -0,0 +1,39 @@ +QToolTip{ + background: rgb(240,240,240); + border: 1px solid transparent; + padding: 1px; + color: black; +} +QMenu { + background-color: rgb(240,240,240); + border: 1px solid transparent; + margin: 2px; /* some spacing around the menu */ + } + QMenu::item { + padding-left: 27px; + padding-right: 15px; + padding-top: 2px; + padding-bottom: 2px; + border: 1px solid transparent; /* reserve space for selection border */ + } + QMenu::item:selected { + border: 1px solid black; + border-radius: 3px; + background: rgba(130, 130, 130, 150); + } + QMenu::indicator{ + width: 22px; + height: 22px; + } + QMenu::icon{ + width: 22px; + height: 22px; + } + + QWidget{ + font-family: "DejaVu Sans"; + font-size: 13px; + font-weight: 300; + font-style: normal; + color: black; + }
\ No newline at end of file |