Browse
For agents
About
VikBooking Hotel Booking Engine & PMS
/
trunk
VikBooking Hotel Booking Engine & PMS
vtrunk
Switch version
1.8.15
1.8.14
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.6
1.8.7
1.8.8
trunk
1.6.0
1.6.1
1.6.2
1.6.3
1.6.4
1.6.5
1.6.6
1.6.7
1.6.8
1.6.9
1.7.0
1.7.1
1.7.2
1.7.3
All 36 releases
Overview
Code
vikbooking
/
admin
/
resources
/
jquery.highlighttextarea.min.css
jquery.highlighttextarea.min.css
in VikBooking Hotel Booking Engine & PMS trunk, at admin/resources/jquery.highlighttextarea.min.css
6 lines
910 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
!
2
* jQuery highlightTextarea 3.1.0
3
* Copyright 2015 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
4
* Licensed under MIT (http://opensource.org/licenses/MIT)
5
*/
6
.
highlightTextarea
{
position
:
relative
}
.
highlightTextarea
.
highlightTextarea-container
{
position
:
absolute
;
margin
:
0
;
overflow
:
hidden
}
.
highlightTextarea
.
highlightTextarea-highlighter
{
position
:
relative
;
border
:
none
;
padding
:
0
;
margin
:
0
;
color
:
transparent
;
cursor
:
text
;
overflow
:
hidden
;
white-space
:
pre-wrap
;
word-wrap
:
break-word
}
.
highlightTextarea
.
debug
.
highlightTextarea-highlighter
{
color
:
red
;
border
:
1
px
solid
red
;
margin
:
-1
px
}
.
highlightTextarea
mark
{
line-height
:
inherit
;
color
:
transparent
;
margin
:
0
;
padding
:
0
}
.
highlightTextarea
input
,
.
highlightTextarea
textarea
{
position
:
absolute
;
left
:
0
;
top
:
0
;
resize
:
none
;
white-space
:
pre-wrap
;
word-wrap
:
break-word
}
.
highlightTextarea
.
ui-wrapper
{
margin
:
0
!important
}
.
highlightTextarea
.
ui-resizable-se
{
bottom
:
15
px
;
right
:
0
}