snespatcher/resources/style.css

26 lines
317 B
CSS
Raw Permalink Normal View History

2021-06-27 15:40:18 -05:00
.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;
2021-07-03 18:56:53 -05:00
}
.headerbar {
background: #353535;
border: 0;
2021-06-27 15:40:18 -05:00
}