mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
add 10 personas for snare
This commit is contained in:
17
docker/tanner/snare/dist/pages/5/f2815ac07c502ce023ecd6e077059edf
vendored
Normal file
17
docker/tanner/snare/dist/pages/5/f2815ac07c502ce023ecd6e077059edf
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
/* ---- BROWSER-SPECIFIC FIXES ---- */
|
||||
|
||||
/* remove dotted outlines in Firefox */
|
||||
::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* fix height of select boxes for OS X */
|
||||
select {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
/* deactivate show password toggle for IE. Does not work for 8 and 9+ have their own implementation. */
|
||||
.ie #show, .ie #show+label {
|
||||
display: none;
|
||||
visibility: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user