fixed non-rounded icons on susimail menus
@@ -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;
|
||||
}
|
||||
|
||||
BIN
installer/resources/themes/susimail/dark/images/account.png
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
installer/resources/themes/susimail/dark/images/edit.png
Normal file
|
After Width: | Height: | Size: 361 B |
BIN
installer/resources/themes/susimail/dark/images/folder.png
Normal file
|
After Width: | Height: | Size: 313 B |
BIN
installer/resources/themes/susimail/dark/images/help.png
Normal file
|
After Width: | Height: | Size: 438 B |
BIN
installer/resources/themes/susimail/dark/images/login.png
Normal file
|
After Width: | Height: | Size: 360 B |
BIN
installer/resources/themes/susimail/dark/images/logout.png
Normal file
|
After Width: | Height: | Size: 302 B |
BIN
installer/resources/themes/susimail/dark/images/offline.png
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
installer/resources/themes/susimail/dark/images/refresh.png
Normal file
|
After Width: | Height: | Size: 406 B |
BIN
installer/resources/themes/susimail/dark/images/settings.png
Normal file
|
After Width: | Height: | Size: 483 B |
BIN
installer/resources/themes/susimail/light/images/account.png
Normal file
|
After Width: | Height: | Size: 322 B |
BIN
installer/resources/themes/susimail/light/images/edit.png
Normal file
|
After Width: | Height: | Size: 361 B |
BIN
installer/resources/themes/susimail/light/images/folder.png
Normal file
|
After Width: | Height: | Size: 313 B |
BIN
installer/resources/themes/susimail/light/images/help.png
Normal file
|
After Width: | Height: | Size: 438 B |
BIN
installer/resources/themes/susimail/light/images/login.png
Normal file
|
After Width: | Height: | Size: 360 B |
BIN
installer/resources/themes/susimail/light/images/logout.png
Normal file
|
After Width: | Height: | Size: 302 B |
BIN
installer/resources/themes/susimail/light/images/offline.png
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
installer/resources/themes/susimail/light/images/refresh.png
Normal file
|
After Width: | Height: | Size: 406 B |
BIN
installer/resources/themes/susimail/light/images/settings.png
Normal file
|
After Width: | Height: | Size: 483 B |
@@ -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"],
|
||||
|
||||