Zaiiida commited on
Commit
369d95b
·
verified ·
1 Parent(s): 248b3f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -12
app.py CHANGED
@@ -91,20 +91,16 @@ input[type="text"], textarea {
91
  border: 1px solid #FFFFFF;
92
  }
93
 
94
- input[type="range"]::-webkit-slider-thumb {
95
- background: #5271FF;
96
- }
97
-
98
- input[type="range"]::-moz-range-thumb {
99
- background: #5271FF;
100
- }
101
-
102
- input[type="range"]::-ms-thumb {
103
- background: #5271FF;
104
  }
105
 
106
- input[type="checkbox"]:checked {
107
- background-color: #5271FF;
108
  }
109
 
110
  /* Выделяем текст для Prompt */
 
91
  border: 1px solid #FFFFFF;
92
  }
93
 
94
+ /* Цвет кнопки Generate */
95
+ .generate-button {
96
+ background-color: #5271FF !important;
97
+ color: #FFFFFF !important;
98
+ border: none;
99
+ font-weight: bold;
 
 
 
 
100
  }
101
 
102
+ .generate-button:hover {
103
+ background-color: #405BBF !important; /* Цвет при наведении */
104
  }
105
 
106
  /* Выделяем текст для Prompt */