From 7ff01413e59bdece03582d5ff3c76d3c6c158f0e Mon Sep 17 00:00:00 2001 From: cutls Date: Mon, 7 Sep 2020 00:23:10 +0900 Subject: [PATCH] some fix --- app/css/master.css | 3 +++ app/css/userdata.css | 3 +++ app/view/make/index.sample.html | 3 --- 3 files changed, 6 insertions(+), 3 deletions(-) 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 @@