fixed buttons with just an image from html::submit_button() were shown like a button after changing tag from <input type="submit" to <button

This commit is contained in:
Ralf Becker 2014-02-11 16:52:54 +00:00
parent f2051a9f05
commit 11ea479feb
4 changed files with 22 additions and 17 deletions

View File

@ -5146,6 +5146,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
width: 16px; width: 16px;
height: 16px; height: 16px;
} }
button.image_button {
background: none;
border: none;
}
/*@import "../less/layout_nextmatch.less";*/ /*@import "../less/layout_nextmatch.less";*/
/** /**
* Less-file for egroupware * Less-file for egroupware

View File

@ -93,7 +93,7 @@
#loginMainDiv div#centerBox #loginCdMessage span { #loginMainDiv div#centerBox #loginCdMessage span {
padding: 0.5em; padding: 0.5em;
font-size: 1.2em; font-size: 1.2em;
color: rgba(103, 159, 210, 0.1); color: #679fd2;
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050; text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
width: 100%; width: 100%;
} }

View File

@ -1331,7 +1331,8 @@ div#calendar-container {
.dimension_width_height_s; .dimension_width_height_s;
} }
// old image (only) buttons, which should only display an image, no button
button.image_button {
// background: none;
// border: none;
}