1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00
Commit Graph

236 Commits

Author SHA1 Message Date
dependabot[bot]
9c190beb0a Bump minimist from 1.2.5 to 1.2.8
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8.
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.8)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-04 14:04:19 +00:00
robert-ryu7
d39788c788 Implement TableView component (#151) 2022-11-13 21:49:59 +01:00
dependabot[bot]
760731a828 Bump minimatch from 3.0.4 to 3.1.2 (#152)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-13 12:17:34 -05:00
robert-ryu7
fff3262e3c Prevent layout issues for active button (#150) 2022-11-13 12:16:47 -05:00
dependabot[bot]
984bdadaaf Bump ejs from 3.0.2 to 3.1.7 (#131)
Bumps [ejs](https://github.com/mde/ejs) from 3.0.2 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mde/ejs/compare/v3.0.2...v3.1.7)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-13 12:13:12 -05:00
dependabot[bot]
30133993f0 Bump postcss from 8.2.12 to 8.2.13 (#130)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.12 to 8.2.13.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.12...8.2.13)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-13 12:13:02 -05:00
dependabot[bot]
eb2d470d51 Bump nanoid from 3.1.22 to 3.3.3 (#129)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.3.3.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.22...3.3.3)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-13 12:12:54 -05:00
dependabot[bot]
36ed4c2ec9 Bump lodash from 4.17.19 to 4.17.21 (#128)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-13 12:12:45 -05:00
Einar Andersson
bf95420c39 Fix slider thumb inconsistency on iOS (#147) 2022-10-24 19:20:10 +02:00
Jordan Scales
096e0e48cf add workflow_dispatch, created -> published 2022-05-22 09:39:35 -04:00
Isiah Lloyd
a100c94ece Use diff selector for readonly fields (#138) 2022-05-21 22:08:38 -04:00
Isiah Lloyd
1fbc1bb872 Version bump 0.1.18 2022-05-21 21:26:32 -04:00
Isiah Lloyd
d457c79270 Add disabled styles to readonly fields (closes #51) (#137) 2022-05-21 21:16:14 -04:00
Isiah Lloyd
0093c72f2d Apply button styles to submit and reset inputs (#136)
* Apply button styles to submit and reset inputs
2022-05-21 21:14:06 -04:00
Isiah Lloyd
7412a98815 - Add styling for number input (#133)
- Update docs to show styling for more fields
2022-05-21 20:57:24 -04:00
Isiah Lloyd
ec33cdb93b Remove user agent summary arrow (#132)
* - Add rule to remove user agent details arrow
* - Remove docs.css specific rule that fixed this
2022-05-21 20:56:45 -04:00
Isiah Lloyd
e90bc335d6 Create npm-publish.yml
Closes #135
2022-05-21 18:14:48 -04:00
Juan Garay
6440d7b7ad Merge pull request #127 from jdan/dependabot/npm_and_yarn/async-2.6.4
Bump async from 2.6.3 to 2.6.4
2022-04-29 13:39:24 -03:00
dependabot[bot]
778a912730 Bump async from 2.6.3 to 2.6.4
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 09:23:50 +00:00
Juan Garay
24a04eeac1 Merge pull request #117 from dwhinham/fix-42
Fix GroupBox border for Firefox
2021-08-10 14:53:22 -03:00
Dale Whinham
3d378f9e99 Fix GroupBox border for Firefox
Firefox's new WebRender engine seems to have a bug with fieldsets styled
with inset box-shadows
(https://bugzilla.mozilla.org/show_bug.cgi?id=1496538).

As a workaround, use a tiny .SVG as a sliced border-image to draw the border.

Fixes #42.
2021-08-06 17:40:31 +01:00
Jordan Scales
d3d4ac245b add missing postcss dependency 2021-04-24 16:04:01 -04:00
Jordan Scales
20612bfa4c update cssnano 2021-04-24 16:00:33 -04:00
Jordan Scales
0a570cb1f7 bump to version 0.1.7 fixes #112 2021-04-16 22:44:35 -04:00
Juan Garay
b7c9fa5e7d Merge pull request #105 from Andreymazepas/main
Adding Status Bar
2021-04-07 15:01:33 -03:00
Laura Chan
fa4d637525 Adds silver background colour to inputs disabled type email, password, text (#110)
* Adds silver background colour to inputs type email, password, text

* Add example to docs

* Textarea disabled styling

* Revert autoformatting

* fix: text shadow, use :disabled pseudoselector
2021-03-16 17:32:05 -04:00
Jordan Scales
111a3d2f46 added 7.css link 2021-01-01 10:57:30 -05:00
Andrey Mazépas
b659e4a991 Adding Status Bar entry to the TreeView 2020-12-20 17:25:08 -03:00
Andrey Mazépas
d6c672af88 Status Bar documentation 2020-12-17 22:53:58 -03:00
Andrey Mazépas
fabecbb632 Added status bar 2020-12-17 22:53:52 -03:00
dependabot[bot]
01dc9ea015 Bump highlight.js from 9.18.1 to 10.4.1 (#104)
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...10.4.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-04 15:39:53 -05:00
Juan Garay
196d95e367 Merge pull request #99 from jdan/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-09-07 19:41:31 -03:00
dependabot[bot]
d0c3af79bb Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-20 11:25:17 +00:00
Nemo Frenkel
1102ed5bdc Issue 85 (#95)
* issue #85

* #85

Co-authored-by: naaman <naaman@shieldfc.com>
2020-06-23 11:52:40 -04:00
Jordan Scales
ac6811bcea Update style.css 2020-06-15 10:49:46 -04:00
Jordan Scales
86e6761787 update branch references 2020-06-15 10:45:02 -04:00
Jordan Scales
25129a2021 use main branch 2020-06-15 10:44:27 -04:00
Jordan Scales
c3fbaeb330 version bump 2020-05-18 19:55:02 -04:00
Jordan Scales
36284ae73a fix padding on menubar presses - fixes #88 2020-05-18 19:54:46 -04:00
Jordan Scales
ae80c3db07 version bump 2020-05-17 15:21:19 -04:00
fstr0
5b6727781b Move text on button press (#44)
* move text on button press

* Delete 98.css

* Delete 98.css
2020-05-17 15:17:50 -04:00
Juan Garay
5fcf41146e Add title-bar restore icon (#83) 2020-05-17 15:15:53 -04:00
xFly_Dragon
5803325c95 Add color for inactive title-bar (#84)
* Add color for inactive title-bar

* add docs

Co-authored-by: xFly.Xie <Fly.Xie@grandsys.com>
2020-05-17 15:14:53 -04:00
Alexopus
a482a4b6e8 Align "+"/"-" in ul.tree-view details (#86) 2020-05-17 15:14:05 -04:00
Jordan Scales
e8594739f2 Update README.md 2020-05-17 15:13:15 -04:00
Jordan Scales
932fc27384 version bump 2020-05-07 16:33:37 -04:00
Jordan Scales
86e69e9167 add npmignore 2020-05-07 16:33:17 -04:00
Jordan Scales
72f2a8ed4a version bump 2020-05-07 16:28:27 -04:00
Jordan Scales
8bf370e44c 0.1.12 2020-05-07 16:13:37 -04:00
João Nuno Mota
1e004ff6b7 Add slider (#78)
* Add section in docs

* Hide range input on all browsers

Displays indicator as radio outline on Windows 10 Firefox 75

* Add svg icons

* Add thumb styling on range input

* Add track to range input

* Add indicator css for has-recatangular-indicator

* Update styling and labels for range input

* Update example for simple range input

* Remove repeated code

* Remove unused icon and add vertical input style

* Refactor styling and adapt description to fit

* Add style for all vertical lengths and update docs

* Correct 2x to 2px
0.1.12
2020-05-07 16:10:43 -04:00