From e809bb4c137c4a24e74e455b3f2855f6c7f1bb0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Br=C3=B6tzmann?= <mailtrash@posteo.de> Date: Wed, 24 Mar 2021 18:53:22 +0100 Subject: [PATCH] CSS: Remove obsolete style --- gajim/data/style/gajim.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gajim/data/style/gajim.css b/gajim/data/style/gajim.css index b7b8c4da0a..5988c679e5 100644 --- a/gajim/data/style/gajim.css +++ b/gajim/data/style/gajim.css @@ -261,9 +261,7 @@ .header-box-first label { padding: 0px 18px 6px 18px; } -/* VCardWindow */ -.VCard-GtkLinkButton { padding-left: 5px; border-left: none; } - +/* Profile window */ #NicknameEntry:disabled { font-size: 28px; font-weight: bold; @@ -285,7 +283,6 @@ #ProfileWindow actionbar box { #ProfileWindow actionbar button { margin-top: 12px; } - .profile-scrolled { border: 1px solid @borders; border-radius: 4px; -- GitLab