Revize a908ef13
Přidáno uživatelem Ondřej Anděl před více než 3 roky(ů)
application/view/style.css | ||
---|---|---|
73 | 73 |
.app-content .content .search-results .action-td{ |
74 | 74 |
width: 1%; |
75 | 75 |
} |
76 |
|
|
77 |
input, select { |
|
78 |
border: 1px solid grey; |
|
79 |
margin-left: 2px; |
|
80 |
font-size: 14px; |
|
81 |
line-height: 20px; |
|
82 |
padding: 6px 12px; |
|
83 |
} |
|
84 |
|
|
85 |
select { |
|
86 |
padding: 6px 18px 6px 12px; |
|
87 |
appearance: none; |
|
88 |
background: url("http://localhost/aswi/application/view/img/select-ico.png") 96% / 15% no-repeat white; |
|
89 |
} |
|
90 |
|
|
91 |
/* Remove default arrow in Internet Explorer 10 and 11 */ |
|
92 |
select::-ms-expand { |
|
93 |
display: none; |
|
94 |
} |
|
95 |
|
|
96 |
/* Target Internet Explorer 9 to undo the custom arrow */ |
|
97 |
@media screen and (min-width:0\0) { |
|
98 |
select { |
|
99 |
background: none \9; |
|
100 |
padding: 5px \9; |
|
101 |
} |
|
102 |
} |
Také k dispozici: Unified diff
Feature #8350: Vytvoření modalů detailu a editu - detail