diff --git a/app/css/master.css b/app/css/master.css index 75f2c676..8dc4e1f4 100644 --- a/app/css/master.css +++ b/app/css/master.css @@ -610,3 +610,6 @@ textarea { .darwin .win { display: none; } +.dropdown-content.header:hover { + background-color: white; +} \ No newline at end of file diff --git a/app/css/userdata.css b/app/css/userdata.css index f3bdd53b..ff44b8df 100644 --- a/app/css/userdata.css +++ b/app/css/userdata.css @@ -143,6 +143,9 @@ #hisdropdown{ background-color: var(--bg); } +#hisdropdown li a { + color: white; +} #hisdropdown li:hover{ background-color: var(--active); } \ No newline at end of file diff --git a/app/view/make/index.sample.html b/app/view/make/index.sample.html index 32e07907..fd73cb13 100644 --- a/app/view/make/index.sample.html +++ b/app/view/make/index.sample.html @@ -417,9 +417,6 @@