mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-29 21:10:41 +02:00
Normal Text Editor Design Modified
This commit is contained in:
@@ -2604,7 +2604,7 @@ global $lang;
|
||||
right: 30px
|
||||
}
|
||||
#editor {
|
||||
top: 50px;
|
||||
top: 60px;
|
||||
bottom: 5px;
|
||||
left: 30px
|
||||
}
|
||||
@@ -2621,6 +2621,12 @@ global $lang;
|
||||
color: #296ea3;
|
||||
border: 1px solid #296ea3
|
||||
}
|
||||
#normal-editor {
|
||||
border-radius: 3px;
|
||||
border-width: 2px;
|
||||
padding: 10px;
|
||||
outline: none;
|
||||
}
|
||||
.btn-2 {
|
||||
border-radius: 0;
|
||||
padding: 3px 6px;
|
||||
|
Reference in New Issue
Block a user