Removed general html thats it was used for tests; Changed the variable colors; Created variable to disable default scroll; Builded;

This commit is contained in:
vinicius.reif
2019-09-17 13:13:47 -03:00
parent 5d2c2d94b2
commit 9e65ef0f6f
6 changed files with 33 additions and 595 deletions

View File

@@ -1,27 +0,0 @@
<!DOCTYPE html>
<html lang="en" class="white-168">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>General</title>
<script src="plugins/jquery-3.4.1.min.js"></script>
<script src="../dist/tuicss.min.js"></script>
<link rel="stylesheet" href="../dist/tuicss.min.css">
<style>
</style>
</head>
<body>
<div class="tui-window">
<fieldset class="tui-fieldset">
<legend class="center">MYAPP.CPP</legend>
<textarea class="tui-textarea" rows="4" style="overflow: scroll;">text
</textarea>
</fieldset>
</div>
</body>
</html>