Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 10cf0fff

Přidáno uživatelem castic96 před více než 4 roky(ů)

#7724: Implementace architektury FE
- vylepšení stylů

Zobrazit rozdíly:

fe/fulltextsearch/src/app/components/shared-components/search-box/search-box.component.css
16 16
  background-color: var(--search-background-color);
17 17
  color: grey;
18 18
  border-style: none;
19
  border-radius: 0;
19 20
}
20 21

  
21 22
.form-control {
22 23
  height: 35pt;
23 24
  border-style: none;
24 25
}
26

  
27
input:focus {
28
  box-shadow: none;
29
}

Také k dispozici: Unified diff