Subversion Repository Public Repository

Nextrek

Diff Revisions 1126 vs 1127 for /socketIO/public/style/rooms.css

Diff revisions: vs.
  @@ -58,7 +58,8 @@
58 58 border-top: 2px solid #6755f7;
59 59 display: flex;
60 60 }
61 - #customers-rooms > .room form input[type="text"] {
61 + #customers-rooms > .room form input[type="text"],
62 + #customers-rooms > .room form input[type="file"] {
62 63 border: 0;
63 64 flex-grow: 1;
64 65 padding: 0 10px;
  @@ -74,6 +75,7 @@
74 75 text-transform: uppercase;
75 76 font-weight: 600;
76 77 border: none;
78 + white-space: nowrap;
77 79 }
78 80 .online-users {
79 81 width: 15vw;