projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93a1b33
)
kivitendo-CSS: Input-Styling rein über CSS und nicht vom Browser-Toolkit
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 Nov 2016 09:44:50 +0000
(10:44 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 Nov 2016 09:44:50 +0000
(10:44 +0100)
css/kivitendo/main.css
patch
|
blob
|
history
diff --git
a/css/kivitendo/main.css
b/css/kivitendo/main.css
index
9f712aa
..
eabddfa
100644
(file)
--- a/
css/kivitendo/main.css
+++ b/
css/kivitendo/main.css
@@
-25,6
+25,9
@@
select {
-moz-border-radius: 0;
-webkit-border-radius: 0;
-khtml-border-radius: 0;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+ -o-appearance: none;
background-color: white;
border: 1px;
border-color: darkgray lightgray lightgray;
@@
-35,9
+38,6
@@
select {
}
select {
- -moz-appearance: none;
- -webkit-appearance: none;
- -o-appearance: none;
appearance : none;
background: white url('../../image/select-down.png') no-repeat scroll right center;
padding: 0 14px 0 0;