mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-06 11:35:50 +08:00
Merge branch 'cssFixes'
This commit is contained in:
commit
51d3f7d3a9
4 changed files with 9 additions and 1 deletions
|
@ -940,4 +940,7 @@
|
||||||
.clearfix {
|
.clearfix {
|
||||||
clear: both; }
|
clear: both; }
|
||||||
|
|
||||||
|
input[type="checkbox"] {
|
||||||
|
min-height: inherit; }
|
||||||
|
|
||||||
/*# sourceMappingURL=app.css.map */
|
/*# sourceMappingURL=app.css.map */
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -103,3 +103,7 @@
|
||||||
.clearfix{
|
.clearfix{
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
//Fix NC fucking up our style
|
||||||
|
input[type="checkbox"]{
|
||||||
|
min-height: inherit;
|
||||||
|
}
|
|
@ -75,6 +75,7 @@
|
||||||
color: #8e8e8e;
|
color: #8e8e8e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="password"], input[type="text"]{
|
input[type="password"], input[type="text"]{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@include border-radius(5px);
|
@include border-radius(5px);
|
||||||
|
|
Loading…
Add table
Reference in a new issue