Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 17a0937

Browse files
authored
Update style.dashboard.css
1 parent 7a0cfcd commit 17a0937

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

css/style.dashboard.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
========================================================================== */
44
body {
55
background: #f4f4f4;
6-
min-height: 100px;
76
}
87

98
/* header
@@ -145,6 +144,14 @@ body {
145144
padding: 25px;
146145
}
147146

147+
/* table action buttons
148+
========================================================================== */
149+
.action-buttons a {
150+
padding: 2px 4px;
151+
border-radius: 3px;
152+
color: #acacac;
153+
}
154+
148155
@media only screen and (min-width: 768px) {
149156

150157
.content .box {

0 commit comments

Comments
 (0)