0

I tried to remove border from the buttons on the Gps tracking Control Panel. The button on the click shows the blue border, so I do not want that border on the buttons, here is the picture how its looks like : https://ibb.co/RDHGX3f

Please, can you inspect it and tell me what do I need to do, to remove that border from the buttons!

and I tried this code to insert but nothing:

.x-toolbar .x-btn {
    border: none!important;
    border-radius: 15px!important;
    text-decoration: none!important;
}
Edgar
  • 13
  • 5

1 Answers1

0

That's an outline.

outline:none;
Liftoff
  • 24,717
  • 13
  • 66
  • 119