Преглед на файлове

Fix bug graphique au survol des liens dans le dropdown notifs

omassot преди 6 години
родител
ревизия
b692ede529
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      main/static/css/custom.css

+ 1 - 1
main/static/css/custom.css

@@ -247,7 +247,7 @@ select[multiple] option {
 }
 
 /* Change color of dropdown links on hover */
-.dropdown-content a:hover {
+.dropdown-content>a:hover {
 	/* text-decoration: underline !important; */
 	font-weight: 900;
 	background-color: #ff9966;