broadfield-dev commited on
Commit
1414c41
·
verified ·
1 Parent(s): f85f40c

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +22 -1
static/styles.css CHANGED
@@ -29,7 +29,7 @@ h1 {
29
 
30
  p {
31
  font-size: 0.9em;
32
- margin-bottom: 20px;
33
  }
34
 
35
  .sphere-controls, .fluid-controls {
@@ -70,4 +70,25 @@ button:hover {
70
 
71
  #reset-btn:hover {
72
  background-color: #1e88e5;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  }
 
29
 
30
  p {
31
  font-size: 0.9em;
32
+ margin-bottom: 10px;
33
  }
34
 
35
  .sphere-controls, .fluid-controls {
 
70
 
71
  #reset-btn:hover {
72
  background-color: #1e88e5;
73
+ }
74
+
75
+ #save-btn {
76
+ background-color: #FF9800;
77
+ }
78
+
79
+ #save-btn:hover {
80
+ background-color: #e68900;
81
+ }
82
+
83
+ #load-btn {
84
+ background-color: #9C27B0;
85
+ }
86
+
87
+ #load-btn:hover {
88
+ background-color: #8e24aa;
89
+ }
90
+
91
+ #status-message {
92
+ color: #4CAF50;
93
+ font-size: 0.9em;
94
  }