diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index e21acdb883..e3977fa43a 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3306,7 +3306,7 @@ button.add { text-shadow: none; height: 24px; /* height: auto;*/ - background-image: none !important; + background-image: none; /*.border_radius_button_lefttop;*/ } button.add:before { @@ -3806,7 +3806,7 @@ table.nextmatch_header img { background-color: #679fd2; } #loginMainDiv #divAppIconBar #divLogo img { - width: 70%; + /*width: 70%;*/ /*margin-left: 15%;*/ margin: 0 auto; max-width: 400px; diff --git a/pixelegg/less/layout_loginPage.less b/pixelegg/less/layout_loginPage.less index ba620e25bf..34f10542cc 100644 --- a/pixelegg/less/layout_loginPage.less +++ b/pixelegg/less/layout_loginPage.less @@ -55,7 +55,7 @@ background-color: @egw_color_2_e; img { - width: 70%; + /*width: 70%;*/ /*margin-left: 15%;*/ margin: 0 auto; max-width: 400px;