Skip to content

Commit

Permalink
Remove text focus
Browse files Browse the repository at this point in the history
  • Loading branch information
uholeschak committed Feb 7, 2024
1 parent dc1766d commit 82bc765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/Psdz/WebPsdzClient/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">

<style>.text-left { width: 100%; max-width: 100%; resize: none; overflow: auto; }</style>
<style>.text-left:focus { outline: none }</style>
<style>.table { border-width: 0; border-color: transparent; }</style>
<style>.table th { text-align: center }</style>
<style>.dropdown { width: 100%; max-width: 100%; }</style>
Expand Down

0 comments on commit 82bc765

Please sign in to comment.