summaryrefslogtreecommitdiff
path: root/tools/editor/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/style.css')
-rw-r--r--tools/editor/style.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/editor/style.css b/tools/editor/style.css
index c02eb4a..7243ee3 100644
--- a/tools/editor/style.css
+++ b/tools/editor/style.css
@@ -55,3 +55,25 @@ h1, h2 {
#redoButton:hover {
background-color: #4cae4c;
}
+
+/* New styles for playback buttons */
+#listenOriginalButton,
+#listenGeneratedButton {
+ background-color: #5bc0de;
+ color: white;
+ border: none;
+ border-radius: 4px;
+ margin-top: 5px;
+}
+
+#listenOriginalButton:hover,
+#listenGeneratedButton:hover {
+ background-color: #31b0d5;
+}
+
+hr {
+ border: 0;
+ height: 1px;
+ background-color: #ccc;
+ margin: 20px 0;
+} \ No newline at end of file