Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [css][shoper] Usuniecie "focus" w buttonach
lukash82
post
Post #1





Grupa: Zarejestrowani
Postów: 320
Pomógł: 2
Dołączył: 17.03.2006
Skąd: Siemianowice

Ostrzeżenie: (0%)
-----


Witam,

Mam problem z usunięciem podświetlenia aktywnego buttona w sklepie shoper. W kodzie pliku css nigdzie nie ma użytego selectora typu a:focus, etc. Próbowałem to zresetować takim kodem:

  1. button::-moz-focus-inner,
  2. input[type="reset"]::-moz-focus-inner,
  3. input[type="button"]::-moz-focus-inner,
  4. input[type="submit"]::-moz-focus-inner,
  5. input[type="file"] > input[type="button"]::-moz-focus-inner {
  6. border : none;
  7. outline : none; }


Ale niestety nie działa... Może coś źle robię? Proszę o jakąś podpowiedź. Pozdrawiam, Ł
Go to the top of the page
+Quote Post
Sephirus
post
Post #2





Grupa: Zarejestrowani
Postów: 1 527
Pomógł: 438
Dołączył: 28.06.2011
Skąd: Warszawa

Ostrzeżenie: (0%)
-----


Mi zawsze pomagało proste:

  1. button,
  2. input[type="reset"],
  3. input[type="button"],
  4. input[type="submit"] { outline: medium none; }
  5.  
Go to the top of the page
+Quote Post
lukash82
post
Post #3





Grupa: Zarejestrowani
Postów: 320
Pomógł: 2
Dołączył: 17.03.2006
Skąd: Siemianowice

Ostrzeżenie: (0%)
-----


Niestety nie pomaga:/ Nie wiem o co kaman. Może to jakoś inaczej gdzieś upchnęli gdzieś w JS... Bo w CSS nic więcej chyba nie da się zresetować? Nie ogarniam tego...
Go to the top of the page
+Quote Post
Turson
post
Post #4





Grupa: Zarejestrowani
Postów: 4 291
Pomógł: 829
Dołączył: 14.02.2009
Skąd: łódź

Ostrzeżenie: (0%)
-----


Jaką klasę/id ma button?

  1. klasa/id:focus{
  2. border:0;
  3. outline:none;
  4. }
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 10:34