DmitrMakeev commited on
Commit
0767626
1 Parent(s): 7e70a73

Update data_gc_tab.html

Browse files
Files changed (1) hide show
  1. data_gc_tab.html +12 -1
data_gc_tab.html CHANGED
@@ -164,7 +164,18 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
164
  font-size: 16px;
165
  color: #666;
166
  }
167
-
 
 
 
 
 
 
 
 
 
 
 
168
  </style>
169
  </head>
170
 
 
164
  font-size: 16px;
165
  color: #666;
166
  }
167
+ /* Переопределение стилей Notyf */
168
+ .notyf__toast {
169
+ background-color: #25D366 !important; /* Зеленый фон */
170
+ color: #ffffff !important; /* Белый текст */
171
+ font-size: 16px;
172
+ }
173
+ .notyf__toast--success {
174
+ background-color: #25D366 !important; /* Зеленый фон для успешного уведомления */
175
+ }
176
+ .notyf__toast--error {
177
+ background-color: #d9534f !important; /* Красный фон для ошибок (по желанию) */
178
+ }
179
  </style>
180
  </head>
181