File tree 3 files changed +16
-4
lines changed
3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 34
34
.messagePrefix {
35
35
float : left;
36
36
font-weight : bold;
37
+ }
38
+ .myTextInput {
39
+ color : white;
37
40
}
Original file line number Diff line number Diff line change 13
13
< div class ="row InputBox m-0 ">
14
14
< div class ="h-100 col-1 px-0 pl-md-5 py-0 d-inline my-auto ">
15
15
< div class =" backgroundGrey d-block h-100 row mx-0 ">
16
- < div class ="myButton w-100 h-100 " (click) ="closeChat() "> Zakończ</ div >
16
+ < button class ="myButton w-100 h-100 " (click) ="closeChat() "> Zakończ</ button >
17
17
<!--<div class="col-12 h-100 d-table">
18
18
<div class="d-table-cell align-middle text-center">
19
19
Wyjdź
23
23
</ div >
24
24
< div class ="h-100 col-10 px-0 py-0 ">
25
25
< div class ="backgroundGrey d-block h-100 w-100 ">
26
- < input #textInput type ="text " class ="form-control search-input " name =" search " placeholder =" Search... " ngModel (ngModelChange) ="onTextChange($event) " (keyup.enter) ="sendMessage(textInput.value) ">
26
+ < input #textInput type ="text " class ="backgroundGrey myTextInput w-100 h-100 px-2 py-1 " ngModel (ngModelChange) ="onTextChange($event) " (keyup.enter) ="sendMessage(textInput.value) ">
27
27
</ div >
28
28
</ div >
29
29
< div class ="h-100 col-1 px-0 pr-md-5 py-0 text-center ">
30
30
< div class ="backgroundGrey d-block h-100 w-100 ">
31
- < button class ="myButton w-100 h-100 b-0 " (click) ="sendMessage(textInput.value) "> Wyślij</ button >
31
+ < button mat-button class ="myButton w-100 h-100 b-0 " (click) ="sendMessage(textInput.value) "> Wyślij</ button >
32
32
</ div >
33
33
</ div >
34
34
</ div >
Original file line number Diff line number Diff line change @@ -61,4 +61,13 @@ body {
61
61
.content , .dispHeight {
62
62
height : 100vh ;
63
63
}
64
-
64
+ * : focus {
65
+ outline : none !important ;
66
+ border : 0 !important ;
67
+ }
68
+ button , input {
69
+ border-width : 0 ;
70
+ }
71
+ .nofocus : focus {
72
+ outline : none;
73
+ }
You can’t perform that action at this time.
0 commit comments