X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fassets%2Fcss%2Finbox.css;h=9946a4dabc37de8a74444d2f33679c566a8ea037;hb=8cbdcd4e45ab5844053386a9705321556462c3b6;hp=e5f892de914d341ff1fe55c2f4e3bb4c0d34d4b3;hpb=66c1f0a6f171da68b8a044ba3c4efbd6afd883b6;p=motion.git diff --git a/public/assets/css/inbox.css b/public/assets/css/inbox.css index e5f892d..9946a4d 100644 --- a/public/assets/css/inbox.css +++ b/public/assets/css/inbox.css @@ -38,14 +38,14 @@ Inbox Page text-align: left !important; padding: 8px 14px; margin-bottom: 1px; - background: #f4f9fd; + background: #E5E5E5; } .inbox .inbox-nav li.active a, .inbox .inbox-nav li.active:hover a { color: #fff; border-left: none; - background: #169ef4 !important; + background: #44b6ae !important; text-decoration: none; } @@ -57,7 +57,7 @@ Inbox Page display: inline-block; border-top: 6px solid transparent; border-bottom: 6px solid transparent; - border-left: 6px solid #169ef4; + border-left: 6px solid #44b6ae; } .inbox .inbox-nav li:hover a { @@ -109,64 +109,6 @@ Inbox Page line-height: 14px; } -.inbox tr { - color: #777; - font-size: 13px; -} - -.inbox tr label { - display: inline-block; - margin-bottom: 0; -} - -.inbox tr.unread td { - font-weight: 600; -} - -.inbox td i.icon-paper-clip { - top: 2px; - color: #d8e0e5; - font-size: 17px; - position: relative; -} - -.inbox tr i.icon-star, -.inbox tr i.icon-trash { - cursor: pointer; -} - -.inbox tr i.icon-star { - color: #eceef0; -} - -.inbox tr i.icon-star:hover { - color: #fd7b12; -} - -.inbox tr i.inbox-started { - color: #fd7b12; -} - -/*.inbox .table th, -.inbox .table td { - border: none; -} - -.inbox .table th { - background: #eef4f7; - border-bottom: solid 5px #fff; -}*/ - -.inbox th.text-right { - text-align: right; -} - -.inbox th label.inbox-select-all { - color: #828f97; - font-size: 13px; - padding: 1px 4px 0; -} - .inbox ul.inbox-nav { margin-bottom: 0; } @@ -186,33 +128,10 @@ Inbox Page padding: 1px 0; font-size: 15px; cursor: pointer; - /*background: #d0dde4 !important;*/ } .inbox ul.inbox-nav i:hover { - background: #169ef4 !important; -} - -.inbox td.text-right { - /*width: 100px;*/ - text-align: right; -} - -.inbox td.inbox-small-cells { - width: 10px; -} - -.inbox .table-hover tbody tr:hover > td, -.inbox .table-hover tbody tr:hover > th, -.inbox .table-striped tbody > tr:nth-child(odd) > td, -.inbox .table-striped tbody > tr:nth-child(odd) > th { - background: #f8fbfd; - cursor: pointer; -} - -.inbox .table-hover tbody tr:hover > td, -.inbox .table-hover tbody tr:hover > th { - background: #eef4f7; + background: #E5E5E5 !important; } /*Inbox Drafts*/