0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 05:42:40 +00:00

Merge branch 'Intersection-Observer' into Observer-Master-merge

This commit is contained in:
Gazook89
2024-11-05 14:03:09 -06:00
3 changed files with 127 additions and 54 deletions

View File

@@ -103,9 +103,9 @@
height : 1.5em;
padding : 2px 5px;
font-family : 'Open Sans', sans-serif;
color : #000000;
background : #EEEEEE;
border : 1px solid gray;
color : inherit;
background : #3B3B3B;
border : none;
&:focus { outline : 1px solid #D3D3D3; }
// `.range-input` if generic to all range inputs, or `#zoom-slider` if only for zoom slider
@@ -140,7 +140,7 @@
// `.text-input` if generic to all range inputs, or `#page-input` if only for current page input
&#page-input {
width : 4ch;
width : 10ch;
margin-right : 1ch;
text-align : center;
}