diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-26 23:21:52 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-08-26 23:21:52 +0000 |
| commit | d94aad5042d2fd09242581f11415de4a978168be (patch) | |
| tree | 2e950a1b6c4a7e739b0f3df3ba2eaeb2464316c2 /assets/css/user_profile.css | |
| parent | 81e415a89b17ddf9b57347de799022808507f41b (diff) | |
| parent | 17a4b5f57e0223b211ab8ff601e587920e6e1bef (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'assets/css/user_profile.css')
| -rw-r--r-- | assets/css/user_profile.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/assets/css/user_profile.css b/assets/css/user_profile.css index 39d86b0..042d842 100644 --- a/assets/css/user_profile.css +++ b/assets/css/user_profile.css @@ -1,4 +1,4 @@ -/*** USER PROFILE PAGE ***/ + /*** USER PROFILE PAGE ***/ .user-info-content img{ max-width: 120px; @@ -135,5 +135,16 @@ nav .nav-o:hover .nav-o-container{ } +/* Inbox */ + + +.u-table-row { + display:table-row; + cursor: pointer; +} +.u-table tbody tr:hover{ + background-color: #ededed; +} + /*** USER PROFILE PAGE END ***/
\ No newline at end of file |
