Skip to content

Commit

Permalink
#55 Override php-apc css
Browse files Browse the repository at this point in the history
add some styles to override embedded php-apc styles
  • Loading branch information
waseemsadiq committed May 25, 2022
1 parent 5cb67a9 commit 89aef97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sites/dashboard/theme/css/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,13 @@
.embedded a:hover,
.embedded a:visited {
background-color: inherit;
@apply text-gray-400 hover:text-white;
@apply text-gray-400 hover:text-white relative;
}
/* php-apc */
.embedded div.content {
position: relative!important;
}

}

@layer components {
Expand Down
Loading

0 comments on commit 89aef97

Please sign in to comment.