diff options
| author | Bobby <[email protected]> | 2022-11-18 12:22:34 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-18 12:22:34 -0500 |
| commit | ca54cfa436a4a2113917bac2e2425600878e2d8e (patch) | |
| tree | e5482ed2cf381124d1dd15bfb503ec5ecee770c5 /static/css/old_ports.css | |
| parent | e8a19d8ad7f3864564a8d69f0e947c6d8f1646f1 (diff) | |
| download | thatcomputerscientist-ca54cfa436a4a2113917bac2e2425600878e2d8e.tar.xz thatcomputerscientist-ca54cfa436a4a2113917bac2e2425600878e2d8e.zip | |
major UI change
Diffstat (limited to 'static/css/old_ports.css')
| -rw-r--r-- | static/css/old_ports.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/css/old_ports.css b/static/css/old_ports.css new file mode 100644 index 00000000..054cb461 --- /dev/null +++ b/static/css/old_ports.css @@ -0,0 +1,10 @@ +.sbtn { + background-image: url('../images/gifs/search_static_32px.jpg'); +} +.sbtn:hover { + background-image: url('../images/gifs/search_32px.gif'); +} +.searchtable { + position: relative; + top: 8px; +}
\ No newline at end of file |
