mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 01:22:08 +00:00
Latest changes. Refactor. Multi row insertion. Querying working. DB creation of all txt files. Serialized config. TODO, configure multiple mod directory feature
This commit is contained in:
10
res/app.js
10
res/app.js
@@ -44,17 +44,15 @@ $(document).ready(function () {
|
||||
|
||||
});
|
||||
|
||||
$('.help').hover(function(){
|
||||
$('.help').hover(function () {
|
||||
$(".fa-help").remove();
|
||||
$(this).next().fadeToggle("slow").css({
|
||||
"position": "absolute",
|
||||
"z-index":"1000",
|
||||
"z-index": "1000",
|
||||
"background": "#eee",
|
||||
"color": "black !important",
|
||||
"border": "1px solid #aaa",
|
||||
"width": "600px",
|
||||
|
||||
"width": "300px",
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
});
|
@@ -32,8 +32,6 @@ form input {
|
||||
padding: 5px;
|
||||
color: black;
|
||||
display:none;
|
||||
-webkit-box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 6px 5px rgba(0,0,0,0);
|
||||
box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 6px 5px rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
select,
|
||||
@@ -60,7 +58,6 @@ option {
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(/img/bg.jpg);
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
font-family:lato;
|
||||
@@ -74,6 +71,6 @@ h1,h2,h3,h4,h5,h6, div > p {
|
||||
font-family: lato !important;
|
||||
}
|
||||
|
||||
.help:hover {
|
||||
|
||||
.fa-question-circle {
|
||||
bottom: 0px;
|
||||
}
|
Reference in New Issue
Block a user