diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-05-06 12:43:52 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-06-03 15:30:09 +0200 |
commit | 4ef94ddd2eb87afe4cd8a0de3b70f32bbd9328fc (patch) | |
tree | 586eb6422705d2ce7e9f5e792cb7d7a43588caf0 /core/css | |
parent | 4ca665ac10978216be91b58f395b0dd00f4b9540 (diff) | |
download | nextcloud-server-4ef94ddd2eb87afe4cd8a0de3b70f32bbd9328fc.tar.gz nextcloud-server-4ef94ddd2eb87afe4cd8a0de3b70f32bbd9328fc.zip |
infield label removal: remove last occurences of infield labels
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/fixes.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css index 0f18f0a56cd..fc122b1eff1 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -42,10 +42,6 @@ select { border-bottom: 1px solid lightgrey; background-color: white; /* don't change background on hover */ } -.lte9 #body-login form label.infield { - background-color: white; /* don't change background on hover */ - -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='white')"; -} /* disable opacity of info text on gradient since we cannot set a good backround color to use the filter&background hack as with the input labels */ |