diff --git a/css/index.css b/css/index.css index 0585f43..0452535 100644 --- a/css/index.css +++ b/css/index.css @@ -650,3 +650,8 @@ select > .style-select-option:active { .thirdwidth { max-width: 33%; } + +.refreshbutton { + max-width: 50%; + max-height: 50%; +} diff --git a/css/ui/generic.css b/css/ui/generic.css index 09eb6ea..036b905 100644 --- a/css/ui/generic.css +++ b/css/ui/generic.css @@ -212,6 +212,10 @@ div.autocomplete > .autocomplete-text { width: 100%; } +div.autocomplete > .refreshable { + width: 82% !important; +} + div.autocomplete > .autocomplete-list { position: absolute; diff --git a/css/ui/layers.css b/css/ui/layers.css index 385498d..8adc44c 100644 --- a/css/ui/layers.css +++ b/css/ui/layers.css @@ -149,6 +149,7 @@ cursor: pointer; transition-duration: 300ms; + transition-property: background-color; border: 2px solid #293d3d30; } diff --git a/index.html b/index.html index 78060e5..9305bc5 100644 --- a/index.html +++ b/index.html @@ -7,13 +7,13 @@ - + - + - + @@ -85,6 +85,13 @@