1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

x-editable input style tweak

This commit is contained in:
Cameron
2017-11-02 08:38:05 -07:00
parent 626c052738
commit c814e041f5

View File

@@ -1698,8 +1698,9 @@ td img.thumbnail { margin-bottom:0 }
.editableform-loading:before { font-size:24px; font-family: "FontAwesome"; content: '\f110';
}
.editableform-loading:before { font-size:24px; font-family: "FontAwesome"; content: '\f110'; }
.editable-input input[type=text] { padding-top: 1px; padding-bottom: 1px; }
tr.highlight-odd, .table-striped > tbody > tr.highlight-odd { background-color: rgba(0,0,0,0.15); }
tr.highlight-even, .table-striped > tbody > tr.highlight-even { background-color: rgba(0,0,0,0.15); }