1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/aphront/tokenizer.css

77 lines
1.2 KiB
CSS
Raw Normal View History

2011-01-25 22:48:05 +01:00
/**
* @provides aphront-tokenizer-control-css
* @requires aphront-typeahead-control-css
*/
body div.jx-tokenizer {
2011-01-25 22:48:05 +01:00
background: transparent;
position: relative;
width: 100%;
2011-01-25 22:48:05 +01:00
}
body div.jx-tokenizer-container {
2011-01-25 22:48:05 +01:00
position: relative;
display: block;
padding: 0;
min-height: 30px;
height: auto;
}
2011-01-25 22:48:05 +01:00
var.jx-tokenizer-metrics {
position: absolute;
left: 20px;
top: 20px;
}
body input.jx-tokenizer-input {
2011-01-25 22:48:05 +01:00
border: 1px solid transparent;
border-width: 1px 0px;
padding: 3px;
2011-01-25 22:48:05 +01:00
outline: none;
float: left;
width: 100%;
border-shadow: none;
box-shadow: none;
-webkit-box-shadow: none;
font-size: 13px;
color: #333;
height: 26px;
}
body input.jx-tokenizer-input:focus {
box-shadow: none;
-webkit-box-shadow: none;
border-color: transparent;
2011-01-25 22:48:05 +01:00
}
body input.jx-typeahead-placeholder {
margin-left: 4px;
color: #777
}
a.jx-tokenizer-x {
padding-left: 4px;
}
a.jx-tokenizer-x:hover {
color: #000;
text-decoration: none;
2011-01-25 22:48:05 +01:00
}
a.jx-tokenizer-token {
padding: 2px 6px 3px;
2011-01-25 22:48:05 +01:00
border: 1px solid #a4bdec;
margin: 3px 2px 0 4px;
background: #dee7f8;
float: left;
cursor: pointer;
border-radius: 3px;
color: #333;
2011-01-25 22:48:05 +01:00
}
a.jx-tokenizer-token:hover {
text-decoration: none;
background: #bbcef1;
}