fix various SCSS snafus
This commit is contained in:
parent
ec1a2f6abf
commit
5b95986705
7 changed files with 7 additions and 8 deletions
|
@ -55,8 +55,8 @@ a:visited {
|
|||
color: $accent-color;
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
background-color: $primary-bg-color;
|
||||
input[type=text], input[type=password] {
|
||||
background-color: transparent;
|
||||
color: $primary-fg-color;
|
||||
}
|
||||
|
||||
|
|
|
@ -44,7 +44,6 @@ limitations under the License.
|
|||
height: 24px;
|
||||
border: 0px ! important;
|
||||
/* border-bottom: 1px solid rgba(0, 0, 0, 0.1) ! important; */
|
||||
background-color: transparent ! important;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue