Commit a5c28728970df056261ab23bd73ce10323f3b454
dark: fix up hover backgrounds on profile and channel list
Matt McKegg committed on 7/8/2018, 3:18:07 AMParent: cfe7d1016dcda361c455bff02048aa70429d2199
Files changed
styles/dark/channel-list.mcss | changed |
styles/dark/profile-list.mcss | changed |
styles/dark/channel-list.mcss | ||
---|---|---|
@@ -3,9 +3,9 @@ | ||
3 | 3 | display: flex; |
4 | 4 | padding: 8px 10px; |
5 | 5 | font-size: 110%; |
6 | 6 | margin: 4px 0; |
7 | - background: #2d2c2c; | |
7 | + background: #313131; | |
8 | 8 | color: #ccc; |
9 | 9 | border-radius: 3px; |
10 | 10 | position: relative |
11 | 11 | transition: background-color 0.25s |
@@ -41,9 +41,9 @@ | ||
41 | 41 | content: "<circle cx='6' stroke='#888' fill='none' cy='6' r='5' /> <circle cx='6' cy='6' r='3' fill='#888'/>" |
42 | 42 | } |
43 | 43 | |
44 | 44 | :hover { |
45 | - background: #434141; | |
45 | + background: #292929; | |
46 | 46 | text-decoration: none; |
47 | 47 | a { |
48 | 48 | transition: opacity 0.05s |
49 | 49 | opacity: 1 |
styles/dark/profile-list.mcss | ||
---|---|---|
@@ -3,9 +3,9 @@ | ||
3 | 3 | display: flex; |
4 | 4 | padding: 4px; |
5 | 5 | font-size: 110%; |
6 | 6 | margin: 4px 0; |
7 | - background: #2d2c2c; | |
7 | + background: #313131; | |
8 | 8 | border-radius: 3px; |
9 | 9 | position: relative |
10 | 10 | text-decoration: none |
11 | 11 | transition: background-color 0.25s |
@@ -115,9 +115,9 @@ | ||
115 | 115 | padding-right: 10px; |
116 | 116 | } |
117 | 117 | |
118 | 118 | :hover { |
119 | - background-color: #434141; | |
119 | + background-color: #292929; | |
120 | 120 | div.controls { |
121 | 121 | opacity: 1 |
122 | 122 | } |
123 | 123 | } |
Built with git-ssb-web