diff options
author | Go MAEDA <maeda@farend.jp> | 2024-10-03 22:49:18 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2024-10-03 22:49:18 +0000 |
commit | a43c68b48f4828b8dcc3d2a4ce5a63c3706d027c (patch) | |
tree | ea25740957ede30c3155020d05994c454833c594 /app/assets/stylesheets/application.css | |
parent | b135db09161047c7b18e2be5332e89eaa4f5ecc5 (diff) | |
download | redmine-a43c68b48f4828b8dcc3d2a4ce5a63c3706d027c.tar.gz redmine-a43c68b48f4828b8dcc3d2a4ce5a63c3706d027c.zip |
Remove Internet Explorer-specific CSS rules and vendor prefixes (#41402).
git-svn-id: https://svn.redmine.org/redmine/trunk@23103 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/assets/stylesheets/application.css')
-rw-r--r-- | app/assets/stylesheets/application.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 297820de9..9b2cbb9d5 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -140,7 +140,6 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;} @media screen and (min-width: 2560px) {#sidebar{width: 380px;}} #sidebar h3{ font-size: 0.875rem; margin-top:14px; color: #666; } #sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; } -* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; } #sidebar .contextual { margin-right: 1em; } #sidebar ul, ul.flat {margin: 0; padding: 0;} #sidebar ul li, ul.flat li {list-style-type:none;margin: 0px 2px 0px 0px; padding: 0px 0px 0px 0px;} @@ -551,7 +550,6 @@ input, select, textarea, button { color: #333; background-color: #fff; border:1p select { -webkit-appearance: none; -moz-appearance: none; - -ms-appearance: none; -o-appearance: none; appearance: none; background-color: #fff; @@ -2069,14 +2067,6 @@ img { box-shadow: 0 1px 2px rgba(0,0,0,0.05); } -/* Fixes for IE 11 */ -@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { - select::-ms-expand { - display: none; - } - select[multiple=multiple] {padding-right: 0;} -} - /* tablesort */ th[role=columnheader]:not(.no-sort) { cursor: pointer; @@ -2091,7 +2081,6 @@ th[role=columnheader]:not(.no-sort):after { border-color: #404040 transparent; display: none; opacity: 0; - -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; |