From 81e6289de16ba64e496b4e3374ab1a7fc2dfb4ca Mon Sep 17 00:00:00 2001 From: "me@ow.nekobit.net" Date: Mon, 18 Apr 2022 15:11:00 +0000 Subject: [PATCH] treebird40 changes FossilOrigin-Name: d9d394b03debff4ecf91a405d27d48910e5dd1f217a101e8830df08f4fb447df --- dist/treebird40.css | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/dist/treebird40.css b/dist/treebird40.css index ae362cf..a0f9e98 100644 --- a/dist/treebird40.css +++ b/dist/treebird40.css @@ -51,7 +51,7 @@ ul #main-page { - background-color: #fff; + background-color: #ffffff; width: 1000px; margin-left: auto; margin-right: auto; @@ -108,7 +108,7 @@ table.ui-table td background: rgba(245, 245, 245, 0.8); backdrop-filter: blur(12px); width: 1000px; - border-bottom: 1px solid #dadada; + border-bottom: 2px solid #eaeaea; z-index: 999; position: sticky; top: 0px; @@ -183,7 +183,7 @@ table.ui-table td min-height: 600px; max-width: 180px; min-width: 180px; - background-color: #fcfcfc; + background-color: #f6f6f6; } #leftbar @@ -259,7 +259,7 @@ table.present th, table.present td /************************************************* * BUTTONS * *************************************************/ -.sidebarbtn, .btn +.btn { background-color: #fff; color: #000; @@ -268,17 +268,17 @@ table.present th, table.present td transition: background-color .15s, border .15s; } -.sidebarbtn:hover, .btn:hover +.btn:hover { - background-color: #ffcccc; + background-color: #dddddd; border-bottom: 1px solid #aa4040; color: #000; cursor: pointer; } -.sidebarbtn:active, .btn:active +.btn:active { - background: linear-gradient(#600000, #aa0000); + background-color: #ffcccc; border-color: #400000; color: #fff; cursor: pointer; @@ -312,13 +312,19 @@ input[type=button], input[type=submit] display: block; padding: 10px 8px 10px 16px; margin: 4px; - border-radius: 3px; + border-radius: 8px; + +} + +.sidebarbtn:hover +{ + background-color: #fff; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05); } .sidebarbtn.focused { - border-right: 3px solid #aa0000; + } .sidebarbtn-sub