|
2 | 2 | @name Last.fm Catppuccin |
3 | 3 | @namespace github.com/catppuccin/userstyles/styles/lastfm |
4 | 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lastfm |
5 | | -@version 1.1.6 |
| 5 | +@version 1.1.7 |
6 | 6 | @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lastfm/catppuccin.user.css |
7 | 7 | @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alastfm |
8 | 8 | @description Soothing pastel theme for Last.fm |
|
161 | 161 | -webkit-mask-repeat: @mask-repeat; |
162 | 162 | } |
163 | 163 | } |
164 | | - |
165 | | - /* -----------CHECKBOXES AND RADIOS---------- */ |
| 164 | + /* -----------------SETTINGS------------------- */ |
| 165 | + .content-form .form-row-help-text, |
| 166 | + .footnotes { |
| 167 | + color: @overlay0; |
| 168 | + } |
| 169 | + .content-form legend { |
| 170 | + color: @subtext1; |
| 171 | + } |
| 172 | + .change-username-upsell { |
| 173 | + background: @mantle; |
| 174 | + } |
| 175 | + .change-username-faded h2::after { |
| 176 | + .mask-image(url("/static/images/icons/lock_dark_24@2x.a7652d49d507.png"), @overlay0, skip, 24px 24px, no-repeat); |
| 177 | + } |
| 178 | + /* -----------CHECKBOXES, DROPDOWNS AND RADIOS---------- */ |
166 | 179 | .lfm-form-radio input[type="radio"]:checked + label::before { |
167 | 180 | border-color: @accent-color; |
168 | 181 | box-shadow: inset 0 0 0 4px @accent-color; |
|
172 | 185 | background-color: @crust; |
173 | 186 | border-color: @surface1; |
174 | 187 | } |
| 188 | + .content-form select { |
| 189 | + background-image: none; // Tempfix |
| 190 | + } |
175 | 191 |
|
176 | 192 | /* HOME PAGE */ |
177 | 193 | .main-content, |
|
1200 | 1216 | input[type="url"], |
1201 | 1217 | select, |
1202 | 1218 | textarea { |
1203 | | - background-color: @crust; |
1204 | | - border-color: @crust; |
1205 | | - color: @subtext0; |
| 1219 | + background-color: @crust !important; |
| 1220 | + border-color: @crust !important; |
| 1221 | + color: @subtext0 !important; |
1206 | 1222 | &:focus { |
1207 | | - box-shadow: none; |
1208 | | - border-color: @crust; |
| 1223 | + box-shadow: none !important; |
| 1224 | + border-color: @crust !important; |
1209 | 1225 | } |
1210 | 1226 | &:hover:not([disabled]) { |
1211 | | - border-color: @crust; |
1212 | | - color: @text; |
| 1227 | + border-color: @crust !important; |
| 1228 | + color: @text !important; |
1213 | 1229 | } |
1214 | 1230 | } |
1215 | 1231 | } |
|
1435 | 1451 | } |
1436 | 1452 | .auth-dropdown-menu { |
1437 | 1453 | background-color: @base !important; |
| 1454 | + box-shadow: 0 1px 10px rgba(0,0,0,.3), 0 0 0 1px @surface1 !important; |
1438 | 1455 | } |
1439 | 1456 | .auth-dropdown-menu-item { |
1440 | 1457 | color: @text !important; |
1441 | 1458 | } |
1442 | 1459 | .auth-dropdown-menu-item:hover, |
1443 | 1460 | .auth-dropdown-menu-item:active { |
1444 | | - background-color: @overlay0 !important; |
| 1461 | + background-color: @surface0 !important; |
1445 | 1462 | color: @text !important; |
1446 | 1463 | } |
| 1464 | + .auth-dropdown-menu::before, |
| 1465 | + .js .auth-dropdown-menu::before, |
| 1466 | + .site-auth:focus .auth-dropdown-menu::before, |
| 1467 | + .site-auth:hover .auth-dropdown-menu::before { |
| 1468 | + .mask-image(url("/static/images/dropdown_arrow_dark@2x.7b7cfaa4e8ee.png"), @surface1, skip, 36px 18px, no-repeat); |
| 1469 | + } |
1447 | 1470 | .masthead-nav .masthead-nav-control, |
1448 | 1471 | .masthead-nav .navlist-more, |
1449 | 1472 | .site-auth-control { |
|
0 commit comments