From 617d441707cc33c6668058653ff69b3cd4f33913 Mon Sep 17 00:00:00 2001 From: agames4 Date: Fri, 8 Sep 2023 13:07:01 +0200 Subject: [PATCH] added some style things --- sipa/static/css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sipa/static/css/style.css b/sipa/static/css/style.css index 5d405439..68930583 100644 --- a/sipa/static/css/style.css +++ b/sipa/static/css/style.css @@ -168,3 +168,15 @@ img[alt=software_logo] { tr:hover .text-password { filter: none; } + +.error-label{ + color:red; +} +.edit-button{ + background-color: transparent; + background-repeat: no-repeat; + border: none; + cursor: pointer; + overflow: hidden; + outline: none; +} \ No newline at end of file