diff options
author | Nick Colletti <gnomish@gmail.com> | 2020-02-04 17:13:22 -0500 |
---|---|---|
committer | Nick Colletti <gnomish@gmail.com> | 2020-02-04 17:13:22 -0500 |
commit | e160789614b80a86133b820e1419c9457c5bf3e2 (patch) | |
tree | d0fec15912e3a03e3487c7fe1e82840bb8c49b80 /css | |
parent | a5f18ece2764670fe05b5461ddd6ec241bc7687c (diff) |
organize button added
Diffstat (limited to 'css')
-rw-r--r-- | css/redirector.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/redirector.css b/css/redirector.css index e12a934..71c7d74 100644 --- a/css/redirector.css +++ b/css/redirector.css @@ -114,6 +114,10 @@ input[type="radio"] { border:solid 1px green; } +.btn.blue.active { + color: white; + background:rgb(21,90,233); +} #redirect-row-template { display: none; @@ -235,6 +239,7 @@ button span { color:red !important; } +/* nav btns */ .move-up-btn, .move-down-btn, .move-downbottom-btn, .move-uptop-btn { width:45px !important; } |