Fossil SCM
Increase the size of the /chat attach button image and fix it to be rescaled in non-dark themes.
Commit
ae0940db8213cde8f339e301dc329b78be669cbfb62efbbecb56b2c2d467a797
Parent
be01315c86cd2f7…
1 file changed
+3
-1
+3
-1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -617,11 +617,13 @@ | ||
| 617 | 617 | |
| 618 | 618 | body.chat.fossil-dark-style #chat-button-attach > svg { |
| 619 | 619 | /* The black paperclip is barely visible in dark-mode |
| 620 | 620 | skins when they have dark buttons */ |
| 621 | 621 | filter: invert(0.8); |
| 622 | - transform: scale(130%); | |
| 622 | +} | |
| 623 | +body.chat #chat-button-attach > svg { | |
| 624 | + transform: scale(170%); | |
| 623 | 625 | } |
| 624 | 626 | |
| 625 | 627 | body.cpage-chat-search .searchForm { |
| 626 | 628 | margin-top: 1em; |
| 627 | 629 | } |
| 628 | 630 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -617,11 +617,13 @@ | |
| 617 | |
| 618 | body.chat.fossil-dark-style #chat-button-attach > svg { |
| 619 | /* The black paperclip is barely visible in dark-mode |
| 620 | skins when they have dark buttons */ |
| 621 | filter: invert(0.8); |
| 622 | transform: scale(130%); |
| 623 | } |
| 624 | |
| 625 | body.cpage-chat-search .searchForm { |
| 626 | margin-top: 1em; |
| 627 | } |
| 628 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -617,11 +617,13 @@ | |
| 617 | |
| 618 | body.chat.fossil-dark-style #chat-button-attach > svg { |
| 619 | /* The black paperclip is barely visible in dark-mode |
| 620 | skins when they have dark buttons */ |
| 621 | filter: invert(0.8); |
| 622 | } |
| 623 | body.chat #chat-button-attach > svg { |
| 624 | transform: scale(170%); |
| 625 | } |
| 626 | |
| 627 | body.cpage-chat-search .searchForm { |
| 628 | margin-top: 1em; |
| 629 | } |
| 630 |