aboutsummaryrefslogtreecommitdiff
path: root/Core/Scripts/Interfaces/StyleSheets/modules.qss
diff options
context:
space:
mode:
authorMobileMachine\jeremy <[email protected]>2017-06-06 22:59:03 -0400
committerMobileMachine\jeremy <[email protected]>2017-06-06 22:59:03 -0400
commit24725fa8681f906ab44d80687c09fecc171a2896 (patch)
tree312a601df29aca7f8db9f44082d96ebc7a679138 /Core/Scripts/Interfaces/StyleSheets/modules.qss
parentInitial commit (diff)
downloadartv2-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.qss9
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