fixed non-rounded icons on susimail menus

This commit is contained in:
hankhill19580
2020-01-07 17:25:37 +00:00
parent 1a0b25a6ef
commit cf2a4ba053
20 changed files with 22 additions and 18 deletions

View File

@@ -2630,7 +2630,7 @@ h4.app, h4.app2 {
background: linear-gradient(to bottom, #fff 50%, #eef 50%);
box-shadow: inset 0 0 0 1px #fff, 0 0 1px #ccc;
display: inline-block;
width: calc(100% - 44px);
width: 99%;
border-radius: 2px;
color: #41465f;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 406 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 B

View File

@@ -23,7 +23,7 @@ body.iframed {
background: url(/themes/console/images/transparent.gif),
url(/themes/susimail/images/compose_hover.png) no-repeat,
url(/themes/susimail/images/login_hover.png) no-repeat,
url(/themes/susimail/images/logout_hover.png) no-repeat,
url(images/logout.png) no-repeat,
url(/themes/susimail/images/offline_hover.png) no-repeat,
url(/themes/susimail/images/save_hover.png) no-repeat,
url(/themes/susimail/images/send_hover.png) no-repeat,
@@ -598,14 +598,15 @@ input.offline:hover {
}
input.list, input.moveto, #pagenav input.switchto {
background: #eee url(/themes/susimail/images/folder.png) no-repeat 6px center;
background: url(/themes/susimail/images/folder.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
background: #eee url(images/folder.png) no-repeat 6px center;
background: url(images/folder.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
padding: 5px 7px 5px 24px;
border-radius: 15px;
}
input.list:hover, input.moveto:hover, input.switchto:hover {
background: #eee url(/themes/susimail/images/folder-open.png) no-repeat 6px center;
background: url(/themes/susimail/images/folder-open.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff);
background: #eee url(images/folder.png) no-repeat 6px center;
background: url(images/folder.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff);
}
input.forward {
@@ -632,25 +633,25 @@ input.login:hover {
}
input.logout {
background: #eee url(/themes/susimail/images/logout.png) no-repeat 6px center;
background: url(/themes/susimail/images/logout.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
background: #eee url(images/logout.png) no-repeat 6px center;
background: url(images/logout.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
padding: 5px 7px 5px 24px;
}
input.logout:hover {
background: #fff url(/themes/susimail/images/logout_hover.png) no-repeat 6px center;
background: url(/themes/susimail/images/logout_hover.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff);
background: #fff url(images/logout.png) no-repeat 6px center;
background: url(images/logout.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff);
}
input.reload, input.refresh {
background: #eee url(/themes/console/images/buttons/update.png) no-repeat 6px center;
background: url(/themes/console/images/buttons/update.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
background: #eee url(images/refresh.png) no-repeat 6px center;
background: url(images/refresh.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
padding: 5px 7px 5px 24px;
}
input.reload:hover, input.refresh:hover {
background: #eee url(/themes/console/images/buttons/update_hover.png) no-repeat 6px center;
background: url(/themes/console/images/buttons/update_hover.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff);
background: #eee url(images/refresh.png) no-repeat 6px center;
background: url(images/refresh.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff);
}
input.invertselection {
@@ -688,14 +689,16 @@ input.markall:hover {
}
input.new {
background: #eee url(/themes/susimail/images/compose.png) no-repeat 6px center;
background: url(/themes/susimail/images/compose.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
background: #eee url(images/edit.png) no-repeat 6px center;
background: url(images/edit.png) no-repeat 6px center, linear-gradient(to bottom, #fff, #efefff);
padding: 5px 7px 5px 24px;
border-radius: 15px;
}
input.new:hover {
background: #fff url(/themes/susimail/images/compose_hover.png) no-repeat 6px center;
background: url(/themes/susimail/images/compose_hover.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff);
background: #fff url(images/edit.png) no-repeat 6px center;
background: url(images/edit.png) no-repeat 6px center, linear-gradient(to bottom, #eee, #fff);
border-radius: 15px;
}
input.reply {
@@ -1200,6 +1203,7 @@ input.moveto {
float: left;
margin-left: 2px;
margin-top: 2px !important;
border-radius: 15px;
}
.topbuttons input.prev, .topbuttons input[name="prev"], .topbuttons input.prevpage, .topbuttons input[name="prevpage"],