summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/common.scss')
-rw-r--r--app/assets/stylesheets/common.scss34
1 files changed, 5 insertions, 29 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 6d4c815106b..e192bb426a1 100644
--- a/app/assets/stylesheets/common.scss
+++ b/app/assets/stylesheets/common.scss
@@ -117,34 +117,10 @@ span.update-author {
}
.label {
- background-color: #474D57;
-
- &.label-tag {
- background: none;
- border: none;
- padding: 4px 6px;
- color: #444;
- text-shadow: 0 0 1px #fff;
-
- &.grouped {
- float: left;
- margin-right: 6px;
- padding: 6px;
- }
- }
- &.label-issue {
- background-color: #eee;
- border: 1px solid #ccc;
- padding: 4px 6px;
- color: #444;
- text-shadow: 0 0 1px #fff;
-
- &.grouped {
- float: left;
- margin-right: 6px;
- padding: 6px;
- }
- }
+ padding: 0px 4px;
+ font-size: 10px;
+ font-style: normal;
+ background-color: $link_color;
&.label-success {
background-color: #8D8;
@@ -425,7 +401,7 @@ li.note {
.supp_diff_link,
-.mr_show_all_commits {
+.show-all-commits {
cursor: pointer;
}