aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/textext/textext.plugin.focus.css
blob: 9579128b3c17b8ddb7cf33a3898e7cb86122a0d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.text-core .text-wrap .text-focus {
  -webkit-box-shadow: 0px 0px 6px #6d84b4;
  -moz-box-shadow: 0px 0px 6px #6d84b4;
  box-shadow: 0px 0px 6px #6d84b4;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.text-core .text-wrap .text-focus.text-show-focus {
  display: block;
}