mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: hide ugly select style on FireFox
This commit is contained in:
parent
effaca1f2c
commit
8c9007ddd0
1 changed files with 3 additions and 0 deletions
|
|
@ -446,6 +446,9 @@
|
|||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
select {
|
||||
-moz-appearance: none;
|
||||
}
|
||||
.access-token {
|
||||
border-bottom: none; // prevent overwrite by github style
|
||||
.link-button {
|
||||
|
|
|
|||
Loading…
Reference in a new issue