Skip to content

Commit 656600d

Browse files
committed
[FIX] adding legacy CSS for info-buttons
1 parent 52b41f5 commit 656600d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

templates/default/events.css

+13
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,17 @@ div.modal-body form .ilFormFooter {
211211
.std .btn-group-vertical .dropdown .btn {
212212
width: 100%;
213213
text-align: center;
214+
215+
/* Legacy Button usage */
216+
.btn-info {
217+
color: #fff;
218+
background-color: #dcb496;
219+
border-color: #d6a683;
220+
}
221+
222+
.btn-info:hover, .btn-info:focus {
223+
color: #fff;
224+
background-color: #cf9970;
225+
border-color: #c68655;
226+
text-decoration: none;
214227
}

0 commit comments

Comments
 (0)