diff options
-rw-r--r-- | html/options.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/html/options.html b/html/options.html index cbbadec..eda52b8 100644 --- a/html/options.html +++ b/html/options.html @@ -93,6 +93,23 @@ input[type="radio"]:not(:checked)+.import_window_content { display: none; } + + /* buttons */ + button { + background-color: #4CAF50; + border: none; + border-radius: 8px; + color: white; + padding: 6px 12px; + text-align: center; + text-decoration: none; + display: inline-block; + margin: 2px 0px; + } + + button:hover { + box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); + } </style> </head> <body> |