diff --git a/web/src/main/resources/web/css/bloodshed-color.css b/web/src/main/resources/web/css/bloodshed-color.css index 5304e19..037b75e 100644 --- a/web/src/main/resources/web/css/bloodshed-color.css +++ b/web/src/main/resources/web/css/bloodshed-color.css @@ -42,6 +42,16 @@ textarea{ background-color: black; } +.archive{ + background: red; + color: black; +} + +.archive.hover{ + background: orange; + color: black; +} + .error { background-color: red; color: black; diff --git a/web/src/main/resources/web/css/bloodshed.css b/web/src/main/resources/web/css/bloodshed.css index 79fe389..ddab8ce 100644 --- a/web/src/main/resources/web/css/bloodshed.css +++ b/web/src/main/resources/web/css/bloodshed.css @@ -70,8 +70,7 @@ td, tr{ position: fixed; top: 10px; right: 10px; - width: 200px; - height: 30px; + padding: 7px 30px; z-index: 100; border-radius: 5px; text-align: center; diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index 79fe389..ddab8ce 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -70,8 +70,7 @@ td, tr{ position: fixed; top: 10px; right: 10px; - width: 200px; - height: 30px; + padding: 7px 30px; z-index: 100; border-radius: 5px; text-align: center; diff --git a/web/src/main/resources/web/css/winter-color.css b/web/src/main/resources/web/css/winter-color.css index 33b4f99..ea62157 100644 --- a/web/src/main/resources/web/css/winter-color.css +++ b/web/src/main/resources/web/css/winter-color.css @@ -41,6 +41,15 @@ textarea{ background-color: lightcyan;; } +.archive{ + background: white; +} + +.archive.hover{ + background: lightblue; + color: black; +} + .error { background-color: red; color: black; diff --git a/web/src/main/resources/web/css/winter.css b/web/src/main/resources/web/css/winter.css index 79fe389..ddab8ce 100644 --- a/web/src/main/resources/web/css/winter.css +++ b/web/src/main/resources/web/css/winter.css @@ -70,8 +70,7 @@ td, tr{ position: fixed; top: 10px; right: 10px; - width: 200px; - height: 30px; + padding: 7px 30px; z-index: 100; border-radius: 5px; text-align: center;