resources

This commit is contained in:
Wyatt J. Miller 2021-06-27 16:40:18 -04:00
parent cd1cb7250a
commit d19accff40
2 changed files with 27 additions and 0 deletions

6
resources/resources.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/wyattjmiller/snespatcher">
<file>style.css</file>
</gresource>
</gresources>

21
resources/style.css Normal file
View File

@ -0,0 +1,21 @@
.run_btn:focus {
background: #1c71d8;
color: #ffffff;
}
.run_btn:hover {
background: #3584e4;
}
.run_btn:active {
background: #1a5fb4;
}
.run_btn {
background: #1a5fb4;
}
.run_btn:disabled {
background: #3d3846;
color: #5e5c64;
}