brotherton-erpnext/erpnext/public/less/call_popup.less

9 lines
123 B
Plaintext
Raw Normal View History

2019-05-27 05:08:43 +00:00
.call-popup {
2019-05-24 04:41:48 +00:00
a:hover {
text-decoration: underline;
}
2019-06-07 06:22:39 +00:00
.for-description {
max-height: 250px;
overflow: scroll;
}
2019-05-16 18:25:35 +00:00
}