1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-08-07 15:07:13 +02:00
nextcloud/core/css/fixes.css

19 linhas
358 B
CSS

/* ---- 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;
}