aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/textext/textext.plugin.prompt.css
blob: 49eab49bf273cdd073e2f155f06e0e5d6ca74e4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.text-core .text-wrap .text-prompt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 1px 0 0 2px;
  font: 11px "lucida grande", tahoma, verdana, arial, sans-serif;
  color: #c0c0c0;
  overflow: hidden;
  white-space: pre;
}
.text-core .text-wrap .text-prompt.text-hide-prompt {
  display: none;
}