diff --git a/dist/css/style.css b/dist/css/style.css index 5c7d20c..740fcc9 100644 --- a/dist/css/style.css +++ b/dist/css/style.css @@ -88,6 +88,17 @@ button:active{ background-color: #595e77; } +input,select { + border-radius: 8px; + border: 2px solid #9099c2; + padding: 2px; + background-color: white; + outline: none; +} +input:hover,input:active { + background-color: rgb(250,250,250); +} + .icon-links { font-size: 35px; position: fixed; @@ -279,4 +290,4 @@ button:active{ #reset-with-editor-org{ margin-top: 5px; -} \ No newline at end of file +}