diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-12-04 16:53:01 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-12-04 16:53:01 +0300 |
| commit | 563a46f55a392011d075811b3dc798e9cdcca949 (patch) | |
| tree | 4321fadc393b5cf5bf26929d2fcf017dfc0b8f9a /lib/flat/dgrid/flat.css | |
| parent | f679ec2e6e25598c511177d7d160c51d2bdf631e (diff) | |
initial
Diffstat (limited to 'lib/flat/dgrid/flat.css')
| -rw-r--r-- | lib/flat/dgrid/flat.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/flat/dgrid/flat.css b/lib/flat/dgrid/flat.css new file mode 100644 index 000000000..e10737013 --- /dev/null +++ b/lib/flat/dgrid/flat.css @@ -0,0 +1,12 @@ +.flat { + import: '../../dgrid/css/skins/skin'; +} +.flat .dgrid-cell-padding { + padding: 5px 10px; +} +.flat .dgrid-header .dgrid-cell { + border-bottom-width: 2px; +} +.flat .dgrid-selected { + border: 1px solid #007ac2; +} |