diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 5fb05cc0e93d0ba51a2e148afbddfd6a674ce88e..cb75dc71df7c37564b7f165a034e3ebfe045d7c8 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -322,6 +322,12 @@ table.tipo1 p{ font-size: 15px; font-weight: bold; } a:hover{ background-color: #1E1E1E !important; } + a:active{ + background-color: #1E1E1E !important; + } + a:focus{ + background-color: #1E1E1E !important; + } } .divider{ background-color: white;