diff options
author | Go MAEDA <maeda@farend.jp> | 2020-05-18 14:25:11 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-05-18 14:25:11 +0000 |
commit | 09f6a5e53c416d90d03c6e111013b024d58e1052 (patch) | |
tree | a27934acaca8a163b6332fc43877b506e35ac02b /public/stylesheets | |
parent | a4597c31d29689ba6ecb6bc65a52ef7edeaa7fd4 (diff) | |
download | redmine-09f6a5e53c416d90d03c6e111013b024d58e1052.tar.gz redmine-09f6a5e53c416d90d03c6e111013b024d58e1052.zip |
Update Tribute to 5.1.3 (#33424).
git-svn-id: http://svn.redmine.org/redmine/trunk@19785 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/tribute-3.7.3.css | 27 | ||||
-rw-r--r-- | public/stylesheets/tribute-5.1.3.css | 34 |
2 files changed, 34 insertions, 27 deletions
diff --git a/public/stylesheets/tribute-3.7.3.css b/public/stylesheets/tribute-3.7.3.css deleted file mode 100644 index 06a876ff4..000000000 --- a/public/stylesheets/tribute-3.7.3.css +++ /dev/null @@ -1,27 +0,0 @@ -.tribute-container { - position: absolute; - top: 0; - left: 0; - height: auto; - max-height: 300px; - max-width: 500px; - overflow: auto; - display: block; - z-index: 999999; } -.tribute-container ul { - margin: 0; - margin-top: 2px; - padding: 0; - list-style: none; - background: #efefef; } -.tribute-container li { - padding: 5px 5px; - cursor: pointer; } -.tribute-container li.highlight { - background: #ddd; } -.tribute-container li span { - font-weight: bold; } -.tribute-container li.no-match { - cursor: default; } -.tribute-container .menu-highlighted { - font-weight: bold; } diff --git a/public/stylesheets/tribute-5.1.3.css b/public/stylesheets/tribute-5.1.3.css new file mode 100644 index 000000000..80be23a4a --- /dev/null +++ b/public/stylesheets/tribute-5.1.3.css @@ -0,0 +1,34 @@ +.tribute-container { + position: absolute; + top: 0; + left: 0; + height: auto; + max-height: 300px; + max-width: 500px; + overflow: auto; + display: block; + z-index: 999999; +} +.tribute-container ul { + margin: 0; + margin-top: 2px; + padding: 0; + list-style: none; + background: #efefef; +} +.tribute-container li { + padding: 5px 5px; + cursor: pointer; +} +.tribute-container li.highlight { + background: #ddd; +} +.tribute-container li span { + font-weight: bold; +} +.tribute-container li.no-match { + cursor: default; +} +.tribute-container .menu-highlighted { + font-weight: bold; +}
\ No newline at end of file |