Skip to content

Commit 276f5e5

Browse files
authored
Merge pull request #33 from armanist/master
Minor UI updates
2 parents 79d877e + f2f11b4 commit 276f5e5

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

public/assets/css/custom.css

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ main > div.posts-container, .posts-container {
9494

9595
.teal .input-field input,
9696
.teal .input-field textarea {
97-
border-bottom: 1px solid #fff;
98-
color: #fff;
97+
border-bottom: 1px solid #fff !important;
98+
color: #fff !important;
9999
}
100100

101101
.teal .input-field input:focus + label,
@@ -106,14 +106,14 @@ main > div.posts-container, .posts-container {
106106
.teal .input-field input:focus,
107107
.teal .input-field textarea:focus {
108108
border-bottom: 1px solid #fff;
109-
box-shadow: 0 1px 0 0 #fff ;
109+
box-shadow: 0 1px 0 0 #fff !important;
110110
}
111111

112112
.teal .input-field input.invalid,
113113
.teal .input-field textarea.invalid {
114-
border-bottom: 1px solid #F44336;
115-
-webkit-box-shadow: 0 1px 0 0 #f44336;
116-
box-shadow: 0 1px 0 0 #f44336;
114+
border-bottom: 1px solid #F44336 !important;
115+
-webkit-box-shadow: 0 1px 0 0 #f44336 !important;
116+
box-shadow: 0 1px 0 0 #f44336 !important;
117117
}
118118

119119
.teal .input-field input.valid,
@@ -122,14 +122,11 @@ main > div.posts-container, .posts-container {
122122
box-shadow: 0 1px 0 0 #fff !important;
123123
}
124124

125-
.teal input[type=text]:not(.browser-defalt):focus:not([readonly]) {
126-
border-bottom: 1px solid #fff !important;
127-
box-shadow: 0 1px 0 0 #fff !important;
125+
.teal input:focus {
126+
border-bottom: 1px solid #fff ;
127+
box-shadow: 0 1px 0 0 #fff ;
128128
}
129129

130-
131-
132-
133130
.input-field .prefix.active {
134131
color: #fff !important;
135132
}
@@ -504,7 +501,7 @@ h5 {
504501
appearance: none;
505502
background-color: transparent !important;
506503
background-image: none !important;
507-
color: -internal-light-dark(black, white) !important;
504+
color: -internal-light-dark(black, white) ;
508505
-webkit-text-fill-color: #fff;
509506
-webkit-box-shadow: 0 0 0px 1000px #00bfa5 inset !important;
510507

0 commit comments

Comments
 (0)