Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to change bootstrap page link pagination

.pagination > li > a
{
    background-color: white;
    color: #5A4181;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181 !Important;
}

.pagination > .active > a:hover
{
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181;
}
Comment

PREVIOUS NEXT
Code Example
Css :: materialize table padding css 
Css :: customize checkbox 
Css :: scss font color 
Css :: text width tailwindcss 
Typescript :: next start project with typescript 
Typescript :: flutter run code every second 
Typescript :: mongodb exists and not null 
Typescript :: jquery id that starts with 
Typescript :: create database and grant user rights mariadb 
Typescript :: react children typescript 
Typescript :: increase size of mat dialog 
Typescript :: ts change date format 
Typescript :: firestore increment field 
Typescript :: remove contraints command psql 
Typescript :: angular remove object from array by id 
Typescript :: if exists sql server 
Typescript :: how to link locally installed fonts to css 
Typescript :: angular host binding class on input 
Typescript :: get a span inside a div with div id javascript 
Typescript :: insert value to the top of array in angular 
Typescript :: how to check if a variable exists in python 
Typescript :: typescript add days to date 
Typescript :: how to take two inputs in a single line in python 
Typescript :: serenity-is remove column 
Typescript :: model has no objects member django 
Typescript :: iframe angular src detect changes 
Typescript :: laravel update if exists or create 
Typescript :: how to remove digits in string in python? 
Typescript :: how to make comments in .env files 
Typescript :: typescript key value array 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =