Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
academy-lms
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phạm Văn Đoan
academy-lms
Commits
73c95b57
Commit
73c95b57
authored
Feb 25, 2020
by
Trần Văn Minh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.dcv.vn/doanpv/academy-lms
into dev
parents
c26049d7
c2a65319
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
includes_top.php
application/views/frontend/default/includes_top.php
+3
-0
override-be.css
assets/backend/css/override-be.css
+0
-0
main.css
assets/frontend/default/css/main.css
+0
-5
override-fe.css
assets/frontend/default/css/override-fe.css
+5
-0
No files found.
application/views/frontend/default/includes_top.php
View file @
73c95b57
...
...
@@ -14,4 +14,7 @@
<link
href=
"https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
()
.
'assets/global/toastr/toastr.css'
?>
"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/nestable2/1.6.0/jquery.nestable.min.css"
/>
<link
rel=
"stylesheet"
href=
"
<?php
echo
base_url
()
.
'assets/frontend/default/css/override-fe.css'
;
?>
"
>
<script
src=
"
<?php
echo
base_url
(
'assets/backend/js/jquery-3.3.1.min.js'
);
?>
"
></script>
assets/backend/css/override.css
→
assets/backend/css/override
-be
.css
View file @
73c95b57
File moved
assets/frontend/default/css/main.css
View file @
73c95b57
...
...
@@ -4138,8 +4138,3 @@ background-color: #ffffff;
border-color
:
#992337
;
color
:
#2a303b
;
}
.container-xl
,
nav
.navbar
{
background-color
:
#4d91ea
!important
;
color
:
white
;
}
assets/frontend/default/css/override-fe.css
0 → 100644
View file @
73c95b57
.container-xl
,
nav
.navbar
{
background-color
:
#4d91ea
!important
;
color
:
white
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment