0
0

Added URL redirect support directly in management panel

Added buttons that automatically redirects the user to the corresponding URL, in a new page.
Modified css and javascript accordingly.
This commit is contained in:
Bryan Pedini
2019-07-25 03:01:16 +02:00
parent 66e0f51b70
commit 035bfe0101
3 changed files with 14 additions and 5 deletions

View File

@@ -6,6 +6,15 @@
.urlContainer .urlId, .urlContainer .urlLink, .urlContainer .urlControl {
display: inline;
}
.urlId button {
width: 35px;
height: 35px;
cursor: pointer;
background-color: aqua;
border-radius: 7px;
border: 0px;
outline: none;
}
.urlContainer .urlLink {
border: none;
background-color: transparent;