Skip to content

Commit

Permalink
UTCT-66: Restyle the QR icon to match admin styles.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gilligan <[email protected]>
  • Loading branch information
UTCGilligan committed Jan 8, 2024
1 parent 577d45f commit 0aa62c7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions user/plugins/seans-qrcode/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,12 @@ function sean_add_qrcode_css_head( $context ) {
<style type="text/css">
td.actions .button_qrcode {
margin-right: 0;
background: url(data:image/png;base64,R0lGODlhEAAQAIAAAAAAAP///yH5BAAAAAAALAAAAAAQABAAAAIvjI9pwIztAjjTzYWr1FrS923NAymYSV3borJW26KdaHnr6UUxd4fqL0qNbD2UqQAAOw==) no-repeat 2px 50%;
visibility: visible !important;
background: #112e51 url(data:image/png;base64,R0lGODlhEAAQAIAAAAAAAP///yH5BAAAAAAALAAAAAAQABAAAAIvjI9pwIztAjjTzYWr1FrS923NAymYSV3borJW26KdaHnr6UUxd4fqL0qNbD2UqQAAOw==) 2px center no-repeat;
background-size: 23px;
background-position: center;
border: none;
padding: 3px;
border-radius: 2px;
}
</style>

Expand Down

0 comments on commit 0aa62c7

Please sign in to comment.