Commit ffc41d2501dc2a47f7cf475adb01f7621b5c6463
Merge remote-tracking branch 'origin/develop' into develop
Showing
1 changed file
with
8 additions
and
0 deletions
src/main/resources/templates/receipt/receiving/receiving.html
... | ... | @@ -32,6 +32,14 @@ |
32 | 32 | #my_thumbnail img{ |
33 | 33 | margin: 0 5px; |
34 | 34 | } |
35 | + .select-list li select { | |
36 | + border: 1px solid #ddd; | |
37 | + border-radius: 4px; | |
38 | + background: transparent; | |
39 | + outline: none; | |
40 | + height: 32px; | |
41 | + width: 200px; | |
42 | + } | |
35 | 43 | </style> |
36 | 44 | <body class="gray-bg"> |
37 | 45 | <div class="container-div"> |
... | ... |