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

Commit 0a6ca78

Browse files
committed
Update
1 parent c7adb70 commit 0a6ca78

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

css/style.dashboard.css

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@ body {
114114
margin-top: 9px;
115115
}
116116

117+
.dropdown .employ-toggle.click:hover {
118+
background: #fff;
119+
}
120+
117121
.dropdown ul.expand-dropdown li a i.fa {
118122
padding-right: 12px;
119123
}
@@ -144,17 +148,21 @@ body {
144148
padding: 25px;
145149
}
146150

147-
/* table action buttons
151+
/* table and action buttons
148152
========================================================================== */
149-
.action-buttons a {
153+
table td {
154+
font-weight: 400;
155+
}
156+
157+
table td.action-buttons a {
150158
padding: 2px 4px;
151159
border-radius: 3px;
152160
color: #acacac;
153161
text-decoration: none;
154162
color: #d4d4d4;
155163
}
156164

157-
.action-buttons a:hover {
165+
table td.action-buttons a:hover {
158166
color: #9e9e9e;
159167
}
160168

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-ui-dashboard",
3-
"version": "1.0.9",
3+
"version": "1.1.0",
44
"description": "Simple and fast dashboard template.",
55
"main": "css/style.dashboard.css",
66
"repository": {

0 commit comments

Comments
 (0)