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