aboutsummaryrefslogtreecommitdiffstats
path: root/resources/servo.css
Commit message (Expand)AuthorAgeFilesLines
* feat: display file chosen for input file (#35789)DK Liao2025-03-101-2/+6
* Implement the <progress> element (#35531)Simon Wülker2025-02-261-1/+16
* Allow the `<details>` element to be opened and closed (#35261)Simon Wülker2025-02-251-0/+13
* Support the `<meter>` element (#35524)Simon Wülker2025-02-211-0/+24
* Implement overflow:clip (#35103)batu_hoang2025-02-121-1/+6
* layout: Don't let table grid boxes inherit `display: inline-table` (#35264)Oriol Brufau2025-02-031-0/+3
* style: Add support for `is()` and `where()` selectors (#34066)Martin Robinson2024-11-191-1/+0
* layout: Add initial support for bidirectional text (BiDi) (#33148)Martin Robinson2024-08-211-0/+6
* Upgrade stylo to 2024-07-16 (#32812)Martin Robinson2024-07-241-1/+1
* layout: Add support for table captions (#32657)Martin Robinson2024-07-031-0/+35
* layout: Add very basic support for showing text in input boxes (#32365)Martin Robinson2024-06-201-11/+0
* Cleanup UA styles for anonymous table rows and cells (#31661)Oriol Brufau2024-03-141-8/+0
* layout: Fix the pseudo for anonymous tables (#31578)Martin Robinson2024-03-081-0/+4
* Add support for table fixups (#30868)Martin Robinson2023-12-221-2/+2
* Anonymous boxes that wrap inlines should not inherit overflow (#30579)Martin Robinson2023-10-191-15/+15
* net: Add option to temporarily accept certs that failed the handshake.Josh Matthews2020-06-091-0/+4
* style: Re-enable the rule that was accidentally disabled by a typo in the CSS...Emilio Cobos Álvarez2018-10-191-7/+1
* style: Remove useless declarations in servo.css.Emilio Cobos Álvarez2018-10-151-6/+0
* style: Stop using PseudoElement::inherits_all.Emilio Cobos Álvarez2018-10-151-1/+34
* Wait as late as possible to assign ClipIdsMartin Robinson2017-10-241-0/+8
* Inherit 'text-overflow' and 'overflow' in text fragmentPu Xingyu2017-04-051-0/+2
* Use empty pseudo to cascade only inheritable properties for textPu Xingyu2017-04-011-0/+6
* Use Servo-specific pseudo element for InlineAbsolute fragmentPu Xingyu2017-03-311-0/+8
* Use Servo-specific pseudo element for InlineBlock fragmentPu Xingyu2017-03-311-0/+7
* resources: Style anonymous blocks and anonymous table flowsPatrick Walton2016-10-261-0/+44
* resources: Remove the `vertical-align: middle` rule for buttons fromPatrick Walton2016-10-111-1/+0
* resources: Give button elements `white-space: normal` again.Patrick Walton2016-09-261-1/+4
* Style input-text pseudo with user-agent CSSJonathan Schuster2016-09-211-0/+4
* Auto merge of #12388 - kilobtye:textarea2, r=pcwaltonbors-servo2016-07-261-2/+2
|\
| * Let textarea wrap lineskilobtye2016-07-261-2/+2
* | Make textarea scrollablekilobtye2016-07-161-0/+4
|/
* Use proper comment syntax in servo.cssConnor Brewster2016-06-301-1/+1
* add button for file-type input elementZhen Zhang2016-06-261-0/+11
* Change the font-size property for input and textareaTara2016-06-011-2/+2
* Reformatted servo.cssPer Lundberg2016-05-151-10/+93
* Changed cursor for labels to "default" so their text doesn't use the text cur...Zaggy10242016-05-081-0/+2
* Auto merge of #10809 - perlun:sendoushi-master, r=jdmbors-servo2016-05-011-2/+3
|\
| * Fixed test failures.Per Lundberg2016-05-011-0/+1
| * Fixed line-height for input and textarea + use correct fontJoel Santos2016-04-291-2/+2
* | layout: Don't force to overwrite display for pseudo-elements.Emilio Cobos Álvarez2016-04-291-0/+1
* | layout: Stop storing PrecomputedStyleData in LayoutNodeEmilio Cobos Álvarez2016-04-291-1/+0
* | style: Use precomputation for the -servo-details-content pseudo-elementEmilio Cobos Álvarez2016-04-291-5/+1
|/
* do not render svg children, fixes #10646Arpad Borsos2016-04-251-0/+8
* Auto merge of #10299 - mbrubeck:selection-style, r=jdmbors-servo2016-04-011-0/+2
|\
| * Set a default ::selection styleMatt Brubeck2016-03-301-0/+2
* | Make input elements not inherit parent containers alignmentNazım Can Altınova2016-03-311-1/+1
|/
* Get the fundamentals of the HTMLDetailsElement rendering stuff working.Michael Howell2016-03-191-0/+21
* Hide overflow of <input>, fix #9477Simon Sapin2016-03-041-1/+5
* Use `cursor: text` in text input areasSimon Sapin2016-03-041-0/+3
* Move inline-block styling to user-agent and add buttonJan-Erik Rediger2015-10-251-1/+0