diff options
Diffstat (limited to 'dash/css/dash.css')
| -rw-r--r-- | dash/css/dash.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index 3e79901..b814fb0 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -145,7 +145,7 @@ body { background-repeat: no-repeat; margin-right: 3px; } -.jobxbtn { +.jobxbtn, .appxbtn { display: block; width: 16px; height: 16px; @@ -154,7 +154,7 @@ body { background-size: contain; background-repeat: no-repeat; } -.jobxbtn:hover { +.jobxbtn:hover, .appxbtn:hover { background-image: url('../img/x_hover.png'); cursor: pointer; } |
