aboutsummaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/user_profile.css13
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