Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/CristianEdit/CristianEdit.css
blob: 6cd441771dd211ff7128b9859507cbcd3fda0777 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Menu, Notebook, Toolbar, Navegador, BarraInferior, ComboEstilos, ComboLenguajes, DialogoCerrar, DialogoEstado, SelectordeFuente, Configuraciones, DialogoAdvertencia, Teclado, GtkMenu, GtkMenuItem {
    transition-property: color, background-color, border-color, background-image, padding, border-width;
    transition-duration: 0.5s;

    font: Ubuntu Light 10px;
}

.button {
    background-color: #000;
    border-style: solid;
    border-color: #333;
}

.button *:hover {
    color: white;
}

.button:hover:active,
.button:active {
    background-color: #993401;
}