mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-30 01:38:37 +01:00
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:
parent
f2051a9f05
commit
11ea479feb
@ -5146,6 +5146,10 @@ div#calendar-container div.calendar table tbody tr.rowhilite td {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
button.image_button {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
/*@import "../less/layout_nextmatch.less";*/
|
||||
/**
|
||||
* Less-file for egroupware
|
||||
|
@ -93,7 +93,7 @@
|
||||
#loginMainDiv div#centerBox #loginCdMessage span {
|
||||
padding: 0.5em;
|
||||
font-size: 1.2em;
|
||||
color: rgba(103, 159, 210, 0.1);
|
||||
color: #679fd2;
|
||||
text-shadow: -1px -1px 0px #101010, 1px 1px 0px #505050;
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -1331,7 +1331,8 @@ div#calendar-container {
|
||||
.dimension_width_height_s;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// |