diff options
| author | MobileMachine\jeremy <[email protected]> | 2017-06-06 22:59:03 -0400 |
|---|---|---|
| committer | MobileMachine\jeremy <[email protected]> | 2017-06-06 22:59:03 -0400 |
| commit | 24725fa8681f906ab44d80687c09fecc171a2896 (patch) | |
| tree | 312a601df29aca7f8db9f44082d96ebc7a679138 /Core/Scripts/Interfaces/StyleSheets/modules.qss | |
| parent | Initial commit (diff) | |
| download | artv2-24725fa8681f906ab44d80687c09fecc171a2896.tar.xz artv2-24725fa8681f906ab44d80687c09fecc171a2896.zip | |
Initial Submission
First submission of current state of ARTv2. Currently considered to be in Alpha. There are a couple of animation tools not implemented yet, and one module not implemented yet, as well as incomplete documentation.
Diffstat (limited to 'Core/Scripts/Interfaces/StyleSheets/modules.qss')
| -rw-r--r-- | Core/Scripts/Interfaces/StyleSheets/modules.qss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Core/Scripts/Interfaces/StyleSheets/modules.qss b/Core/Scripts/Interfaces/StyleSheets/modules.qss new file mode 100644 index 0000000..7088426 --- /dev/null +++ b/Core/Scripts/Interfaces/StyleSheets/modules.qss @@ -0,0 +1,9 @@ +QPushButton:hover +{ + margin-top: -2px; +} + +QPushButton:pressed +{ + margin-top: 2px; +}
\ No newline at end of file |