Skip to content

Commit

Permalink
Fix small CSS errors #52
Browse files Browse the repository at this point in the history
  • Loading branch information
goranvinterhalter committed May 9, 2019
1 parent dd41ca9 commit b9aae69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CSS/AXM.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ body {

.AXMEdit:focus {
border: 1px solid rgb(0, 64, 149);
box-shadow: 0;
box-shadow: none;
outline: none;
}

Expand Down Expand Up @@ -584,7 +584,7 @@ textarea.CodeEditor {
left: 2px;
top: 2px;
border-radius: 50%;
font: 10px/28px;
/* font: 10px/28px; ??? */
color: #fff;
white-space: nowrap;
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
Expand Down

0 comments on commit b9aae69

Please sign in to comment.