-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No syntax highlighting on .diff files #41
Comments
Edit: |
https://gist.github.com/olegafx/1a4c342cdf761ecba640 diff --git a/BOL/BOL.Site/front-end/build/build.css b/BOL/BOL.Site/front-end/build/build.css
index a1fd48c..b1ec941 100644
--- a/BOL/BOL.Site/front-end/build/build.css
+++ b/BOL/BOL.Site/front-end/build/build.css
@@ -314,6 +314,9 @@ a:hover,
padding: 0;
margin: 0;
}
+::-moz-selection {
+ background: #7fcdea;
+}
::selection {
background: #7fcdea;
}
@@ -428,13 +431,9 @@ input:-webkit-autofill {
zoom: 1;
}
.ui-menu .ui-menu-item:first-child a {
- -webkit-border-radius: 2px 2px 0 0;
- -moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.ui-menu .ui-menu-item:last-child a {
- -webkit-border-radius: 0 0 2px 2px;
- -moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
} |
okey ,now its as intended check and msg back ,btw the from/to could have dif color than the inserted/deleted ,so if u have any ideas for them plz advice. |
@olegafx u mean the |
@olegafx can u make a PR ? |
The text was updated successfully, but these errors were encountered: